HomeSort by relevance Sort by last modified time
    Searched refs:refTypeId (Results 1 - 3 of 3) sorted by null

  /art/runtime/jdwp/
jdwp_event.h 49 RefTypeId refTypeId;
67 RefTypeId refTypeId;
71 RefTypeId refTypeId;
jdwp_handler.cc 49 std::string DescribeRefTypeId(const RefTypeId& ref_type_id) {
86 RefTypeId class_id, MethodId method_id, bool is_constructor)
153 std::vector<RefTypeId> ids;
221 expandBufAdd4BE(pReply, sizeof(RefTypeId));
354 std::vector<JDWP::RefTypeId> classes;
399 std::vector<RefTypeId> class_ids;
419 RefTypeId refTypeId = request->ReadRefTypeId();
420 return Dbg::GetModifiers(refTypeId, pReply);
428 RefTypeId refTypeId = request->ReadRefTypeId()
    [all...]
jdwp_event.cc 471 if (!Dbg::MatchType(basket.locationClass.Get(), pMod->classOnly.refTypeId)) {
491 if (pMod->exceptionOnly.refTypeId != 0 &&
492 !Dbg::MatchType(basket.exceptionClass.Get(), pMod->exceptionOnly.refTypeId)) {
501 if (!Dbg::MatchField(pMod->fieldOnly.refTypeId, pMod->fieldOnly.fieldId, basket.field)) {
957 RefTypeId field_type_id = registry->AddRefType(field->GetDeclaringClass());
    [all...]

Completed in 436 milliseconds