Searched refs:inst_defs_ (Results 1 – 2 of 2) sorted by relevance
78 inst_defs_(graph->GetLocalAllocator()->Adapter()), in IrBuilder()148 InstVector inst_defs_; variable
53 inst_defs_.resize(vregs_count); in RunImpl()140 ASSERT(inst_builder->GetCurrentDefs().size() == inst_defs_.size()); in BuildInstructionsForBB()141 …(inst_builder->GetCurrentDefs().begin(), inst_builder->GetCurrentDefs().end(), inst_defs_.begin()); in BuildInstructionsForBB()187 inst_builder->AddCatchPhiInputs(catch_handlers_, inst_defs_, throwable_inst); in ProcessThrowableInstructions()