Searched refs:exception_slow_path (Results 1 – 2 of 2) sorted by relevance
480 std::unique_ptr<JNIMacroLabel> exception_slow_path = in ArtJniCompileMethodInternal() local484 __ 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()
231 std::unique_ptr<JNIMacroLabel> exception_slow_path = __ CreateLabel(); in TEST_F() local232 __ ExceptionPoll(exception_slow_path.get()); in TEST_F()243 __ Bind(exception_slow_path.get()); in TEST_F()