Searched refs:GetEntryPointAdjustment (Results 1 – 4 of 4) sorted by relevance
57 size_t CompiledCode::GetEntryPointAdjustment() const { in GetEntryPointAdjustment() function in art::CompiledCode
63 size_t GetEntryPointAdjustment() const;
135 uint32_t quick_code_offset = offset + compiled_method->GetEntryPointAdjustment(); in Link()176 : kTrampolineOffset + compiled_method->GetEntryPointAdjustment(); in Link()231 size_t offset = result.second - compiled_methods_[idx]->GetEntryPointAdjustment(); in CheckLinkedMethod()
1225 uint32_t thumb_offset = compiled_method->GetEntryPointAdjustment(); in VisitMethod()1674 offset_ + sizeof(OatQuickMethodHeader) + compiled_method->GetEntryPointAdjustment()) in VisitMethod()