Searched refs:GetCurrentInstructionId (Results 1 – 6 of 6) sorted by relevance
34 graph->GetCurrentInstructionId(), in HGraphDelegateVisitor()
132 graph_->GetCurrentInstructionId(), in Run()
1075 const int32_t caller_instruction_counter = graph_->GetCurrentInstructionId(); in TryBuildAndInlineHelper()1261 DCHECK_EQ(caller_instruction_counter, graph_->GetCurrentInstructionId()) in TryBuildAndInlineHelper()1264 const int32_t callee_instruction_counter = callee_graph->GetCurrentInstructionId(); in TryBuildAndInlineHelper()1268 DCHECK_EQ(callee_instruction_counter, callee_graph->GetCurrentInstructionId()) in TryBuildAndInlineHelper()
822 visited.SetBit(GetGraph()->GetCurrentInstructionId()); in VisitPhi()
4759 GetGraph()->GetCurrentInstructionId() > kJumpTableInstructionThreshold) { in VisitPackedSwitch()
389 int32_t GetCurrentInstructionId() const { in GetCurrentInstructionId() function