Home
last modified time | relevance | path

Searched defs:instances (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/
Dheap.cc1503 InstanceCollector(mirror::Class* c, int32_t max_count, std::vector<mirror::Object*>& instances) in InstanceCollector()
1528 std::vector<mirror::Object*>& instances) { in GetInstances()
/art/runtime/jdwp/
Djdwp_handler.cc632 std::vector<ObjectId> instances; in RT_Instances() local
/art/runtime/
Ddebugger.cc1042 …::GetInstances(JDWP::RefTypeId class_id, int32_t max_count, std::vector<JDWP::ObjectId>& instances) in GetInstances()