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

/external/v8/src/asmjs/
H A Dasm-typer.h216 // Delta is the global_scope_ member, and Gamma, local_scope_.
343 ZoneHashMap global_scope_; // 3.1 Global environment member in class:v8::internal::wasm::final
H A Dasm-typer.cc135 global_scope_(ZoneHashMap::kDefaultHashMapCapacity,
332 const ZoneHashMap* scope = in_function_ ? &local_scope_ : &global_scope_;
336 entry = global_scope_.Lookup(variable, ComputePointerHash(variable));
363 ZoneHashMap::Entry* entry = global_scope_.LookupOrInsert(

Completed in 135 milliseconds