Searched defs:HasNext (Results 1 – 6 of 6) sorted by relevance
| /art/libdexfile/dex/ | ||
| D | dex_file_exception_helpers.h | 49 bool HasNext() const { in HasNext() function |
| D | dex_file.h | 900 bool HasNext() const { return pos_ < size_; } in HasNext() function |
| /art/compiler/jni/quick/ | ||
| D | calling_convention.cc | 101 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 |
| /art/runtime/verifier/ | ||
| D | method_verifier.cc | 4192 bool HasNext() { in HasNext() function in art::verifier::impl::__anonfaa579ac0111::MethodParamListDescriptorIterator |