Home
last modified time | relevance | path

Searched refs:exception_blocks_ (Results 1 – 7 of 7) sorted by relevance

/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.h42 exception_blocks_(allocator->Adapter(kArenaAllocAssembler)) {} in ArmVIXLJNIMacroAssembler()
228 ArenaVector<std::unique_ptr<ArmVIXLJNIMacroAssembler::ArmException>> exception_blocks_; variable
Djni_macro_assembler_arm_vixl.cc42 ArmVIXLJNIMacroAssembler::ArmException>& exception : exception_blocks_) { in FinalizeCode()
619 exception_blocks_.emplace_back( in ExceptionPoll()
627 vixl32::Label* label = exception_blocks_.back()->Entry(); in ExceptionPoll()
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.h47 exception_blocks_(allocator->Adapter(kArenaAllocAssembler)) {} in Arm64JNIMacroAssembler()
234 ArenaVector<std::unique_ptr<Arm64Exception>> exception_blocks_; variable
Djni_macro_assembler_arm64.cc44 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()
/art/compiler/utils/mips64/
Dassembler_mips64.cc35 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()
Dassembler_mips64.h1701 std::vector<Mips64ExceptionSlowPath> exception_blocks_; variable
/art/compiler/utils/mips/
Dassembler_mips.h1774 std::vector<MipsExceptionSlowPath> exception_blocks_; variable