Home
last modified time | relevance | path

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

/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc111 uint32_t GetPendingOffset() const { in GetPendingOffset() function in art::linker::ArmBaseRelativePatcher::ThunkData
164 return lhs->GetPendingOffset() > rhs->GetPendingOffset(); in operator ()()
210 pending_thunks_.front()->GetPendingOffset() == aligned_offset) { in WriteThunks()
230 DCHECK(pending_thunks_.empty() || pending_thunks_.front()->GetPendingOffset() > aligned_offset); in WriteThunks()
352 method_call_thunk_->GetPendingOffset() > patch_offset); in CalculateMethodCallDisplacement()
354 method_call_thunk_->GetPendingOffset() - patch_offset <= max_positive_displacement) { in CalculateMethodCallDisplacement()
355 displacement = method_call_thunk_->GetPendingOffset() - patch_offset; in CalculateMethodCallDisplacement()
379 uint32_t offset = data.GetPendingOffset(); in GetThunkTargetOffset()