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.cc526 jobject* value_ptr) { in GetLocalObject()
535 jobject* value_ptr) { in GetLocalInstance()
545 jint* value_ptr) { in GetLocalInt()
555 jlong* value_ptr) { in GetLocalLong()
565 jfloat* value_ptr) { in GetLocalFloat()
575 jdouble* value_ptr) { in GetLocalDouble()
1261 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