Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.cc122 codegen_->AllocateLocations(current); in NumberInstructions()
140 codegen_->AllocateLocations(current); in NumberInstructions()
Dcode_generator.h289 void AllocateLocations(HInstruction* instruction);
Dcode_generator.cc405 AllocateLocations(instruction); in InitLocationsBaseline()
431 void CodeGenerator::AllocateLocations(HInstruction* instruction) { in AllocateLocations() function in art::CodeGenerator