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

  /external/v8/src/asmjs/
asm-typer.h 265 // Delta is the global_scope_ member, and Gamma, local_scope_.
395 ZoneHashMap global_scope_; // 3.1 Global environment member in class:v8::internal::wasm::final
asm-typer.cc 199 global_scope_(ZoneHashMap::kDefaultHashMapCapacity,
403 const ZoneHashMap* scope = in_function_ ? &local_scope_ : &global_scope_;
407 entry = global_scope_.Lookup(variable, ComputePointerHash(variable));
435 ZoneHashMap::Entry* entry = global_scope_.LookupOrInsert(
    [all...]

Completed in 56 milliseconds