Searched refs:exception_blocks_ (Results 1 – 8 of 8) sorted by relevance
42 exception_blocks_(allocator->Adapter(kArenaAllocAssembler)) {} in ArmVIXLJNIMacroAssembler()228 ArenaVector<std::unique_ptr<ArmVIXLJNIMacroAssembler::ArmException>> exception_blocks_; variable
65 ArmVIXLJNIMacroAssembler::ArmException>& exception : exception_blocks_) { in FinalizeCode()617 exception_blocks_.emplace_back( in ExceptionPoll()625 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()4071 exception_blocks_.emplace_back(scratch, stack_adjust); in ExceptionPoll()4076 Bnezc(scratch.AsGpuRegister(), exception_blocks_.back().Entry()); in ExceptionPoll()
1706 std::vector<Mips64ExceptionSlowPath> exception_blocks_; variable
157 for (auto& exception_block : exception_blocks_) { in FinalizeCode()5234 exception_blocks_.emplace_back(scratch, stack_adjust); in ExceptionPoll()5237 Bnez(scratch.AsCoreRegister(), exception_blocks_.back().Entry()); in ExceptionPoll()
1779 std::vector<MipsExceptionSlowPath> exception_blocks_; variable