Searched refs:GetBytecodes (Results 1 – 11 of 11) sorted by relevance
/art/test/1922-owned-monitors-info/ |
D | info.txt | 3 Tests that the GetBytecodes function works as expected.
|
/art/test/1901-get-bytecodes/ |
D | info.txt | 3 Tests that the GetBytecodes function works as expected.
|
D | bytecodes.cc | 48 jvmti_env->GetBytecodes(method, &bytecodes_size, &bytecodes))) { in Java_art_Test1901_getBytecodes()
|
/art/openjdkjvmti/ |
D | ti_method.h | 48 static jvmtiError GetBytecodes(jvmtiEnv* env,
|
D | OpenjdkJvmTi.cc | 940 static jvmtiError GetBytecodes(jvmtiEnv* env, in GetBytecodes() function in openjdkjvmti::JvmtiFunctions 946 return MethodUtil::GetBytecodes(env, method, bytecode_count_ptr, bytecodes_ptr); in GetBytecodes() 1654 JvmtiFunctions::GetBytecodes,
|
D | ti_method.cc | 113 jvmtiError MethodUtil::GetBytecodes(jvmtiEnv* env, in GetBytecodes() function in openjdkjvmti::MethodUtil
|
/art/tools/jvmti-agents/titrace/ |
D | titrace.cc | 181 error = jvmti_env->GetBytecodes(method, &bytecode_count_ptr, &bytecodes_ptr); in LookupBytecode()
|
/art/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 | 431 static JDWP::JdwpError GetBytecodes(JDWP::RefTypeId class_id, JDWP::MethodId method_id,
|
D | debugger.cc | 1761 JDWP::JdwpError Dbg::GetBytecodes(JDWP::RefTypeId, JDWP::MethodId method_id, in GetBytecodes() function in art::Dbg
|
/art/runtime/jdwp/ |
D | jdwp_handler.cc | 755 JdwpError rc = Dbg::GetBytecodes(class_id, method_id, &bytecodes); in M_Bytecodes()
|