Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dfunction-body-decoder.h89 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()
Dfunction-body-decoder.cc864 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()
Dfunction-body-decoder-impl.h774 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/
DDWARFEmitter.cpp228 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/
DDWARFDebugLine.cpp781 uint8_t OpcodeLength = Prologue.StandardOpcodeLengths[Opcode - 1]; in parse() local
782 for (uint8_t I = 0; I < OpcodeLength; ++I) { in parse()