Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_builder.h32 locals_for_(graph->GetArena(), graph->GetBlocks().Size()) { in SsaBuilder()
33 locals_for_.SetSize(graph->GetBlocks().Size()); in SsaBuilder()
39 HEnvironment* env = locals_for_.Get(block->GetBlockId()); in GetLocalsFor()
43 locals_for_.Put(block->GetBlockId(), env); in GetLocalsFor()
64 GrowableArray<HEnvironment*> locals_for_; variable