Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h352 bool asm_function() const { return asm_function_; } in asm_function()
669 bool asm_function_; variable
Dscopes.cc192 asm_function_ = outer_scope != NULL && outer_scope->asm_module_; in SetDefaults()
253 if (scope_info->IsAsmFunction()) current_scope->asm_function_ = true; in DeserializeScopeChain()
1404 inner->asm_function_ = true; in PropagateScopeInfo()