Home
last modified time | relevance | path

Searched defs:empty (Results 1 – 8 of 8) sorted by relevance

/art/runtime/base/
Dbounded_fifo.h41 bool empty() const { in empty() function
Dstringpiece.h64 bool empty() const { return length_ == 0; } in empty() function
/art/test/098-ddmc/src/
DMain.java32 Allocations empty = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking() local
/art/test/003-omnibus-opcodes/src/
DArray.java85 static void checkRange32(int[] ints, int[] empty, int negVal1, int negVal2) { in checkRange32()
/art/compiler/utils/
Darray_ref.h127 bool empty() const { return size() == 0u; } in empty() function
/art/runtime/
Dsafe_map.h66 bool empty() const { return map_.empty(); } in empty() function
Dinstrumentation.cc588 bool empty; in ConfigureStubs() local
746 bool empty; in Undeoptimize() local
/art/runtime/mirror/
Dobject_test.cc448 Handle<String> empty(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), ""))); in TEST_F() local
465 Handle<String> empty(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), ""))); in TEST_F() local
533 Handle<String> empty(hs.NewHandle(String::AllocFromModifiedUtf8(soa.Self(), ""))); in TEST_F() local