Searched refs:IsAsmModule (Results 1 – 5 of 5) sorted by relevance
91 inline bool IsAsmModule() { return AsmModuleField::decode(Flags()); } in IsAsmModule() function
441 (scope_type() == FUNCTION_SCOPE && IsAsmModule()) || in ContextLength()
183 asm_function_ = outer_scope_->IsAsmModule(); in DeclarationScope()364 bool Scope::IsAsmModule() const { in IsAsmModule() function in v8::internal::Scope405 if (scope_info->IsAsmModule()) in DeserializeScopeChain()1656 if (IsAsmModule()) Indent(n1, "// scope is an asm module\n"); in Print()2225 is_with_scope() || is_module_scope() || IsAsmModule() || in AllocateVariablesRecursively()
330 bool IsAsmModule() const; in NON_EXPORTED_BASE()
584 if (literal->scope()->IsAsmModule()) return true; in InnerFunctionIsAsmModule()609 if (info->scope()->IsAsmModule() || in CompileUnoptimizedCode()