Home
last modified time | relevance | path

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

/art/test/904-object-allocation/
Dtracking.cc130 env->PushLocalFrame(nthreads + 1); in Java_art_Test904_getTrackingEventMessages()
/art/tools/jvmti-agents/field-null-percent/
Dfieldnull.cc43 env->PushLocalFrame(1); in SplitField()
/art/test/1953-pop-frame/
Dpop_frame.cc401 env->PushLocalFrame(1); in Java_art_Test1953_setupSuspendClassEvent()
942 env->PushLocalFrame(1); in Java_art_Test1953_00024NativeCalledObject_calledFunction()
961 env->PushLocalFrame(1); in Java_art_Test1953_00024NativeCallerObject_run()
/art/tools/jvmti-agents/simple-force-redefine/
Dforceredefine.cc176 env->PushLocalFrame(1 << 18); in FindClass()
/art/runtime/jni/
Djni_internal_test.cc2019 ASSERT_EQ(JNI_OK, env_->PushLocalFrame(0)); in TEST_F()
2026 ASSERT_EQ(JNI_ERR, env_->PushLocalFrame(-1)); in TEST_F()
2040 ASSERT_EQ(JNI_OK, env_->PushLocalFrame(4)); in TEST_F()
2044 ASSERT_EQ(JNI_OK, env_->PushLocalFrame(4)); in TEST_F()
2080 ASSERT_NE(JNI_OK, env_->PushLocalFrame(std::numeric_limits<jint>::max())); in TEST_F()
2086 ASSERT_EQ(JNI_OK, env_->PushLocalFrame(10)); in TEST_F()
2087 ASSERT_NE(JNI_OK, env_->PushLocalFrame(std::numeric_limits<jint>::max() - 10)); in TEST_F()
2096 ASSERT_EQ(JNI_OK, env_->PushLocalFrame(1024)); in TEST_F()
Dcheck_jni.cc2052 static jint PushLocalFrame(JNIEnv* env, jint capacity) { in PushLocalFrame() function in art::__anon01b981930111::CheckJNI
2059 result.i = baseEnv(env)->PushLocalFrame(env, capacity); in PushLocalFrame()
3790 CheckJNI::PushLocalFrame,
Djni_internal.cc814 static jint PushLocalFrame(JNIEnv* env, jint capacity) { in PushLocalFrame() function in art::JNI
2903 JNI::PushLocalFrame,
/art/openjdkjvmti/
Devents-inl.h68 env_->PushLocalFrame(128); in ScopedEventDispatchEnvironment()
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc529 jni->PushLocalFrame(1); in PrintRest()