Searched refs:StandardOpcodeLengths (Results 1 – 2 of 2) sorted by relevance
30 for (uint32_t i = 0; i < StandardOpcodeLengths.size(); ++i) in dump()32 StandardOpcodeLengths[i]); in dump()184 prologue->StandardOpcodeLengths.reserve(prologue->OpcodeBase-1); in parsePrologue()187 prologue->StandardOpcodeLengths.push_back(op_len); in parsePrologue()424 assert(opcode - 1U < prologue->StandardOpcodeLengths.size()); in parseStatementTable()425 uint8_t opcode_length = prologue->StandardOpcodeLengths[opcode - 1]; in parseStatementTable()
60 std::vector<uint8_t> StandardOpcodeLengths; member80 StandardOpcodeLengths.clear(); in clear()