Searched defs:GetLocalsFor (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dinstruction_builder.cc84 inline ScopedArenaVector<HInstruction*>* HInstructionBuilder::GetLocalsFor(HBasicBlock* block) { function in class:art::HInstructionBuilder
123 ScopedArenaVector<HInstruction*>* locals = GetLocalsFor(block);
128 current_locals_ = GetLocalsFor(current_block_);
218 ScopedArenaVector<HInstruction*>* handler_locals = GetLocalsFor(catch_block);

Completed in 63 milliseconds