Home
last modified time | relevance | path

Searched defs:current (Results 1 – 24 of 24) sorted by relevance

/art/compiler/optimizing/
Dssa_liveness_analysis.cc50 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
Dssa_phi_elimination.cc35 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
Dregister_allocator.cc303 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
Dnodes.cc446 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
Doptimizing_unit_test.h67 HInstruction* current = it.Current(); in RemoveSuspendChecks() local
Dcode_generator.cc140 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
Dssa_builder.cc339 HInstruction* current = it.Current(); in BuildSsa() local
379 HInstruction* current = ValueOfLocal(block->GetPredecessors().Get(i), local); in VisitBasicBlock() local
Dinliner.cc251 HInstruction* current = instr_it.Current(); in TryBuildAndInline() local
Dgraph_checker.cc91 HInstruction* current = it.Current(); in VisitBasicBlock() local
108 HInstruction* current = it.Current(); in VisitBasicBlock() local
Dssa_liveness_analysis.h442 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
Dgvn.cc377 HInstruction* current = block->GetFirstInstruction(); in VisitBasicBlock() local
Dlive_interval_test.cc169 LiveRange* current = interval->GetFirstRange(); in RangesEquals() local
Dbounds_check_elimination.cc1853 HBasicBlock* current = it.Current(); in Run() local
Dcode_generator_arm.cc423 ArmManagedRegister current = in AllocateFreeRegister() local
482 ArmManagedRegister current = in UpdateBlockedPairRegisters() local
Dnodes.h966 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
Dcode_generator_x86.cc415 X86ManagedRegister current = in AllocateFreeRegister() local
455 X86ManagedRegister current = in UpdateBlockedPairRegisters() local
/art/runtime/
Dreference_table.cc217 mirror::Object* current = root.Read<kWithoutReadBarrier>(); in Dump() local
Dprofiler.cc511 StackTrieNode* current = stack_trie_root_; in PutStack() local
618 StackTrieNode* current = node->GetParent(); in Write() local
Dinstrumentation.cc251 const InstrumentationStackFrame& current = *it; in InstrumentationInstallStack() local
/art/runtime/gc/space/
Dimage_space.cc648 uint8_t* current = Begin() + RoundUp(sizeof(ImageHeader), kObjectAlignment); in VerifyImageAllocations() local
/art/compiler/dex/
Dmir_graph.cc1166 MIR* current = first_mir_insn; in FindPreviousMIR() local
1266 MIR* BasicBlock::GetNextUnconditionalMir(MIRGraph* mir_graph, MIR* current) { in GetNextUnconditionalMir()
/art/imgdiag/
Dimgdiag.cc361 const uint8_t* current = begin_image_ptr + RoundUp(sizeof(ImageHeader), kObjectAlignment); in DumpImageDiffMap() local
/art/runtime/mirror/
Dclass-inl.h361 Class* current = this; in IsSubClass() local
/art/compiler/driver/
Dcompiler_driver.cc976 Runtime* current = Runtime::Current(); in UpdateImageClasses() local