Home
last modified time | relevance | path

Searched defs:ExceptionPoll (Results 1 – 8 of 8) sorted by relevance

/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/
Dassembler_thumb_test.cc232 __ ExceptionPoll(exception_slow_path.get()); in TEST_F() local
/art/compiler/utils/riscv64/
Djni_macro_assembler_riscv64_test.cc846 __ ExceptionPoll(slow_path.get()); in TEST_F() local
Djni_macro_assembler_riscv64.cc538 void Riscv64JNIMacroAssembler::ExceptionPoll(JNIMacroLabel* label) { in ExceptionPoll() function in art::riscv64::Riscv64JNIMacroAssembler
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc531 void X86JNIMacroAssembler::ExceptionPoll(JNIMacroLabel* label) { in ExceptionPoll() function in art::x86::X86JNIMacroAssembler
/art/compiler/utils/x86_64/
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.cc978 void ArmVIXLJNIMacroAssembler::ExceptionPoll(JNIMacroLabel* label) { in ExceptionPoll() function in art::arm::ArmVIXLJNIMacroAssembler
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.cc781 void Arm64JNIMacroAssembler::ExceptionPoll(JNIMacroLabel* label) { in ExceptionPoll() function in art::arm64::Arm64JNIMacroAssembler