Searched defs:objects (Results 1 – 7 of 7) sorted by relevance
33 int[] ints, Object[] objects, long[] longs, int index) { in $opt$testReads()57 int[] ints, Object[] objects, long[] longs, int index) { in $opt$testWrites()
38 : objects(num_objects), bytes(num_bytes) {} in objects() function44 uint64_t objects; member
1008 Object** objects = allocations->Begin(); in SweepArray() local
149 void RecordFree(int32_t objects, int32_t bytes) { in RecordFree()
555 mirror::ObjectArray<mirror::Object>* objects = in InvokeMethod() local
723 Handle<mirror::String> objects[kNumberOfLocks]; in TestUnlockObject() local
76 static JdwpError WriteTaggedObjectList(ExpandBuf* reply, const std::vector<ObjectId>& objects) in WriteTaggedObjectList()