Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dfunction-body-decoder.h81 V8_EXPORT_PRIVATE unsigned OpcodeLength(const byte* pc, const byte* end);
103 ptr_ += OpcodeLength(ptr_, end_); in NON_EXPORTED_BASE()
177 pc_ += OpcodeLength(pc_, end_); in NON_EXPORTED_BASE()
Dfunction-body-decoder.cc76 unsigned OpcodeLength(const byte* pc, const byte* end) { in OpcodeLength() function
84 return WasmDecoder<Decoder::kNoValidation>::OpcodeLength(&decoder, pc); in OpcodeLength()
193 WasmDecoder<Decoder::kNoValidation>::OpcodeLength(&decoder, i.pc()); in PrintRawWasmCode()
Dfunction-body-decoder-impl.h1241 pc += OpcodeLength(decoder, pc);
1572 static uint32_t OpcodeLength(WasmDecoder* decoder, const byte* pc) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp227 for (auto OpcodeLength : LineTable.StandardOpcodeLengths) in EmitDebugLine() local
228 writeInteger((uint8_t)OpcodeLength, OS, DI.IsLittleEndian); in EmitDebugLine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp827 uint8_t OpcodeLength = Prologue.StandardOpcodeLengths[Opcode - 1]; in parse() local
828 for (uint8_t I = 0; I < OpcodeLength; ++I) { in parse()