Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/include/
Djvmti.h325 } jvmtiJlocationFormat; typedef
1663 jvmtiJlocationFormat* format_ptr);
2521 jvmtiError GetJLocationFormat(jvmtiJlocationFormat* format_ptr) { in GetJLocationFormat()
/art/runtime/openjdkjvmti/
DOpenjdkJvmTi.cc1658 static jvmtiError GetJLocationFormat(jvmtiEnv* env, jvmtiJlocationFormat* format_ptr) { in GetJLocationFormat()
1664 *format_ptr = jvmtiJlocationFormat::JVMTI_JLOCATION_JVMBCI; in GetJLocationFormat()