Home | History | Annotate | Download | only in compiler

Lines Matching full:compiled_method

26 #include "compiled_method.h"
68 const CompiledMethod* compiled_method =
72 if (compiled_method == nullptr) {
81 EXPECT_EQ(oat_method.GetFrameSizeInBytes(), compiled_method->GetFrameSizeInBytes());
82 EXPECT_EQ(oat_method.GetCoreSpillMask(), compiled_method->GetCoreSpillMask());
83 EXPECT_EQ(oat_method.GetFpSpillMask(), compiled_method->GetFpSpillMask());
86 ArrayRef<const uint8_t> quick_code = compiled_method->GetQuickCode();