Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.h37 seen_ids_(&allocator_, graph->GetCurrentInstructionId(), false, kArenaAllocGraphChecker) { in HGraphDelegateVisitor()
Dssa_phi_elimination.cc143 graph_->GetCurrentInstructionId(), in Run()
Dcode_sinking.cc260 size_t number_of_instructions = graph_->GetCurrentInstructionId(); in SinkCodeToUncommonBranch()
Dinliner.cc1807 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()
Dgraph_checker.cc933 GetGraph()->GetCurrentInstructionId(), in VisitPhi()
Dcode_generator_arm64.cc5635 GetGraph()->GetCurrentInstructionId() > kJumpTableInstructionThreshold) { in VisitPackedSwitch()
Dnodes.h451 int32_t GetCurrentInstructionId() const { in GetCurrentInstructionId() function