Searched refs:IsAsmFunction (Results 1 – 4 of 4) sorted by relevance
307 bool IsAsmFunction() const; in NON_EXPORTED_BASE()
325 bool Scope::IsAsmFunction() const { in IsAsmFunction() function in v8::internal::Scope364 if (scope_info->IsAsmFunction()) in DeserializeScopeChain()1482 if (IsAsmFunction()) Indent(n1, "// scope is an asm function\n"); in Print()
4507 inline bool IsAsmFunction();
8048 bool ScopeInfo::IsAsmFunction() { return AsmFunctionField::decode(Flags()); } in IsAsmFunction() function