HomeSort by relevance Sort by last modified time
    Searched refs:asm_module_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ast/
scopes.h 257 void SetAsmModule() { asm_module_ = true; }
344 bool asm_module() const { return asm_module_; }
649 bool asm_module_; member in class:v8::internal::Scope
scopes.cc 175 asm_module_ = false;
176 asm_function_ = outer_scope != NULL && outer_scope->asm_module_;
241 if (scope_info->IsAsmModule()) current_scope->asm_module_ = true;
957 if (asm_module_) Indent(n1, "// scope is an asm module\n");
    [all...]

Completed in 86 milliseconds