Searched defs:ExceptionPoll (Results 1 – 6 of 6) sorted by relevance
421 __ ExceptionPoll(main_out_arg_size); in ArtJniCompileMethodInternal() local661 __ ExceptionPoll(/* stack_adjust= */ 0); in ArtJniCompileMethodInternal() local
180 __ ExceptionPoll(0); in TEST_F() local
558 void X86JNIMacroAssembler::ExceptionPoll(size_t stack_adjust) { in ExceptionPoll() function in art::x86::X86JNIMacroAssembler
658 void X86_64JNIMacroAssembler::ExceptionPoll(size_t stack_adjust) { in ExceptionPoll() function in art::x86_64::X86_64JNIMacroAssembler
922 void ArmVIXLJNIMacroAssembler::ExceptionPoll(size_t stack_adjust) { in ExceptionPoll() function in art::arm::ArmVIXLJNIMacroAssembler
717 void Arm64JNIMacroAssembler::ExceptionPoll(size_t stack_adjust) { in ExceptionPoll() function in art::arm64::Arm64JNIMacroAssembler