Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dasm-wasm-builder.cc937 struct IndexContainer : public ZoneObject { struct in v8::internal::wasm::AsmWasmBuilderImpl
952 IndexContainer* container = new (zone()) IndexContainer(); in LookupOrInsertLocal()
958 return (reinterpret_cast<IndexContainer*>(entry->value))->index; in LookupOrInsertLocal()
967 IndexContainer* container = new (zone()) IndexContainer(); in LookupOrInsertGlobal()
973 return (reinterpret_cast<IndexContainer*>(entry->value))->index; in LookupOrInsertGlobal()
981 IndexContainer* container = new (zone()) IndexContainer(); in LookupOrInsertFunction()
987 return (reinterpret_cast<IndexContainer*>(entry->value))->index; in LookupOrInsertFunction()