Searched refs:exception_blocks_ (Results 1 – 7 of 7) sorted by relevance
42 exception_blocks_(allocator->Adapter(kArenaAllocAssembler)) {} in ArmVIXLJNIMacroAssembler()228 ArenaVector<std::unique_ptr<ArmVIXLJNIMacroAssembler::ArmException>> exception_blocks_; variable
42 ArmVIXLJNIMacroAssembler::ArmException>& exception : exception_blocks_) { in FinalizeCode()619 exception_blocks_.emplace_back( in ExceptionPoll()627 vixl32::Label* label = exception_blocks_.back()->Entry(); in ExceptionPoll()
47 exception_blocks_(allocator->Adapter(kArenaAllocAssembler)) {} in Arm64JNIMacroAssembler()234 ArenaVector<std::unique_ptr<Arm64Exception>> exception_blocks_; variable
44 for (const std::unique_ptr<Arm64Exception>& exception : exception_blocks_) { in FinalizeCode()625 exception_blocks_.emplace_back(new Arm64Exception(scratch, stack_adjust)); in ExceptionPoll()629 ___ Cbnz(reg_x(scratch.AsXRegister()), exception_blocks_.back()->Entry()); in ExceptionPoll()
35 for (auto& exception_block : exception_blocks_) { in FinalizeCode()4052 exception_blocks_.emplace_back(scratch, stack_adjust); in ExceptionPoll()4057 Bnezc(scratch.AsGpuRegister(), exception_blocks_.back().Entry()); in ExceptionPoll()
1701 std::vector<Mips64ExceptionSlowPath> exception_blocks_; variable
1774 std::vector<MipsExceptionSlowPath> exception_blocks_; variable