Home
last modified time | relevance | path

Searched defs:OpcodeLength (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dfunction-body-decoder.cc76 unsigned OpcodeLength(const byte* pc, const byte* end) { in OpcodeLength() function
/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
/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