Home
last modified time | relevance | path

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

/art/compiler/utils/mips/
Dassembler_mips.h284 class MipsExceptionSlowPath FINAL : public SlowPath {
286 explicit MipsExceptionSlowPath(MipsManagedRegister scratch, size_t stack_adjust) in MipsExceptionSlowPath() function
Dassembler_mips.cc943 MipsExceptionSlowPath* slow = new MipsExceptionSlowPath(scratch, stack_adjust); in ExceptionPoll()
950 void MipsExceptionSlowPath::Emit(Assembler* sasm) { in Emit()