Searched defs:empty (Results 1 - 6 of 6) sorted by relevance

/art/runtime/base/
H A Dbounded_fifo.h38 bool empty() const { function in class:art::BoundedFifoPowerOfTwo
H A Dstringpiece.h62 bool empty() const { return length_ == 0; } function in class:art::StringPiece
/art/test/003-omnibus-opcodes/src/
H A DArray.java85 static void checkRange32(int[] ints, int[] empty, int negVal1, int negVal2) { argument
130 i = empty[1];
/art/compiler/utils/
H A Darray_ref.h128 bool empty() const { return size() == 0u; } function in class:art::ArrayRef
/art/runtime/
H A Dsafe_map.h65 bool empty() const { return map_.empty(); } function in class:art::SafeMap
H A Dinstrumentation.cc491 have_method_entry_listeners_ = !method_entry_listeners_.empty();
497 have_method_exit_listeners_ = !method_exit_listeners_.empty();
503 have_method_unwind_listeners_ = !method_unwind_listeners_.empty();
511 have_dex_pc_listeners_ = !modified->empty();
525 have_field_read_listeners_ = !modified->empty();
539 have_field_write_listeners_ = !modified->empty();
553 have_exception_caught_listeners_ = !modified->empty();
606 bool empty; local
609 empty = IsDeoptimizedMethodsEmpty(); // Avoid lock violation.
611 if (empty) {
819 bool empty; local
[all...]

Completed in 203 milliseconds