Searched refs:GetSourceDebugExtension (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1474 jvmtiError (JNICALL *GetSourceDebugExtension) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2223 jvmtiError GetSourceDebugExtension(jclass klass, function in struct:_jvmtiEnv
2225 return functions->GetSourceDebugExtension(this, klass, source_debug_extension_ptr);
/openjdk7/jdk/src/share/back/
H A Dutil.c976 return JVMTI_FUNC_PTR(gdata->jvmti,GetSourceDebugExtension)
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2532 JvmtiEnv::GetSourceDebugExtension(oop k_mirror, char** source_debug_extension_ptr) { function in class:JvmtiEnv
2552 } /* end GetSourceDebugExtension */

Completed in 59 milliseconds