Searched refs:OpcodeLength (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/wasm/ |
D | function-body-decoder.h | 89 V8_EXPORT_PRIVATE unsigned OpcodeLength(const byte* pc, const byte* end); 107 ptr_ += OpcodeLength(ptr_, end_); in NON_EXPORTED_BASE() 181 pc_ += OpcodeLength(pc_, end_); in NON_EXPORTED_BASE()
|
D | function-body-decoder.cc | 864 unsigned OpcodeLength(const byte* pc, const byte* end) { in OpcodeLength() function 866 return WasmDecoder<Decoder::kNoValidate>::OpcodeLength(&decoder, pc); in OpcodeLength() 959 WasmDecoder<Decoder::kNoValidate>::OpcodeLength(&decoder, i.pc()); in PrintRawWasmCode()
|
D | function-body-decoder-impl.h | 774 length = OpcodeLength(decoder, pc); in AnalyzeLoopAssignment() 794 length = OpcodeLength(decoder, pc); in AnalyzeLoopAssignment() 800 length = OpcodeLength(decoder, pc); in AnalyzeLoopAssignment() 989 static unsigned OpcodeLength(Decoder* decoder, const byte* pc) { in OpcodeLength() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | DWARFEmitter.cpp | 228 for (auto OpcodeLength : LineTable.StandardOpcodeLengths) in EmitDebugLine() local 229 writeInteger((uint8_t)OpcodeLength, OS, DI.IsLittleEndian); in EmitDebugLine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 781 uint8_t OpcodeLength = Prologue.StandardOpcodeLengths[Opcode - 1]; in parse() local 782 for (uint8_t I = 0; I < OpcodeLength; ++I) { in parse()
|