Searched refs:Arm64Exception (Results 1 – 2 of 2) sorted by relevance
184 class Arm64Exception {186 Arm64Exception(Arm64ManagedRegister scratch, size_t stack_adjust) in Arm64Exception() function200 DISALLOW_COPY_AND_ASSIGN(Arm64Exception);204 void EmitExceptionPoll(Arm64Exception *exception);234 ArenaVector<std::unique_ptr<Arm64Exception>> exception_blocks_;
44 for (const std::unique_ptr<Arm64Exception>& exception : exception_blocks_) { in FinalizeCode()625 exception_blocks_.emplace_back(new Arm64Exception(scratch, stack_adjust)); in ExceptionPoll()664 void Arm64JNIMacroAssembler::EmitExceptionPoll(Arm64Exception* exception) { in EmitExceptionPoll()