Searched refs:bytecodes (Results 1 – 3 of 3) sorted by relevance
784 std::vector<uint8_t> bytecodes; in M_Bytecodes() local785 JdwpError rc = Dbg::GetBytecodes(class_id, method_id, bytecodes); in M_Bytecodes()790 expandBufAdd4BE(reply, bytecodes.size()); in M_Bytecodes()791 for (size_t i = 0; i < bytecodes.size(); ++i) { in M_Bytecodes()792 expandBufAdd1(reply, bytecodes[i]); in M_Bytecodes()
388 std::vector<uint8_t>& bytecodes)
1773 std::vector<uint8_t>& bytecodes) in GetBytecodes() argument1784 bytecodes.push_back(*p); in GetBytecodes()