Lines Matching refs:value_ptr
520 jobject* value_ptr) {
523 return MethodUtil::GetLocalVariable(env, thread, depth, slot, value_ptr);
529 jobject* value_ptr) {
532 return MethodUtil::GetLocalInstance(env, thread, depth, value_ptr);
539 jint* value_ptr) {
542 return MethodUtil::GetLocalVariable(env, thread, depth, slot, value_ptr);
549 jlong* value_ptr) {
552 return MethodUtil::GetLocalVariable(env, thread, depth, slot, value_ptr);
559 jfloat* value_ptr) {
562 return MethodUtil::GetLocalVariable(env, thread, depth, slot, value_ptr);
569 jdouble* value_ptr) {
572 return MethodUtil::GetLocalVariable(env, thread, depth, slot, value_ptr);
1254 static jvmtiError GetSystemProperty(jvmtiEnv* env, const char* property, char** value_ptr) {
1256 return PropertiesUtil::GetSystemProperty(env, property, value_ptr);