Home
last modified time | relevance | path

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

/external/v8/src/
Dscopes.cc227 if (scope_info->IsAsmFunction()) current_scope->asm_function_ = true; in DeserializeScopeChain()
Dobjects.h4147 bool IsAsmFunction() { return AsmFunctionField::decode(Flags()); } in IsAsmFunction() function