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

  /external/v8/src/ast/
scopes.h 345 bool asm_function() const { return asm_function_; }
651 bool asm_function_; member in class:v8::internal::Scope
scopes.cc 176 asm_function_ = outer_scope != NULL && outer_scope->asm_module_;
240 if (scope_info->IsAsmFunction()) current_scope->asm_function_ = true;
958 if (asm_function_) Indent(n1, "// scope is an asm function\n");
    [all...]

Completed in 196 milliseconds