Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc1935 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/
Djdwp_handler.cc581 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/
Ddex_file_verifier.cc188 size_t max_count = available_bytes_till_end_of_mem / elem_size; in CheckListSize() local
Ddebugger.cc908 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()
Dclass_linker.cc5696 const size_t max_count = num_virtual_methods + super_vtable_length; in LinkVirtualMethods() local