- 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
- a095764 Add back the dalvik-style JNI logging and tracing. by Elliott Hughes · 13 years ago
- 410c0c8 Mark more roots. by Elliott Hughes · 13 years ago
- 1b4c859 Complete OP_CONST_STRING, OP_CONST_CLASS by buzbee · 13 years ago
- cf4c6c4 Fully implement string interning. by Elliott Hughes · 13 years ago
- 2f0ce9d Fix another jni_compiler bug. ">=" should be "<=". by Shih-wei Liao · 13 years ago
- 82da44b Fix the "mov R1, R2; mov R2, R3" bug in jni_compiler. by Shih-wei Liao · 13 years ago
- bf86d04 Start adding implementations for runtime-provided native methods. by Elliott Hughes · 13 years ago
- ad7c2a3 Add infrastructure for registering built-in native methods. by Elliott Hughes · 13 years ago
- 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
- c5bfa8f Add back the work-arounds for broken apps that assume JNI uses direct references. by Elliott Hughes · 13 years ago
- 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
- 3402380 Remove uses of scoped_ptr_malloc. by Elliott Hughes · 13 years ago
- 881dd56 Reduce test dependencies by Brian Carlstrom · 13 years ago
- 8a48741 Allow compilation of classes in different ClassLoaders by Brian Carlstrom · 13 years ago
- a19f2a5 Merge "Add -Xcheck:jni." into dalvik-dev by Elliott Hughes · 13 years ago
- a250199 Add -Xcheck:jni. by Elliott Hughes · 13 years ago
- bbc73a5 Merge "Register temp handling fix" into dalvik-dev by buzbee · 13 years ago
- 2e748f3 Register temp handling fix by buzbee · 13 years ago
- 8287072 Demangle C++ names in backtraces. by Elliott Hughes · 13 years ago
- ff0f9be Fix DexFile's line number and test EH and StackTraceElement in 3 ways. by Shih-wei Liao · 13 years ago
- 9b576b4 Add StackVisitor, CountStackDepthVisitor, BuildStackTraceVisitor for EH. by Shih-wei Liao · 13 years ago
- 9f30b38 Externalize test code by Brian Carlstrom · 13 years ago
- 4417536 Add AllocStackTrace(). Move InternalStackTrace to managed heap. by Shih-wei Liao · 13 years ago
- e193174 Use slow-path static field accessors; added tests by buzbee · 13 years ago
- 48a35d0 Merge "Add instance field get/put test" into dalvik-dev by buzbee · 13 years ago
- dd3efae Add instance field get/put test by buzbee · 13 years ago
- b9edb84 Add slow path access routines for static fields by Brian Carlstrom · 13 years ago
- 1caa2c2 Add InitializedStaticStorage table by Brian Carlstrom · 13 years ago
- dfd3d70 Enable virtual invokes, use new alloc, misc by buzbee · 13 years ago
- 9cc262e Clarify CodeAndMethods to CodeAndDirectMethods by Brian Carlstrom · 13 years ago
- b63ec39 Add compiler allocation paths Class::NewInstanceFromCode and Array::AllocFromCode by Brian Carlstrom · 13 years ago
- 439c4fa Move 64-bit multiplication to helper by buzbee · 13 years ago
- e6d6196 Various bug fixes. by buzbee · 13 years ago
- 7b1b86d Various bug fixes and new tests. by buzbee · 13 years ago
- 83db772 Add DexCache table of <Method*, Method::GetCode()> by Brian Carlstrom · 13 years ago
- 55df06b Stack Trace Element with its unit test added too. by Shih-wei Liao · 13 years ago
- e27955c Add the signal catcher (for SIGQUIT and SIGUSR1). by Elliott Hughes · 13 years ago
- ba5ebb9 Added first pass of verifier and supporting changes. by jeffhao · 13 years ago
- 5cd2180 Fix invoke sequence and enable recursive Fibonacci by buzbee · 13 years ago
- 1f1fa56 Fix a typo in field resolution. by Elliott Hughes · 13 years ago
- 0c424cb Switch CreateMethodDescriptor over to std::string to avoid memory leaks. by Elliott Hughes · 13 years ago
- 20cfffa Finish implementation of ResolveField and ResolveMethod by Brian Carlstrom · 13 years ago
- 30b9445 Handle interface methods in JNI invocation by Brian Carlstrom · 13 years ago
- 2f61e7b Merge "Make valgrind happier and stop us leaking so much we can can't run the tests on a device." into dalvik-dev by Elliott Hughes · 13 years ago
- c1674ed Make valgrind happier and stop us leaking so much we can can't run the tests on a device. by Elliott Hughes · 13 years ago
- c5ef046 Add slow-path code gen for static/direct invokes by buzbee · 13 years ago
- bafc342 Re-enabled array tests now that we resolve by buzbee · 13 years ago
- bffb155 Convert CompilerTest over to use Compiler by Brian Carlstrom · 13 years ago
- ce8d9f5 Reset the stream state at the end of each line of logging. by Elliott Hughes · 13 years ago
- 4b093bf Fix build. by Elliott Hughes · 13 years ago
- 2cc022b Build oat compiler on host, wire in JniCompiler to CompileMethod by Brian Carlstrom · 13 years ago
- 0d424ff Merge "Add the runtime lookup of native method implementations." into dalvik-dev by Elliott Hughes · 13 years ago
- 79082e3 Add the runtime lookup of native method implementations. by Elliott Hughes · 13 years ago
- 9ea1cb1 First pass of compiler wrapping class by Brian Carlstrom · 13 years ago
- 04ec7f0 Merge "Finish off the new JNI implementation." into dalvik-dev by Elliott Hughes · 13 years ago
- 7577075 Finish off the new JNI implementation. by Elliott Hughes · 13 years ago
- 00ba178 Merge "Add switch and comparison tests. Fix ralloc bug" into dalvik-dev by buzbee · 13 years ago
- 9e0f9b0 Add switch and comparison tests. Fix ralloc bug by buzbee · 13 years ago
- b465ab0 Implement the direct ByteBuffer JNI functions, GetObjectRefType, and the string region functions. by Elliott Hughes · 13 years ago
- 69f5bc6 If JNIEnvExt is-a JNIEnv, we can lose a bunch of reinterpret_casts. by Elliott Hughes · 13 years ago
- d11af15 Change FrameSize to FrameSizeInBytes. by Shih-wei Liao · 13 years ago
- 408f79a Add validate object, clean up stack indirect reference table. by Ian Rogers · 13 years ago
- 72025e5 Implement JNI virtual calls to managed methods, JNI ExceptionDescribe, and JNI MonitorEnter/MonitorExit. by Elliott Hughes · 13 years ago
- 5433072 Added support for 64-bit shifts, fix const-wide by buzbee · 13 years ago
- 3ea4ec5 Misc fixes, new compiler unit tests by buzbee · 13 years ago
- 5174fe6 Add the condition variable to System.loadLibrary and implement UnregisterNatives. by Elliott Hughes · 13 years ago
- 814e403 Add some missing JNI string functions, GetObjectArrayElement, and all the primitive array region functions. by Elliott Hughes · 13 years ago
- d2fbb2b Give an example of walking TypeIds in a DexFile by Brian Carlstrom · 13 years ago
- 762400c Support for return PC offset and frame size in JNI compiler. by Ian Rogers · 13 years ago
- e5b0dc8 Add "class Throwable" and rewrite exception throwing to use JNI. by Elliott Hughes · 13 years ago
- 1a18c8c Initial implementation of throw+unwind+Frame. by Shih-wei Liao · 13 years ago
- 37f7a40 Implement more of the exception/object/class JNI functions. by Elliott Hughes · 13 years ago
- 885c3bd Implement field access (and a few other bits and bobs). by Elliott Hughes · 13 years ago
- bd93599 Add JNI GetArrayLength and start throwing from FindClass. by Elliott Hughes · 13 years ago
- 4873d46 Move static field storage to end of Class instance by Brian Carlstrom · 13 years ago
- 94496d3 Conditionalize compilation by Brian Carlstrom · 13 years ago
- edcc09c Cleanup. by Elliott Hughes · 13 years ago
- c143c55 Updating the compiler to use the new-world model by buzbee · 13 years ago
- 195487c Initial implementation for adding StackTraceElement support. by Shih-wei Liao · 13 years ago
- c4fa2c0 Add Method::dex_cache_*_ short cuts to declaring_class_->dex_cache_ by Brian Carlstrom · 13 years ago
- a663ea5 Initialize ClassLinker from image by Brian Carlstrom · 13 years ago
- 68f4fa0 Add an Array::Alloc convenience for the compiler. by Elliott Hughes · 13 years ago
- a0b8feb Turn off the 'public' check for main, and improve diagnostics. by Elliott Hughes · 13 years ago
- 9cff8e1 Convert Class::descriptor_ from StringPiece to String (as part of image loading) by Brian Carlstrom · 13 years ago
- 67bf885 Oat compiler integration snapshot. by buzbee · 13 years ago
- f4c21c9 Initialize classes in GetFieldID/GetMethodID. by Elliott Hughes · 13 years ago
- ed8952f Method* for upcalls should be null. by Ian Rogers · 13 years ago
- a8cd9f4 Support for local references allocated in SHBs. by Ian Rogers · 13 years ago
- cdf5312 Implement jfieldID and jmethodID properly. by Elliott Hughes · 13 years ago
- 0297290 Merge "Record thread data when making reentrant transitions." into dalvik-dev by Ian Rogers · 13 years ago
- 6de0860 Record thread data when making reentrant transitions. by Ian Rogers · 13 years ago
- aecc03f Merge "Use libnativehelper's existing code for creating a String[]." into dalvik-dev by Elliott Hughes · 13 years ago
- cdd1d2d Move JNI compiler tests to use pure JNI. by Ian Rogers · 13 years ago
- 0a96fe0 Use libnativehelper's existing code for creating a String[]. by Elliott Hughes · 13 years ago
- bfaadc8 Replace a dangerous function with the convenience function callers actually want. by Elliott Hughes · 13 years ago
- de69d7f Clean up mutexes on shutdown. by Elliott Hughes · 13 years ago
- 2cfd15d Merge "Initialize the rest of libcore's native code." into dalvik-dev by Elliott Hughes · 13 years ago
- 18c0753 Initialize the rest of libcore's native code. by Elliott Hughes · 13 years ago
- 1c332df Merge "Fix a typo that breaks the arugment size computation." into dalvik-dev by Carl Shapiro · 13 years ago