Home
last modified time | relevance | path

Searched refs:instance_class_id (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddebugger.h177 static bool MatchType(JDWP::RefTypeId instance_class_id, JDWP::RefTypeId class_id)
Ddebugger.cc1125 bool Dbg::MatchType(JDWP::RefTypeId instance_class_id, JDWP::RefTypeId class_id) { in MatchType() argument
1127 mirror::Class* c1 = DecodeClass(instance_class_id, status); in MatchType()