Searched refs:GetBytecodes (Results 1 – 9 of 9) sorted by relevance
/art/test/1901-get-bytecodes/ |
D | info.txt | 3 Tests that the GetBytecodes function works as expected.
|
D | bytecodes.cc | 47 jvmti_env->GetBytecodes(method, &bytecodes_size, &bytecodes))) { in Java_art_Test1901_getBytecodes()
|
/art/runtime/openjdkjvmti/ |
D | ti_method.h | 47 static jvmtiError GetBytecodes(jvmtiEnv* env,
|
D | ti_method.cc | 94 jvmtiError MethodUtil::GetBytecodes(jvmtiEnv* env, in GetBytecodes() function in openjdkjvmti::MethodUtil
|
D | OpenjdkJvmTi.cc | 915 static jvmtiError GetBytecodes(jvmtiEnv* env, in GetBytecodes() function in openjdkjvmti::JvmtiFunctions 921 return MethodUtil::GetBytecodes(env, method, bytecode_count_ptr, bytecodes_ptr); in GetBytecodes() 1820 JvmtiFunctions::GetBytecodes,
|
/art/runtime/openjdkjvmti/include/ |
D | jvmti.h | 1401 jvmtiError (JNICALL *GetBytecodes) (jvmtiEnv* env, 2324 jvmtiError GetBytecodes(jmethodID method, in GetBytecodes() function 2327 return functions->GetBytecodes(this, method, bytecode_count_ptr, bytecodes_ptr); in GetBytecodes()
|
/art/runtime/ |
D | debugger.h | 399 static JDWP::JdwpError GetBytecodes(JDWP::RefTypeId class_id, JDWP::MethodId method_id,
|
D | debugger.cc | 1718 JDWP::JdwpError Dbg::GetBytecodes(JDWP::RefTypeId, JDWP::MethodId method_id, in GetBytecodes() function in art::Dbg
|
/art/runtime/jdwp/ |
D | jdwp_handler.cc | 756 JdwpError rc = Dbg::GetBytecodes(class_id, method_id, &bytecodes); in M_Bytecodes()
|