Lines Matching refs:compiled_method
106 for (auto& compiled_method : compiled_methods_) { in Link()
107 offset = patcher_->ReserveSpace(offset, compiled_method.get(), compiled_method_refs_[idx]); in Link()
109 uint32_t aligned_offset = compiled_method->AlignCode(offset); in Link()
114 uint32_t quick_code_offset = offset + compiled_method->CodeDelta(); in Link()
115 const auto code = compiled_method->GetQuickCode(); in Link()
136 for (auto& compiled_method : compiled_methods_) { in Link()
139 uint32_t aligned_offset = compiled_method->AlignCode(offset); in Link()
147 ArrayRef<const uint8_t> code = compiled_method->GetQuickCode(); in Link()
148 if (!compiled_method->GetPatches().empty()) { in Link()
151 for (const LinkerPatch& patch : compiled_method->GetPatches()) { in Link()
155 result.first ? result.second : kTrampolineOffset + compiled_method->CodeDelta(); in Link()