Searched refs:exception_blocks_ (Results 1 – 8 of 8) sorted by relevance
40 exception_blocks_(arena->Adapter(kArenaAllocAssembler)) {} in ArmVIXLJNIMacroAssembler()225 ArenaVector<std::unique_ptr<ArmVIXLJNIMacroAssembler::ArmException>> exception_blocks_; variable
41 ArmVIXLJNIMacroAssembler::ArmException>& exception : exception_blocks_) { in FinalizeCode()583 exception_blocks_.emplace_back( in ExceptionPoll()595 vixl32::Label* label = exception_blocks_.back()->Entry(); in ExceptionPoll()
45 exception_blocks_(arena->Adapter(kArenaAllocAssembler)) {} in Arm64JNIMacroAssembler()231 ArenaVector<std::unique_ptr<Arm64Exception>> exception_blocks_; variable
45 for (const std::unique_ptr<Arm64Exception>& exception : exception_blocks_) { in FinalizeCode()626 exception_blocks_.emplace_back(new Arm64Exception(scratch, stack_adjust)); in ExceptionPoll()630 ___ Cbnz(reg_x(scratch.AsXRegister()), exception_blocks_.back()->Entry()); in ExceptionPoll()
35 for (auto& exception_block : exception_blocks_) { in FinalizeCode()3227 exception_blocks_.emplace_back(scratch, stack_adjust); in ExceptionPoll()3232 Bnezc(scratch.AsGpuRegister(), exception_blocks_.back().Entry()); in ExceptionPoll()
1495 std::vector<Mips64ExceptionSlowPath> exception_blocks_; variable
233 for (auto& exception_block : exception_blocks_) { in FinalizeCode()3764 exception_blocks_.emplace_back(scratch, stack_adjust); in ExceptionPoll()3767 Bnez(scratch.AsCoreRegister(), exception_blocks_.back().Entry()); in ExceptionPoll()
1352 std::vector<MipsExceptionSlowPath> exception_blocks_; variable