Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/jni/quick/
H A Djni_compiler.cc269 std::unique_ptr<JNIMacroLabel> transition_to_native_slow_path; in ArtJniCompileMethodInternal() local
272 transition_to_native_slow_path = __ CreateLabel(); in ArtJniCompileMethodInternal()
274 __ TryToTransitionFromRunnableToNative(transition_to_native_slow_path.get(), in ArtJniCompileMethodInternal()
634 __ Bind(transition_to_native_slow_path.get()); in ArtJniCompileMethodInternal()