Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator_linear_scan.cc242 LiveInterval::MakeTempInterval(allocator_, DataType::Type::kInt32); in ProcessInstruction()
251 LiveInterval::MakeTempInterval(allocator_, DataType::Type::kFloat64); in ProcessInstruction()
Dregister_allocator_graph_color.cc963 LiveInterval::MakeTempInterval(allocator_, DataType::Type::kInt32); in CheckForTempLiveIntervals()
972 LiveInterval::MakeTempInterval(allocator_, DataType::Type::kFloat64); in CheckForTempLiveIntervals()
Dssa_liveness_analysis.h291 static LiveInterval* MakeTempInterval(ScopedArenaAllocator* allocator, DataType::Type type) { in MakeTempInterval() function