Home
last modified time | relevance | path

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

/art/runtime/
Dindirect_reference_table.cc66 IndirectReferenceTable::IndirectReferenceTable(size_t max_count, in IndirectReferenceTable()
Ddebugger.cc969 JDWP::JdwpError Dbg::GetInstances(JDWP::RefTypeId class_id, int32_t max_count, in GetInstances()
992 JDWP::JdwpError Dbg::GetReferringObjects(JDWP::ObjectId object_id, int32_t max_count, in GetReferringObjects()
Dclass_linker.cc6275 const size_t max_count = num_virtual_methods + super_vtable_length; in LinkVirtualMethods() local
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc72 size_t max_count, in PrintMostUsed()
/art/runtime/jdwp/
Djdwp_handler.cc588 int32_t max_count = request->ReadSigned32("max count"); in RT_Instances() local
886 int32_t max_count = request->ReadSigned32("max count"); in OR_ReferringObjects() local
/art/runtime/gc/
Dheap.cc1968 int32_t max_count, in GetInstances()
1983 int32_t max_count, in GetReferringObjects()
/art/libdexfile/dex/
Ddex_file_verifier.cc231 size_t max_count = available_bytes_till_end_of_mem / elem_size; in CheckListSize() local