Searched refs:asm_module_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dscopes.h218 void SetAsmModule() { asm_module_ = true; }
287 bool asm_module() const { return asm_module_; }
472 bool asm_module_; member in class:v8::internal::Scope
H A Dscopes.cc163 asm_module_ = false;
164 asm_function_ = outer_scope != NULL && outer_scope->asm_module_;
228 if (scope_info->IsAsmModule()) current_scope->asm_module_ = true;
1172 if (asm_module_ && inner->scope_type() == FUNCTION_SCOPE) {

Completed in 79 milliseconds