Home
last modified time | relevance | path

Searched defs:slow (Results 1 – 6 of 6) sorted by relevance

/art/compiler/utils/arm/
Dassembler_arm.cc842 ArmExceptionSlowPath* slow = new ArmExceptionSlowPath(scratch, stack_adjust); in ExceptionPoll() local
/art/compiler/utils/mips/
Dassembler_mips.cc959 MipsExceptionSlowPath* slow = new MipsExceptionSlowPath(scratch, stack_adjust); in ExceptionPoll() local
/art/compiler/utils/mips64/
Dassembler_mips64.cc1528 Mips64ExceptionSlowPath* slow = new Mips64ExceptionSlowPath(scratch, stack_adjust); in ExceptionPoll() local
/art/compiler/utils/x86/
Dassembler_x86.cc2166 X86ExceptionSlowPath* slow = new X86ExceptionSlowPath(stack_adjust); in ExceptionPoll() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc2863 X86_64ExceptionSlowPath* slow = new X86_64ExceptionSlowPath(stack_adjust); in ExceptionPoll() local
/art/test/083-compiler-regressions/src/
DMain.java893 SpinThread slow = new SpinThread(Thread.MIN_PRIORITY); in b2302318Test() local