Lines Matching full:compiled_method
25 #include "compiled_method.h"
48 const CompiledMethod* compiled_method = nullptr;
52 compiled_method =
57 if (compiled_method != nullptr && compiled_method->GetQuickCode().size() != 0u) {
58 ArrayRef<const uint8_t> code = compiled_method->GetQuickCode();
60 ArrayRef<const uint8_t> vmap_table = compiled_method->GetVmapTable();
64 ArrayRef<const uint8_t> method_info = compiled_method->GetMethodInfo();
70 compiled_method->GetFrameSizeInBytes(),
71 compiled_method->GetCoreSpillMask(),
72 compiled_method->GetFpSpillMask(),
77 const size_t max_padding = GetInstructionSetAlignment(compiled_method->GetInstructionSet());
88 size_t padding = compiled_method->AlignCode(offset) - offset;
96 compiled_method->GetInstructionSet());