Home | History | Annotate | Download | only in optimizing

Lines Matching refs:GetCurrentInstructionId

1078   const int32_t caller_instruction_counter = graph_->GetCurrentInstructionId();
1264 DCHECK_EQ(caller_instruction_counter, graph_->GetCurrentInstructionId())
1267 const int32_t callee_instruction_counter = callee_graph->GetCurrentInstructionId();
1271 DCHECK_EQ(callee_instruction_counter, callee_graph->GetCurrentInstructionId())