Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.h215 static LiveInterval* MakeSlowPathInterval(ArenaAllocator* allocator, HInstruction* instruction) { in MakeSlowPathInterval() function
Dregister_allocator.cc268 LiveInterval* interval = LiveInterval::MakeSlowPathInterval(allocator_, instruction); in ProcessInstruction()