Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc559 X86ExceptionSlowPath* slow = new (__ GetAllocator()) X86ExceptionSlowPath(stack_adjust); in ExceptionPoll() local
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc659 X86_64ExceptionSlowPath* slow = new (__ GetAllocator()) 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