Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dast-decoder.cc1319 *index = UnsignedLEB128Operand(pc, length); in LocalOperand()
1328 *index = UnsignedLEB128Operand(pc, length); in GlobalOperand()
1339 *index = UnsignedLEB128Operand(pc, length); in FunctionSigOperand()
1348 *index = UnsignedLEB128Operand(pc, length); in SigOperand()
1356 uint32_t UnsignedLEB128Operand(const byte* pc, int* length) { in UnsignedLEB128Operand() function in v8::internal::wasm::LR_WasmDecoder
1369 *offset = UnsignedLEB128Operand(pc + 1, length); in MemoryAccessOperand()