Lines Matching refs:MethodId
49 std::string DescribeMethod(const MethodId& method_id) { in DescribeMethod()
90 RefTypeId class_id, MethodId method_id, bool is_constructor) in RequestInvoke()
223 expandBufAdd4BE(pReply, sizeof(MethodId)); in VM_IDSizes()
655 MethodId method_id = request->ReadMethodId(); in CT_InvokeMethod()
672 MethodId method_id = request->ReadMethodId(); in CT_NewInstance()
708 MethodId method_id = request->ReadMethodId(); in IT_InvokeMethod()
719 MethodId method_id = request->ReadMethodId(); in M_LineTable()
730 MethodId method_id = request->ReadMethodId(); in M_VariableTable()
753 MethodId method_id = request->ReadMethodId(); in M_Bytecodes()
772 MethodId id = request->ReadMethodId(); in M_IsObsolete()
858 MethodId method_id = request->ReadMethodId(); in OR_InvokeMethod()