Home
last modified time | relevance | path

Searched refs:ArmException (Results 1 – 3 of 3) sorted by relevance

/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.h38 class ArmException;
204 void EmitExceptionPoll(ArmVIXLJNIMacroAssembler::ArmException *exception);
208 class ArmException {
210 ArmException(ArmManagedRegister scratch, size_t stack_adjust) in ArmException() function
224 DISALLOW_COPY_AND_ASSIGN(ArmException);
228 ArenaVector<std::unique_ptr<ArmVIXLJNIMacroAssembler::ArmException>> exception_blocks_;
Dassembler_arm_vixl.h154 class ArmException;
Djni_macro_assembler_arm_vixl.cc65 ArmVIXLJNIMacroAssembler::ArmException>& exception : exception_blocks_) { in FinalizeCode()
618 new ArmVIXLJNIMacroAssembler::ArmException(mscratch.AsArm(), stack_adjust)); in ExceptionPoll()
666 ArmVIXLJNIMacroAssembler::ArmException* exception) { in EmitExceptionPoll()