Searched defs:HasNext (Results 1 – 5 of 5) sorted by relevance
/art/libdexfile/dex/ | ||
D | dex_file_exception_helpers.h | 49 bool HasNext() const { in HasNext() function |
D | dex_file.h | 903 bool HasNext() const { return pos_ < size_; } in HasNext() function |
/art/compiler/jni/quick/ | ||
D | calling_convention.cc | 81 bool ManagedRuntimeCallingConvention::HasNext() { in HasNext() function in art::ManagedRuntimeCallingConvention |
/art/runtime/ | ||
D | subtype_check_info.h | 401 bool HasNext() const { in HasNext() function |
D | subtype_check_info_test.cc | 124 static bool HasNext(const SubtypeCheckInfo& io) { in HasNext() function |