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

/art/compiler/linker/arm/
H A Drelative_patcher_arm_base.cc106 uint32_t GetPendingOffset() const { function in class:art::linker::ArmBaseRelativePatcher::ThunkData
158 return lhs->GetPendingOffset() > rhs->GetPendingOffset();
204 pending_thunks_.front()->GetPendingOffset() == aligned_offset) {
224 DCHECK(pending_thunks_.empty() || pending_thunks_.front()->GetPendingOffset() > aligned_offset);
345 method_call_thunk_->GetPendingOffset() > patch_offset);
347 method_call_thunk_->GetPendingOffset() - patch_offset <= max_positive_displacement) {
348 displacement = method_call_thunk_->GetPendingOffset() - patch_offset;
372 uint32_t offset = data.GetPendingOffset();

Completed in 20 milliseconds