Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.cc53 codegen_->AllocateLocations(current); in NumberInstructions()
71 codegen_->AllocateLocations(current); in NumberInstructions()
Dcode_generator.h515 void AllocateLocations(HInstruction* instruction);
Dcode_generator.cc953 void CodeGenerator::AllocateLocations(HInstruction* instruction) { in AllocateLocations() function in art::CodeGenerator
955 env->AllocateLocations(); in AllocateLocations()
Dnodes.h2004 void AllocateLocations() { in AllocateLocations() function