Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dasm-wasm-builder.cc661 struct FunctionTableIndices : public ZoneObject { struct in v8::internal::wasm::AsmWasmBuilderImpl
668 FunctionTableIndices* container = new (zone()) FunctionTableIndices(); in InsertFunctionTable()
676 FunctionTableIndices* LookupFunctionTable(Variable* v) { in LookupFunctionTable()
680 return reinterpret_cast<FunctionTableIndices*>(entry->value); in LookupFunctionTable()
1313 FunctionTableIndices* indices = LookupFunctionTable(var->var()); in VisitCall()