Home
last modified time | relevance | path

Searched refs:MatchField (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Ddebugger.h340 static bool MatchField(JDWP::RefTypeId expected_type_id, JDWP::FieldId expected_field_id,
Ddebugger.cc1436 bool Dbg::MatchField(JDWP::RefTypeId expected_type_id, JDWP::FieldId expected_field_id, in MatchField() function in art::Dbg
/art/runtime/jdwp/
Djdwp_event.cc501 if (!Dbg::MatchField(pMod->fieldOnly.refTypeId, pMod->fieldOnly.fieldId, basket.field)) { in ModsMatch()