Home | History | Annotate | Download | only in compiler

Lines Matching full:compiled_method

25 #include "compiled_method.h"
166 const CompiledMethod* compiled_method = nullptr;
170 compiled_method =
174 if (compiled_method != nullptr) {
175 const std::vector<uint8_t>* code = compiled_method->GetQuickCode();
180 const std::vector<uint8_t>& vmap_table = compiled_method->GetVmapTable();
183 const std::vector<uint8_t>& mapping_table = compiled_method->GetMappingTable();
187 compiled_method->GetFrameSizeInBytes(),
188 compiled_method->GetCoreSpillMask(),
189 compiled_method->GetFpSpillMask(), code_size);
194 size_t code_offset = compiled_method->AlignCode(size - code_size);
206 code = compiled_method->GetPortableCode();
211 compiled_method->GetInstructionSet());