Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.cc53 codegen_->AllocateLocations(current); in NumberInstructions()
71 codegen_->AllocateLocations(current); in NumberInstructions()
Dcode_generator.h510 void AllocateLocations(HInstruction* instruction);
Dcode_generator.cc902 void CodeGenerator::AllocateLocations(HInstruction* instruction) { in AllocateLocations() function in art::CodeGenerator
904 env->AllocateLocations(); in AllocateLocations()