Home
last modified time | relevance | path

Searched refs:Arm64Exception (Results 1 – 2 of 2) sorted by relevance

/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.h183 class Arm64Exception {
185 Arm64Exception(vixl::aarch64::Register scratch, size_t stack_adjust) in Arm64Exception() function
199 DISALLOW_COPY_AND_ASSIGN(Arm64Exception);
203 void EmitExceptionPoll(Arm64Exception *exception);
233 ArenaVector<std::unique_ptr<Arm64Exception>> exception_blocks_;
Djni_macro_assembler_arm64.cc48 for (const std::unique_ptr<Arm64Exception>& exception : exception_blocks_) { in FinalizeCode()
721 exception_blocks_.emplace_back(new Arm64Exception(scratch, stack_adjust)); in ExceptionPoll()
760 void Arm64JNIMacroAssembler::EmitExceptionPoll(Arm64Exception* exception) { in EmitExceptionPoll()