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

  /external/v8/src/asmjs/
asm-typer.h 170 typer_->local_scope_.Clear();
216 // Delta is the global_scope_ member, and Gamma, local_scope_.
344 ZoneHashMap local_scope_; // 3.2 Variable environment member in class:v8::internal::wasm::final
asm-typer.cc 137 local_scope_(ZoneHashMap::kDefaultHashMapCapacity,
332 const ZoneHashMap* scope = in_function_ ? &local_scope_ : &global_scope_;
380 ZoneHashMap::Entry* entry = local_scope_.LookupOrInsert(
    [all...]

Completed in 788 milliseconds