Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h307 bool IsAsmFunction() const; in NON_EXPORTED_BASE()
Dscopes.cc325 bool Scope::IsAsmFunction() const { in IsAsmFunction() function in v8::internal::Scope
364 if (scope_info->IsAsmFunction()) in DeserializeScopeChain()
1482 if (IsAsmFunction()) Indent(n1, "// scope is an asm function\n"); in Print()
/external/v8/src/
Dobjects.h4507 inline bool IsAsmFunction();
Dobjects-inl.h8048 bool ScopeInfo::IsAsmFunction() { return AsmFunctionField::decode(Flags()); } in IsAsmFunction() function