Home | History | Annotate | Download | only in linker

Lines Matching full:compiled_method

24 #include "compiled_method.h"
111 for (auto& compiled_method : compiled_methods_) {
112 offset = patcher_->ReserveSpace(offset, compiled_method.get(), compiled_method_refs_[idx]);
118 uint32_t quick_code_offset = offset + compiled_method->CodeDelta();
119 const auto code = compiled_method->GetQuickCode();
140 for (auto& compiled_method : compiled_methods_) {
150 ArrayRef<const uint8_t> code = compiled_method->GetQuickCode();
151 if (!compiled_method->GetPatches().empty()) {
154 for (const LinkerPatch& patch : compiled_method->GetPatches()) {
158 result.first ? result.second : kTrampolineOffset + compiled_method->CodeDelta();