Searched refs:IndexContainer (Results 1 – 1 of 1) sorted by relevance
937 struct IndexContainer : public ZoneObject { struct in v8::internal::wasm::AsmWasmBuilderImpl952 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()