HomeSort by relevance Sort by last modified time
    Searched refs:GetJavaValue (Results 1 - 9 of 9) sorted by null

  /art/test/ti-agent/
common_helper.h 31 jobject GetJavaValue(jvmtiEnv* jvmtienv, JNIEnv* env, jmethodID m, jvalue value);
common_helper.cc 104 jobject GetJavaValue(jvmtiEnv* jvmtienv, JNIEnv* env, jmethodID m, jvalue value) {
trace_helper.cc 162 was_popped_by_exception ? nullptr : GetJavaValue(jvmti, jnienv, method, return_value);
  /art/dexdump/
dexdump.cc     [all...]
  /art/runtime/interpreter/
interpreter_common.cc 646 uint32_t method_handle_idx = static_cast<uint32_t>(it.GetJavaValue().i);
681 dex::StringIndex name_idx(static_cast<uint32_t>(it.GetJavaValue().i));
692 uint32_t method_type_idx = static_cast<uint32_t>(it.GetJavaValue().i);
707 const jvalue& jvalue = it.GetJavaValue();
    [all...]
  /art/runtime/
dex_file_verifier.cc     [all...]
dex_file.h     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 108 milliseconds