Searched defs:MipsExceptionSlowPath (Results 1 - 1 of 1) sorted by relevance

/art/compiler/utils/mips/
H A Dassembler_mips.h83 class MipsExceptionSlowPath { class in namespace:art::mips
85 explicit MipsExceptionSlowPath(MipsManagedRegister scratch, size_t stack_adjust) function in class:art::mips::MipsExceptionSlowPath
88 MipsExceptionSlowPath(MipsExceptionSlowPath&& src) function in class:art::mips::MipsExceptionSlowPath
100 DISALLOW_COPY_AND_ASSIGN(MipsExceptionSlowPath);
786 void EmitExceptionPoll(MipsExceptionSlowPath* exception);
805 std::vector<MipsExceptionSlowPath> exception_blocks_;

Completed in 5 milliseconds