Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_method.cc642 obj_val_(nullptr) {} in GetLocalVariableClosure()
646 if (obj_val_ == nullptr) { in GetResult()
650 val_->l = static_cast<JNIEnv*>(jni)->NewLocalRef(obj_val_); in GetResult()
651 jni->DeleteGlobalRef(obj_val_); in GetResult()
652 obj_val_ = nullptr; in GetResult()
696 obj_val_ = jni->NewGlobalRef(local.get()); in Execute()
735 jobject obj_val_; member in openjdkjvmti::GetLocalVariableClosure