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