Searched refs:ReadUnsignedLEB128Operand (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/wasm/ |
D | ast-decoder.h | 104 ReadUnsignedLEB128ErrorCode ReadUnsignedLEB128Operand(const byte*, const byte*,
|
D | ast-decoder.cc | 1359 ReadUnsignedLEB128Operand(pc + 1, limit_, length, &result); in UnsignedLEB128Operand() 1446 ReadUnsignedLEB128ErrorCode ReadUnsignedLEB128Operand(const byte* pc, in ReadUnsignedLEB128Operand() function 1501 ReadUnsignedLEB128Operand(pc + 1, pc + 6, &length, &result); in OpcodeLength()
|
D | encoder.cc | 174 ReadUnsignedLEB128Operand(start + i, end, &length, &index); in Build()
|
/external/v8/test/unittests/wasm/ |
D | encoder-unittest.cc | 36 ReadUnsignedLEB128Operand(leb_value, leb_value + 5, &length, &result); in CheckReadValue()
|