Searched defs:FindBlockStartingAt (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dbuilder.cc147 HBasicBlock* target = FindBlockStartingAt(dex_offset + instruction.GetTargetOffset());
150 target = FindBlockStartingAt(dex_offset + instruction.SizeInCodeUnits());
163 HBasicBlock* target = FindBlockStartingAt(dex_offset + instruction.GetTargetOffset());
166 target = FindBlockStartingAt(dex_offset + instruction.SizeInCodeUnits());
217 HBasicBlock* block = FindBlockStartingAt(index);
250 if (FindBlockStartingAt(target) == nullptr) {
256 if ((code_ptr < code_end) && (FindBlockStartingAt(dex_offset) == nullptr)) {
267 HBasicBlock* HGraphBuilder::FindBlockStartingAt(int32_t index) const { function in class:art::HGraphBuilder
581 HBasicBlock* target = FindBlockStartingAt(instruction.GetTargetOffset() + dex_offset);

Completed in 6 milliseconds