Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/jni/quick/
H A Djni_compiler.cc480 std::unique_ptr<JNIMacroLabel> exception_slow_path = in ArtJniCompileMethodInternal() local
484 __ ExceptionPoll(exception_slow_path.get()); in ArtJniCompileMethodInternal()
559 __ ExceptionPoll(exception_slow_path.get()); in ArtJniCompileMethodInternal()
648 __ Bind(exception_slow_path.get()); in ArtJniCompileMethodInternal()
704 __ ExceptionPoll(exception_slow_path.get()); in ArtJniCompileMethodInternal()
/aosp_15_r20/art/compiler/utils/
H A Dassembler_thumb_test.cc231 std::unique_ptr<JNIMacroLabel> exception_slow_path = __ CreateLabel(); in TEST_F() local
232 __ ExceptionPoll(exception_slow_path.get()); in TEST_F()
243 __ Bind(exception_slow_path.get()); in TEST_F()