Searched refs:PopFrame (Results 1 – 18 of 18) sorted by relevance
2 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 05 Single call with PopFrame on SynchronizedFunctionTestObject { cnt: 0 } base-call-count: 08 Single call with PopFrame on SynchronizedTestObject { cnt: 0 } base-call-count: 011 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 014 Single call with PopFrame on FieldBasedTestObject { cnt: 0, TARGET_FIELD: 0 } base-call-count: 017 Single call with PopFrame on FieldBasedTestObject { cnt: 0, TARGET_FIELD: 0 } base-call-count: 020 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 023 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 026 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 029 Single call with PopFrame on StandardTestObject { cnt: 0 } base-call-count: 0[all …]
3 > Single call with PopFrame on ClassLoadObject { cnt: 0, curClass: 0} base-call-count: 013 > Single call with PopFrame on ClassLoadObject { cnt: 0, curClass: 1} base-call-count: 0
49 JvmtiErrorToException(env, jvmti_env, jvmti_env->PopFrame(thr)); in Java_art_Test1953_popFrame()
3 < Single call with PopFrame on ClassLoadObject { cnt: 0, curClass: 0} base-call-count: 013 < Single call with PopFrame on ClassLoadObject { cnt: 0, curClass: 1} base-call-count: 0
31 JvmtiErrorToException(env, jvmti_env, jvmti_env->PopFrame(thr)); in Java_art_NonStandardExit_popFrame()
86 static jvmtiError PopFrame(jvmtiEnv* env, jthread thread);
328 static jvmtiError PopFrame(jvmtiEnv* env, jthread thread) { in PopFrame() function in openjdkjvmti::JvmtiFunctions331 return StackUtil::PopFrame(env, thread); in PopFrame()1637 JvmtiFunctions::PopFrame, // 80
1357 jvmtiError StackUtil::PopFrame(jvmtiEnv* env, jthread thread) { in PopFrame() function in openjdkjvmti::StackUtil
62 void PopFrame() REQUIRES_SHARED(Locks::mutator_lock_);
139 void JNIEnvExt::PopFrame() { in PopFrame() function in art::JNIEnvExt
666 soa.Env()->PopFrame(); in PopLocalFrame()
69 self_->GetJniEnv()->PopFrame(); in ~ClassSet()
1428 jvmtiError (JNICALL *PopFrame) (jvmtiEnv* env,1926 jvmtiError PopFrame(jthread thread) { in PopFrame() function1927 return functions->PopFrame(this, thread); in PopFrame()