Searched defs:max_count (Results 1 – 5 of 5) sorted by relevance
| /art/runtime/gc/ |
| D | heap.cc | 1503 InstanceCollector(mirror::Class* c, int32_t max_count, std::vector<mirror::Object*>& instances) in InstanceCollector() 1527 void Heap::GetInstances(mirror::Class* c, int32_t max_count, in GetInstances() 1540 ReferringObjectsFinder(mirror::Object* object, int32_t max_count, in ReferringObjectsFinder() 1574 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 | 1042 JDWP::JdwpError Dbg::GetInstances(JDWP::RefTypeId class_id, int32_t max_count, std::vector<JDWP::Ob… in GetInstances() 1060 JDWP::JdwpError Dbg::GetReferringObjects(JDWP::ObjectId object_id, int32_t max_count, in GetReferringObjects()
|
| D | class_linker.cc | 4914 const size_t max_count = num_virtual_methods + super_vtable_length; in LinkVirtualMethods() local
|