/art/compiler/optimizing/ |
D | ssa_liveness_analysis.cc | 50 HBasicBlock* current = worklist->Get(insert_at - 1); in AddToListForLinearization() local 90 HBasicBlock* current = worklist.Pop(); in LinearizeGraph() local 121 HInstruction* current = inst_it.Current(); in NumberInstructions() local 139 HInstruction* current = inst_it.Current(); in NumberInstructions() local 205 HInstruction* current = instructions_from_ssa_index_.Get(idx); in ComputeLiveRanges() local 211 HInstruction* current = back_it.Current(); in ComputeLiveRanges() local 254 HInstruction* current = inst_it.Current(); in ComputeLiveRanges() local 270 HInstruction* current = instructions_from_ssa_index_.Get(idx); in ComputeLiveRanges() local 515 LiveInterval* current = this; in GetSiblingAt() local
|
D | ssa_phi_elimination.cc | 35 HUseListNode<HInstruction*>* current = use_it.Current(); in MarkDeadPhis() local 65 HInstruction* current = block->GetFirstPhi(); in EliminateDeadPhis() local 145 HUseListNode<HInstruction*>* current = it.Current(); in Run() local
|
D | register_allocator.cc | 303 LiveInterval* current = instruction->GetLiveInterval(); in ProcessInstruction() local 485 LiveInterval* current = it.CurrentInterval(); in ValidateIntervals() local 581 LiveInterval* current = unhandled_->Pop(); in LinearScan() local 695 bool RegisterAllocator::TryAllocateFreeReg(LiveInterval* current) { in TryAllocateFreeReg() 905 bool RegisterAllocator::AllocateBlockedReg(LiveInterval* current) { in AllocateBlockedReg() 1086 LiveInterval* current = array->Get(i - 1); in AddSorted() local 1489 LiveInterval* current = interval; in ConnectSiblings() local 1670 LiveInterval* current = instruction->GetLiveInterval(); in Resolve() local 1748 HInstruction* current = liveness_.GetInstructionFromSsaIndex(idx); in Resolve() local 1758 HBasicBlock* current = it.Current(); in Resolve() local
|
D | nodes.cc | 446 HBasicBlock* current = other; in Dominates() local 740 HUseListNode<HInstruction*>* current = it.Current(); in ReplaceWith() local 748 HUseListNode<HEnvironment*>* current = it.Current(); in ReplaceWith() local 980 HInstruction* current = first_instruction_; in CountSize() local 988 for (HInstruction* current = first_instruction_; in SetBlockOfInstructions() local 1319 HBasicBlock* current = it.Current(); in InlineInto() local 1364 HInstruction* current = it.Current(); in InlineInto() local
|
D | optimizing_unit_test.h | 67 HInstruction* current = it.Current(); in RemoveSuspendChecks() local
|
D | code_generator.cc | 140 bool CodeGenerator::GoesToNextBlock(HBasicBlock* current, HBasicBlock* next) const { in GoesToNextBlock() 176 HInstruction* current = it.Current(); in CompileInternal() local 703 HInstruction* current = environment->GetInstructionAt(i); in RecordPcInfo() local 891 HInstruction* current = it.Current(); in ClearSpillSlotsFromLoopPhisInStackMap() local
|
D | ssa_builder.cc | 339 HInstruction* current = it.Current(); in BuildSsa() local 379 HInstruction* current = ValueOfLocal(block->GetPredecessors().Get(i), local); in VisitBasicBlock() local
|
D | inliner.cc | 251 HInstruction* current = instr_it.Current(); in TryBuildAndInline() local
|
D | graph_checker.cc | 91 HInstruction* current = it.Current(); in VisitBasicBlock() local 108 HInstruction* current = it.Current(); in VisitBasicBlock() local
|
D | ssa_liveness_analysis.h | 442 size_t FirstIntersectionWith(LiveInterval* current) const { in FirstIntersectionWith() 591 LiveRange* current = first_range_; in SplitAt() local 655 LiveRange* current = first_range_; in Dump() local 971 HLoopInformation* current = it.Current(); in AddBackEdgeUses() local
|
D | gvn.cc | 377 HInstruction* current = block->GetFirstInstruction(); in VisitBasicBlock() local
|
D | live_interval_test.cc | 169 LiveRange* current = interval->GetFirstRange(); in RangesEquals() local
|
D | bounds_check_elimination.cc | 1853 HBasicBlock* current = it.Current(); in Run() local
|
D | code_generator_arm.cc | 423 ArmManagedRegister current = in AllocateFreeRegister() local 482 ArmManagedRegister current = in UpdateBlockedPairRegisters() local
|
D | nodes.h | 966 for (HUseListNode<T>* current = first_; current != nullptr; current = current->GetNext()) { in Contains() local 984 for (HUseListNode<T>* current = first_; current != nullptr; current = current->GetNext()) { in SizeSlow() local
|
D | code_generator_x86.cc | 415 X86ManagedRegister current = in AllocateFreeRegister() local 455 X86ManagedRegister current = in UpdateBlockedPairRegisters() local
|
/art/runtime/ |
D | reference_table.cc | 217 mirror::Object* current = root.Read<kWithoutReadBarrier>(); in Dump() local
|
D | profiler.cc | 511 StackTrieNode* current = stack_trie_root_; in PutStack() local 618 StackTrieNode* current = node->GetParent(); in Write() local
|
D | instrumentation.cc | 251 const InstrumentationStackFrame& current = *it; in InstrumentationInstallStack() local
|
/art/runtime/gc/space/ |
D | image_space.cc | 648 uint8_t* current = Begin() + RoundUp(sizeof(ImageHeader), kObjectAlignment); in VerifyImageAllocations() local
|
/art/compiler/dex/ |
D | mir_graph.cc | 1166 MIR* current = first_mir_insn; in FindPreviousMIR() local 1266 MIR* BasicBlock::GetNextUnconditionalMir(MIRGraph* mir_graph, MIR* current) { in GetNextUnconditionalMir()
|
/art/imgdiag/ |
D | imgdiag.cc | 361 const uint8_t* current = begin_image_ptr + RoundUp(sizeof(ImageHeader), kObjectAlignment); in DumpImageDiffMap() local
|
/art/runtime/mirror/ |
D | class-inl.h | 361 Class* current = this; in IsSubClass() local
|
/art/compiler/driver/ |
D | compiler_driver.cc | 976 Runtime* current = Runtime::Current(); in UpdateImageClasses() local
|