Home
last modified time | relevance | path

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

/art/test/407-arrays/src/
DMain.java33 int[] ints, Object[] objects, long[] longs, int index) { in $opt$testReads()
57 int[] ints, Object[] objects, long[] longs, int index) { in $opt$testWrites()
/art/runtime/gc/collector/
Dgarbage_collector.h38 : objects(num_objects), bytes(num_bytes) {} in objects() function
44 uint64_t objects; member
Dmark_sweep.cc1008 Object** objects = allocations->Begin(); in SweepArray() local
/art/runtime/gc/space/
Dbump_pointer_space.h149 void RecordFree(int32_t objects, int32_t bytes) { in RecordFree()
/art/runtime/
Dreflection.cc555 mirror::ObjectArray<mirror::Object>* objects = in InvokeMethod() local
/art/runtime/arch/
Dstub_test.cc723 Handle<mirror::String> objects[kNumberOfLocks]; in TestUnlockObject() local
/art/runtime/jdwp/
Djdwp_handler.cc76 static JdwpError WriteTaggedObjectList(ExpandBuf* reply, const std::vector<ObjectId>& objects) in WriteTaggedObjectList()