Searched refs:ExceptionPoll (Results 1 – 14 of 14) sorted by relevance
126 void ExceptionPoll(JNIMacroLabel* label) override;
531 void X86JNIMacroAssembler::ExceptionPoll(JNIMacroLabel* label) { in ExceptionPoll() function in art::x86::X86JNIMacroAssembler
128 void ExceptionPoll(JNIMacroLabel* label) override;
538 void Riscv64JNIMacroAssembler::ExceptionPoll(JNIMacroLabel* label) { in ExceptionPoll() function in art::riscv64::Riscv64JNIMacroAssembler
846 __ ExceptionPoll(slow_path.get()); in TEST_F() local
127 void ExceptionPoll(JNIMacroLabel* label) override;
596 void X86_64JNIMacroAssembler::ExceptionPoll(JNIMacroLabel* label) { in ExceptionPoll() function in art::x86_64::X86_64JNIMacroAssembler
137 void ExceptionPoll(JNIMacroLabel* label) override;
978 void ArmVIXLJNIMacroAssembler::ExceptionPoll(JNIMacroLabel* label) { in ExceptionPoll() function in art::arm::ArmVIXLJNIMacroAssembler
484 __ ExceptionPoll(exception_slow_path.get()); in ArtJniCompileMethodInternal() local559 __ ExceptionPoll(exception_slow_path.get()); in ArtJniCompileMethodInternal() local704 __ ExceptionPoll(exception_slow_path.get()); in ArtJniCompileMethodInternal() local
139 void ExceptionPoll(JNIMacroLabel* label) override;
781 void Arm64JNIMacroAssembler::ExceptionPoll(JNIMacroLabel* label) { in ExceptionPoll() function in art::arm64::Arm64JNIMacroAssembler
216 virtual void ExceptionPoll(JNIMacroLabel* label) = 0;
232 __ ExceptionPoll(exception_slow_path.get()); in TEST_F() local