Home
last modified time | relevance | path

Searched refs:IsAsmModule (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/objects/
Dscope-info.h91 inline bool IsAsmModule() { return AsmModuleField::decode(Flags()); } in IsAsmModule() function
Dscope-info.cc441 (scope_type() == FUNCTION_SCOPE && IsAsmModule()) || in ContextLength()
/external/v8/src/ast/
Dscopes.cc183 asm_function_ = outer_scope_->IsAsmModule(); in DeclarationScope()
364 bool Scope::IsAsmModule() const { in IsAsmModule() function in v8::internal::Scope
405 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()
Dscopes.h330 bool IsAsmModule() const; in NON_EXPORTED_BASE()
/external/v8/src/
Dcompiler.cc584 if (literal->scope()->IsAsmModule()) return true; in InnerFunctionIsAsmModule()
609 if (info->scope()->IsAsmModule() || in CompileUnoptimizedCode()