Lines Matching refs:compiled_method
47 const CompiledMethod* compiled_method = nullptr; in MakeExecutable() local
51 compiled_method = in MakeExecutable()
55 if (compiled_method != nullptr) { in MakeExecutable()
56 ArrayRef<const uint8_t> code = compiled_method->GetQuickCode(); in MakeExecutable()
59 ArrayRef<const uint8_t> vmap_table = compiled_method->GetVmapTable(); in MakeExecutable()
63 compiled_method->GetFrameSizeInBytes(), in MakeExecutable()
64 compiled_method->GetCoreSpillMask(), in MakeExecutable()
65 compiled_method->GetFpSpillMask(), in MakeExecutable()
70 const size_t max_padding = GetInstructionSetAlignment(compiled_method->GetInstructionSet()); in MakeExecutable()
80 size_t padding = compiled_method->AlignCode(offset) - offset; in MakeExecutable()
88 compiled_method->GetInstructionSet()); in MakeExecutable()