Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Djni_macro_assembler_x86.h126 void ExceptionPoll(JNIMacroLabel* label) override;
Djni_macro_assembler_x86.cc531 void X86JNIMacroAssembler::ExceptionPoll(JNIMacroLabel* label) { in ExceptionPoll() function in art::x86::X86JNIMacroAssembler
/art/compiler/utils/riscv64/
Djni_macro_assembler_riscv64.h128 void ExceptionPoll(JNIMacroLabel* label) override;
Djni_macro_assembler_riscv64.cc538 void Riscv64JNIMacroAssembler::ExceptionPoll(JNIMacroLabel* label) { in ExceptionPoll() function in art::riscv64::Riscv64JNIMacroAssembler
Djni_macro_assembler_riscv64_test.cc846 __ ExceptionPoll(slow_path.get()); in TEST_F() local
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.h127 void ExceptionPoll(JNIMacroLabel* label) override;
Djni_macro_assembler_x86_64.cc596 void X86_64JNIMacroAssembler::ExceptionPoll(JNIMacroLabel* label) { in ExceptionPoll() function in art::x86_64::X86_64JNIMacroAssembler
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.h137 void ExceptionPoll(JNIMacroLabel* label) override;
Djni_macro_assembler_arm_vixl.cc978 void ArmVIXLJNIMacroAssembler::ExceptionPoll(JNIMacroLabel* label) { in ExceptionPoll() function in art::arm::ArmVIXLJNIMacroAssembler
/art/compiler/jni/quick/
Djni_compiler.cc484 __ ExceptionPoll(exception_slow_path.get()); in ArtJniCompileMethodInternal() local
559 __ ExceptionPoll(exception_slow_path.get()); in ArtJniCompileMethodInternal() local
704 __ ExceptionPoll(exception_slow_path.get()); in ArtJniCompileMethodInternal() local
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.h139 void ExceptionPoll(JNIMacroLabel* label) override;
Djni_macro_assembler_arm64.cc781 void Arm64JNIMacroAssembler::ExceptionPoll(JNIMacroLabel* label) { in ExceptionPoll() function in art::arm64::Arm64JNIMacroAssembler
/art/compiler/utils/
Djni_macro_assembler.h216 virtual void ExceptionPoll(JNIMacroLabel* label) = 0;
Dassembler_thumb_test.cc232 __ ExceptionPoll(exception_slow_path.get()); in TEST_F() local