Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/jni/
H A Djni_env_ext.h82 jni::LRTSegmentState PushLocalReferenceFrame() { in PushLocalReferenceFrame() function
217 saved_local_ref_cookie_(env->PushLocalReferenceFrame()) {} in ScopedJniEnvLocalRefState()
H A Djni_env_ext.cc133 stacked_local_ref_cookies_.push_back(PushLocalReferenceFrame()); in PushFrame()
/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc2119 uint32_t cookie = bit_cast<uint32_t>(env->PushLocalReferenceFrame()); in artQuickGenericJniTrampoline()