Searched refs:OpcodeLength (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | function-body-decoder.h | 81 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()
|
D | function-body-decoder.cc | 76 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()
|
D | function-body-decoder-impl.h | 1241 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/ |
D | DWARFEmitter.cpp | 227 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/ |
D | DWARFDebugLine.cpp | 827 uint8_t OpcodeLength = Prologue.StandardOpcodeLengths[Opcode - 1]; in parse() local 828 for (uint8_t I = 0; I < OpcodeLength; ++I) { in parse()
|