Home
last modified time | relevance | path

Searched defs:position (Results 1 – 14 of 14) sorted by relevance

/art/compiler/optimizing/
Dssa_liveness_analysis.h109 size_t position, in UsePosition()
238 size_t position = instruction->GetLifetimePosition(); in AddTempUse() local
250 size_t position = instruction->GetLifetimePosition() + 1; variable
416 bool IsDeadAt(size_t position) const { in IsDeadAt()
420 bool IsDefinedAt(size_t position) const { in IsDefinedAt()
428 bool Covers(size_t position) { in Covers()
435 bool CoversSlow(size_t position) const { in CoversSlow()
480 size_t FirstRegisterUseAfter(size_t position) const { in FirstRegisterUseAfter()
507 size_t FirstUseAfter(size_t position) const { in FirstUseAfter()
545 SafepointPosition* FindSafepointJustBefore(size_t position) const { in FindSafepointJustBefore()
[all …]
Dregister_allocator.cc203 size_t position = instruction->GetLifetimePosition(); in ProcessInstruction() local
586 size_t position = current->GetStart(); in LinearScan() local
669 static void FreeIfNotCoverAt(LiveInterval* interval, size_t position, size_t* free_until) { in FreeIfNotCoverAt()
729 size_t position = defined_by->GetLifetimePosition() + 1; in TryAllocateFreeReg() local
861 bool RegisterAllocator::TrySplitNonPairOrUnalignedPairIntervalAt(size_t position, in TrySplitNonPairOrUnalignedPairIntervalAt()
1144 size_t position = dominated.Get(i)->GetLifetimeStart(); in SplitBetween() local
1169 LiveInterval* RegisterAllocator::Split(LiveInterval* interval, size_t position) { in Split()
1334 static bool IsInstructionStart(size_t position) { in IsInstructionStart()
1338 static bool IsInstructionEnd(size_t position) { in IsInstructionEnd()
1342 void RegisterAllocator::InsertParallelMoveAt(size_t position, in InsertParallelMoveAt()
[all …]
Dssa_liveness_analysis.cc345 size_t position = block->GetPredecessors().Get(i)->GetLifetimeEnd() - 1; in FindFirstRegisterHint() local
401 size_t position = user->GetLifetimePosition() - 1; in FindFirstRegisterHint() local
508 Location LiveInterval::GetLocationAt(size_t position) { in GetLocationAt()
514 LiveInterval* LiveInterval::GetSiblingAt(size_t position) { in GetSiblingAt()
Dnodes.h1510 void SetLifetimePosition(size_t position) { lifetime_position_ = position; } in SetLifetimePosition()
/art/compiler/utils/
Dassembler.h110 void BindTo(int position) { in BindTo()
116 void LinkTo(int position) { in LinkTo()
150 int position() const { return position_; } in position() function
192 template<typename T> T Load(size_t position) { in Load()
197 template<typename T> void Store(size_t position, T value) { in Store()
/art/runtime/gc/space/
Dregion_space-inl.h261 const uintptr_t position = reinterpret_cast<uintptr_t>(obj) + obj->SizeOf(); in GetNextObject() local
Dbump_pointer_space.cc92 const uintptr_t position = reinterpret_cast<uintptr_t>(obj) + obj->SizeOf(); in GetNextObject() local
/art/compiler/utils/mips64/
Dassembler_mips64.cc799 int32_t position = label->Position(); in Bind() local
839 int32_t position = buffer_.Size(); in B() local
862 int32_t position = buffer_.Size(); in Jalr() local
/art/compiler/utils/arm/
Dassembler_arm32.cc723 int position = buffer_.Size(); in EmitBranch() local
1321 int32_t position = label->Position(); in Bind() local
Dassembler_thumb2.cc2255 uint16_t position = label->Position(); // Branch id for linked branch. in Bind() local
/art/compiler/utils/x86/
Dassembler_x86.cc1610 int position = label->LinkPosition(); in Bind() local
1674 int position = buffer_.Size(); in EmitLabelLink() local
/art/compiler/utils/mips/
Dassembler_mips.cc153 int32_t position = label->Position(); in Bind() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc2099 int position = label->LinkPosition(); in Bind() local
2171 int position = buffer_.Size(); in EmitLabelLink() local
/art/runtime/gc/
Dheap.cc2119 void AddBin(size_t size, uintptr_t position) { in AddBin()