Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h345 bool asm_function() const { return asm_function_; } in asm_function()
651 bool asm_function_; variable
Dscopes.cc176 asm_function_ = outer_scope != NULL && outer_scope->asm_module_; in SetDefaults()
240 if (scope_info->IsAsmFunction()) current_scope->asm_function_ = true; in DeserializeScopeChain()
958 if (asm_function_) Indent(n1, "// scope is an asm function\n"); in Print()
1238 inner->asm_function_ = true; in PropagateScopeInfo()