Searched defs:max_count (Results 1 – 5 of 5) sorted by relevance
| /art/runtime/gc/ |
| D | heap.cc | 1935 InstanceCollector(mirror::Class* c, int32_t max_count, std::vector<mirror::Object*>& instances) in InstanceCollector() 1959 int32_t max_count, in GetInstances() 1968 int32_t max_count, in ReferringObjectsFinder() 2006 void Heap::GetReferringObjects(mirror::Object* o, int32_t max_count, in GetReferringObjects()
|
| /art/runtime/jdwp/ |
| D | jdwp_handler.cc | 581 int32_t max_count = request->ReadSigned32("max count"); in RT_Instances() local 880 int32_t max_count = request->ReadSigned32("max count"); in OR_ReferringObjects() local
|
| /art/runtime/ |
| D | dex_file_verifier.cc | 188 size_t max_count = available_bytes_till_end_of_mem / elem_size; in CheckListSize() local
|
| D | debugger.cc | 908 JDWP::JdwpError Dbg::GetInstances(JDWP::RefTypeId class_id, int32_t max_count, in GetInstances() 926 JDWP::JdwpError Dbg::GetReferringObjects(JDWP::ObjectId object_id, int32_t max_count, in GetReferringObjects()
|
| D | class_linker.cc | 5696 const size_t max_count = num_virtual_methods + super_vtable_length; in LinkVirtualMethods() local
|