Home
last modified time | relevance | path

Searched defs:max_count (Results 1 – 5 of 5) sorted by relevance

/art/runtime/gc/
Dheap.cc1451 InstanceCollector(mirror::Class* c, int32_t max_count, std::vector<mirror::Object*>& instances) in InstanceCollector()
1475 void Heap::GetInstances(mirror::Class* c, int32_t max_count, in GetInstances()
1488 ReferringObjectsFinder(mirror::Object* object, int32_t max_count, in ReferringObjectsFinder()
1522 void Heap::GetReferringObjects(mirror::Object* o, int32_t max_count, in GetReferringObjects()
/art/runtime/jdwp/
Djdwp_handler.cc627 int32_t max_count = request.ReadSigned32("max count"); in RT_Instances() local
907 int32_t max_count = request.ReadSigned32("max count"); in OR_ReferringObjects() local
/art/runtime/
Ddex_file_verifier.cc184 size_t max_count = available_bytes_till_end_of_mem / elem_size; in CheckListSize() local
Ddebugger.cc1030 JDWP::JdwpError Dbg::GetInstances(JDWP::RefTypeId class_id, int32_t max_count, std::vector<JDWP::Ob… in GetInstances()
1048 JDWP::JdwpError Dbg::GetReferringObjects(JDWP::ObjectId object_id, int32_t max_count, in GetReferringObjects()
Dclass_linker.cc4560 uint32_t max_count = klass->NumVirtualMethods() + in LinkVirtualMethods() local