/art/test/004-JniTest/ |
jni_test.cc | 614 jvalue args3[1]; 616 jvalue args4[1];
|
/libcore/ojluni/src/main/native/ |
jvm.h | 341 JNIEXPORT jvalue JNICALL 348 JVM_SetPrimitiveArrayElement(JNIEnv *env, jobject arr, jint index, jvalue v, [all...] |
/art/runtime/ |
dex_file.h | 31 #include "jvalue.h" 402 JValue value_; [all...] |
debugger.cc | 169 uint32_t dex_pc, const JValue& return_value) 222 const JValue& field_value) [all...] |
thread.cc | 168 DeoptimizationContextRecord(const JValue& ret_val, 179 JValue GetReturnValue() const { return ret_val_; } 194 JValue ret_val_; 233 void Thread::PushDeoptimizationContext(const JValue& return_value, 246 void Thread::PopDeoptimizationContext(JValue* result, [all...] |
/cts/tests/tests/jni/libjnitest/ |
macroized_tests.c | [all...] |
/art/runtime/interpreter/ |
unstarted_runtime.cc | 80 JValue* result, 104 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { 109 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { 115 Handle<mirror::ClassLoader> class_loader, JValue* result, 170 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { 188 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { 205 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { 222 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { 277 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) { 312 Thread* self, ShadowFrame* shadow_frame, JValue* result, size_t arg_offset) [all...] |
/art/compiler/jni/ |
jni_compiler_test.cc | [all...] |
/art/runtime/gc/ |
heap.cc | [all...] |