Home
last modified time | relevance | path

Searched refs:IndexContainer (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/asmjs/
Dasm-wasm-builder.cc1718 struct IndexContainer : public ZoneObject { struct in v8::internal::wasm::AsmWasmBuilderImpl
1730 IndexContainer* container = new (zone()) IndexContainer(); in LookupOrInsertLocal()
1736 return (reinterpret_cast<IndexContainer*>(entry->value))->index; in LookupOrInsertLocal()
1745 IndexContainer* container = new (zone()) IndexContainer(); in InsertParameter()
1757 IndexContainer* container = new (zone()) IndexContainer(); in LookupOrInsertGlobal()
1763 return (reinterpret_cast<IndexContainer*>(entry->value))->index; in LookupOrInsertGlobal()