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;
203 void EmitExceptionPoll(ArmVIXLJNIMacroAssembler::ArmException *exception);
207 class ArmException {
209 ArmException(vixl32::Register scratch, size_t stack_adjust) in ArmException() function
223 DISALLOW_COPY_AND_ASSIGN(ArmException);
227 ArenaVector<std::unique_ptr<ArmVIXLJNIMacroAssembler::ArmException>> exception_blocks_;
Dassembler_arm_vixl.h163 class ArmException;
Djni_macro_assembler_arm_vixl.cc72 ArmVIXLJNIMacroAssembler::ArmException>& exception : exception_blocks_) { in FinalizeCode()
927 new ArmVIXLJNIMacroAssembler::ArmException(scratch, stack_adjust)); in ExceptionPoll()
974 ArmVIXLJNIMacroAssembler::ArmException* exception) { in EmitExceptionPoll()