Searched defs:max_count (Results 1 – 5 of 5) sorted by relevance
/art/runtime/gc/ |
D | heap.cc | 1451 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/ |
D | jdwp_handler.cc | 627 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/ |
D | dex_file_verifier.cc | 184 size_t max_count = available_bytes_till_end_of_mem / elem_size; in CheckListSize() local
|
D | debugger.cc | 1030 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()
|
D | class_linker.cc | 4560 uint32_t max_count = klass->NumVirtualMethods() + in LinkVirtualMethods() local
|