Lines Matching full:decode
66 bool is_lazy() const { return IsLazy::decode(flags_); }
67 bool is_eval() const { return IsEval::decode(flags_); }
68 bool is_global() const { return IsGlobal::decode(flags_); }
72 return LanguageModeField::decode(flags_);
74 bool is_in_loop() const { return IsInLoop::decode(flags_); }
120 return IsNative::decode(flags_);
132 return IsDeferredCalling::decode(flags_);
140 return IsNonDeferredCalling::decode(flags_);
148 return SavesCallerDoubles::decode(flags_);
156 return RequiresFrame::decode(flags_);
164 return ParseRestricitonField::decode(flags_);
202 return IsCompilingForDebugging::decode(flags_);
231 return SupportsDeoptimization::decode(flags_);