Home
last modified time | relevance | path

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

/art/compiler/utils/arm/
Dassembler_arm.cc814 ArmExceptionSlowPath* slow = new ArmExceptionSlowPath(scratch, stack_adjust); in ExceptionPoll() local
/art/compiler/utils/mips/
Dassembler_mips.cc943 MipsExceptionSlowPath* slow = new MipsExceptionSlowPath(scratch, stack_adjust); in ExceptionPoll() local
/art/compiler/utils/x86/
Dassembler_x86.cc1836 X86ExceptionSlowPath* slow = new X86ExceptionSlowPath(stack_adjust); in ExceptionPoll() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc2208 X86_64ExceptionSlowPath* slow = new X86_64ExceptionSlowPath(stack_adjust); in ExceptionPoll() local
/art/test/083-compiler-regressions/src/
DMain.java866 SpinThread slow = new SpinThread(Thread.MIN_PRIORITY); in b2302318Test() local