Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.cc217 LiveInterval::MakeTempInterval(allocator_, Primitive::kPrimInt); in ProcessInstruction()
226 LiveInterval::MakeTempInterval(allocator_, Primitive::kPrimDouble); in ProcessInstruction()
Dssa_liveness_analysis.h224 static LiveInterval* MakeTempInterval(ArenaAllocator* allocator, Primitive::Type type) { in MakeTempInterval() function