Home | History | Annotate | Download | only in jdwp

Lines Matching refs:bytecodes

784   std::vector<uint8_t> bytecodes;
785 JdwpError rc = Dbg::GetBytecodes(class_id, method_id, bytecodes);
790 expandBufAdd4BE(reply, bytecodes.size());
791 for (size_t i = 0; i < bytecodes.size(); ++i) {
792 expandBufAdd1(reply, bytecodes[i]);
1525 { 6, 3, M_Bytecodes, "Method.Bytecodes" },