Searched defs:start_location (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c1462 jlocation start_location; local
1464 start_location = table[start + half].start_location;
1465 if ( location > start_location ) {
1467 } else if ( location == start_location ) {
1478 if ( location < table[i].start_location ) {
1479 HPROF_ASSERT( ((int)location) < ((int)table[i].start_location) );
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2781 jvmti_table[index].start_location = (jlocation) stream.bci();
2845 jlocation start_location = (jlocation) table[i].start_bci; local
2876 jvmti_table[i].start_location = start_location;
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h618 jlocation start_location; member in struct:_jvmtiLineNumberEntry
622 jlocation start_location; member in struct:_jvmtiLocalVariableEntry

Completed in 57 milliseconds