Home
last modified time | relevance | path

Searched refs:object_count (Results 1 – 1 of 1) sorted by relevance

/art/runtime/jdwp/
Djdwp_handler.cc307 size_t object_count = request->ReadUnsigned32("object_count"); in VM_DisposeObjects() local
308 for (size_t i = 0; i < object_count; ++i) { in VM_DisposeObjects()