Searched refs:IsAsmModule (Results 1 – 7 of 7) sorted by relevance
24 bool ScopeInfo::IsAsmModule() const { return IsAsmModuleBit::decode(Flags()); } in TQ_OBJECT_CONSTRUCTORS_IMPL()
127 inline bool IsAsmModule() const;
696 (scope_type() == FUNCTION_SCOPE && IsAsmModule()) || in ContextLength()
396 bool Scope::IsAsmModule() const { in IsAsmModule() function in v8::internal::Scope401 if (IsAsmModule()) return true; in ContainsAsmModule()454 if (scope_info.IsAsmModule()) { in DeserializeScopeChain()1938 if (IsAsmModule()) Indent(n1, "// scope is an asm module\n"); in Print()2599 scope->IsAsmModule() || in AllocateVariablesRecursively()
386 bool IsAsmModule() const;
592 return literal->scope()->IsAsmModule(); in UseAsmWasm()645 if (compilation_info->literal()->scope()->IsAsmModule()) { in InstallUnoptimizedCode()
2423 if (IsAsmModule()) os << "\n - asm module"; in ScopeInfoPrint()