Searched refs:GetCurrentInstructionId (Results 1 – 7 of 7) sorted by relevance
37 seen_ids_(&allocator_, graph->GetCurrentInstructionId(), false, kArenaAllocGraphChecker) { in HGraphDelegateVisitor()
143 graph_->GetCurrentInstructionId(), in Run()
260 size_t number_of_instructions = graph_->GetCurrentInstructionId(); in SinkCodeToUncommonBranch()
1807 const int32_t caller_instruction_counter = graph_->GetCurrentInstructionId(); in TryBuildAndInlineHelper()2023 DCHECK_EQ(caller_instruction_counter, graph_->GetCurrentInstructionId()) in TryBuildAndInlineHelper()2027 const int32_t callee_instruction_counter = callee_graph->GetCurrentInstructionId(); in TryBuildAndInlineHelper()2034 DCHECK_EQ(callee_instruction_counter, callee_graph->GetCurrentInstructionId()) in TryBuildAndInlineHelper()
933 GetGraph()->GetCurrentInstructionId(), in VisitPhi()
5635 GetGraph()->GetCurrentInstructionId() > kJumpTableInstructionThreshold) { in VisitPackedSwitch()
451 int32_t GetCurrentInstructionId() const { in GetCurrentInstructionId() function