Searched defs:ExceptionPoll (Results 1 – 8 of 8) sorted by relevance
415 __ ExceptionPoll(main_jni_conv->InterproceduralScratchRegister(), main_out_arg_size); in ArtJniCompileMethodInternal() local635 __ ExceptionPoll(main_jni_conv->InterproceduralScratchRegister(), 0 /* stack_adjust= */); in ArtJniCompileMethodInternal() local
278 __ ExceptionPoll(scratch_register, 0); in TEST_F() local
519 void X86JNIMacroAssembler::ExceptionPoll(ManagedRegister /*scratch*/, size_t stack_adjust) { in ExceptionPoll() function in art::x86::X86JNIMacroAssembler
612 void ArmVIXLJNIMacroAssembler::ExceptionPoll(ManagedRegister mscratch, size_t stack_adjust) { in ExceptionPoll() function in art::arm::ArmVIXLJNIMacroAssembler
585 void X86_64JNIMacroAssembler::ExceptionPoll(ManagedRegister /*scratch*/, size_t stack_adjust) { in ExceptionPoll() function in art::x86_64::X86_64JNIMacroAssembler
622 void Arm64JNIMacroAssembler::ExceptionPoll(ManagedRegister m_scratch, size_t stack_adjust) { in ExceptionPoll() function in art::arm64::Arm64JNIMacroAssembler
4069 void Mips64Assembler::ExceptionPoll(ManagedRegister mscratch, size_t stack_adjust) { in ExceptionPoll() function in art::mips64::Mips64Assembler
5232 void MipsAssembler::ExceptionPoll(ManagedRegister mscratch, size_t stack_adjust) { in ExceptionPoll() function in art::mips::MipsAssembler