Home
last modified time | relevance | path

Searched refs:GetBytecodes (Results 1 – 2 of 2) sorted by relevance

/external/oj-libjdwp/src/share/back/
DMethodImpl.c199 error = JVMTI_FUNC_PTR(gdata->jvmti,GetBytecodes) in bytecodes()
/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1401 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()