Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dasm-wasm-builder.cc341 LookupOrInsertLocal(scope->parameter(i), type); in VisitFunctionLiteral()
392 AddLeb128(LookupOrInsertLocal(var, var_type), true); in VisitVariableProxy()
941 uint16_t LookupOrInsertLocal(Variable* v, LocalType type) { in LookupOrInsertLocal() function in v8::internal::wasm::AsmWasmBuilderImpl