Searched refs:GetBytecodes (Results 1 – 8 of 8) sorted by relevance
/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/test/1922-owned-monitors-info/ |
D | info.txt | 3 Tests that the GetBytecodes function works as expected.
|
/art/openjdkjvmti/ |
D | ti_method.h | 48 static jvmtiError GetBytecodes(jvmtiEnv* env,
|
D | OpenjdkJvmTi.cc | 910 static jvmtiError GetBytecodes(jvmtiEnv* env, in GetBytecodes() function in openjdkjvmti::JvmtiFunctions 916 return MethodUtil::GetBytecodes(env, method, bytecode_count_ptr, bytecodes_ptr); in GetBytecodes() 1579 JvmtiFunctions::GetBytecodes,
|
D | ti_method.cc | 131 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()
|