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

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

Completed in 1979 milliseconds