Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dast-decoder.cc479 LocalType type = LocalOperand(pc_, &index, &len); in DecodeFunctionBody()
487 LocalType type = LocalOperand(pc_, &index, &len); in DecodeFunctionBody()
903 LocalType type = LocalOperand(p->pc(), &index, &unused); in Reduce()
1318 LocalType LocalOperand(const byte* pc, uint32_t* index, int* length) { in LocalOperand() function in v8::internal::wasm::LR_WasmDecoder