Home
last modified time | relevance | path

Searched refs:IsAsmFunction (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/objects/
Dscope-info.h94 inline bool IsAsmFunction() { return AsmFunctionField::decode(Flags()); } in IsAsmFunction() function
/external/v8/src/ast/
Dscopes.h331 bool IsAsmFunction() const; in NON_EXPORTED_BASE()
Dscopes.cc368 bool Scope::IsAsmFunction() const { in IsAsmFunction() function in v8::internal::Scope
403 if (scope_info->IsAsmFunction()) in DeserializeScopeChain()
1657 if (IsAsmFunction()) Indent(n1, "// scope is an asm function\n"); in Print()