Home
last modified time | relevance | path

Searched defs:value_ptr (Results 1 – 3 of 3) sorted by relevance

/art/openjdkjvmti/
Dti_properties.cc161 static jvmtiError GetLibraryPath(jvmtiEnv* env, char** value_ptr) { in GetLibraryPath()
207 char** value_ptr) { in GetSystemProperty()
DOpenjdkJvmTi.cc534 jobject* value_ptr) { in GetLocalObject()
543 jobject* value_ptr) { in GetLocalInstance()
553 jint* value_ptr) { in GetLocalInt()
563 jlong* value_ptr) { in GetLocalLong()
573 jfloat* value_ptr) { in GetLocalFloat()
583 jdouble* value_ptr) { in GetLocalDouble()
1291 static jvmtiError GetSystemProperty(jvmtiEnv* env, const char* property, char** value_ptr) { in GetSystemProperty()
/art/tools/jvmti-agents/titrace/
Dtitrace.cc106 char* value_ptr; in Initialize() local