.. |
builtin.cpp
|
refactor System.getProperty() to reduce coupling with native code
|
2007-10-26 12:13:21 -06:00 |
common.h
|
fixes i2f i2d implementation. Fixes image drawing bugs on Mac OS X.
|
2007-10-25 14:26:51 -06:00 |
compile.cpp
|
support classloading from jar files compiled into the executable
|
2007-10-25 16:06:05 -06:00 |
compile.S
|
move bitmap helper functions to common.h; preserve callee-saved registers in vmInvoke()
|
2007-10-11 20:52:16 -06:00 |
constants.h
|
JNIEnv and JavaVM method implementations
|
2007-09-10 17:33:58 -06:00 |
finder.cpp
|
support classloading from jar files compiled into the executable
|
2007-10-25 16:06:05 -06:00 |
finder.h
|
sketch of JAR support in Finder
|
2007-09-16 18:13:36 -06:00 |
heap.cpp
|
move bitmap helper functions to common.h; preserve callee-saved registers in vmInvoke()
|
2007-10-11 20:52:16 -06:00 |
heap.h
|
several things: change object typedef to Object* instead of void* to improve type safety; add JNICALL attributes to JNI functions; implement additional JavaVM methods
|
2007-09-06 18:21:52 -06:00 |
input.h
|
copy input.h and output.h from mess project
|
2007-06-04 17:48:35 -06:00 |
interpret.cpp
|
Merge branch 'master' of dice:git/vm
|
2007-10-25 16:06:10 -06:00 |
jnienv.cpp
|
implement JNIEnv::NewString()
|
2007-10-26 15:23:54 -06:00 |
jnienv.h
|
JNIEnv and JavaVM method implementations
|
2007-09-10 17:33:58 -06:00 |
machine.cpp
|
Read 2- and 3-byte UTF8 constants gracefully (but not correctly)
|
2007-10-25 17:58:53 -06:00 |
machine.h
|
support classloading from jar files compiled into the executable
|
2007-10-25 16:06:05 -06:00 |
main.cpp
|
Fix static cast to make gcc happy
|
2007-10-25 16:34:40 -06:00 |
output.h
|
copy input.h and output.h from mess project
|
2007-06-04 17:48:35 -06:00 |
posix.cpp
|
fix use of uninitialized values in JarElement; use system-specific path separator in finder
|
2007-10-24 09:46:09 -06:00 |
process.h
|
more windows port fixes
|
2007-10-24 11:24:19 -06:00 |
processor.h
|
more work on JIT unwinding
|
2007-10-04 16:41:19 -06:00 |
stream.h
|
implement floating point instructions
|
2007-08-13 08:06:31 -06:00 |
system.h
|
fix use of uninitialized values in JarElement; use system-specific path separator in finder
|
2007-10-24 09:46:09 -06:00 |
type-generator.cpp
|
support classloading from jar files compiled into the executable
|
2007-10-25 16:06:05 -06:00 |
types.def
|
more progress towards stack mapping
|
2007-10-10 16:39:40 -06:00 |
types.h
|
more JNI work
|
2007-06-28 20:58:48 -06:00 |
windows.cpp
|
more system-specific tweaks for windows port (cont.)
|
2007-10-24 10:27:59 -06:00 |
x86.h
|
more windows port fixes
|
2007-10-24 11:24:19 -06:00 |
x86.S
|
fix JNI invocation for return types of less than 32-bits
|
2007-10-24 17:06:12 -06:00 |
zlib-custom.h
|
Various fixes (mostly making things more strict) to get the code to
|
2007-09-19 10:22:19 -06:00 |