HomeSort by relevance Sort by last modified time
    Searched refs:object_count (Results 1 - 6 of 6) sorted by null

  /external/google-breakpad/src/processor/
range_map_unittest.cc 274 int object_count = range_map->GetCount(); local
275 for (int object_index = 0; object_index < object_count; ++object_index) {
317 if (range_map->RetrieveRangeAtIndex(object_count, &object, NULL, NULL)) {
320 set, object_count);
343 int object_count = range_map->GetCount(); local
344 for (int object_index = 0; object_index < object_count; ++object_index) {
static_range_map_unittest.cc 316 int object_count = range_map->GetCount(); local
317 for (int object_index = 0; object_index < object_count; ++object_index) {
346 object_count, entry, NULL, NULL)) << "FAILED: RetrieveRangeAtIndex set "
347 << set << " index " << object_count local
  /art/imgdiag/
imgdiag.cc 345 std::map<mirror::Class*, int /*object_count*/> false_dirty_object_count;
607 int object_count = vk_pair.first; local
610 float avg_object_size = object_sizes * 1.0f / object_count;
613 << "objects: " << object_count << ", "
    [all...]
  /art/runtime/jdwp/
jdwp_handler.cc 304 size_t object_count = request->ReadUnsigned32("object_count"); local
305 for (size_t i = 0; i < object_count; ++i) {
    [all...]
  /external/openssh/
pkcs11.h 816 unsigned long *object_count));
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 2042 size_t object_count = 0, stack_note_count = 0; local
    [all...]

Completed in 637 milliseconds