Searched defs:HasNext (Results 1 – 6 of 6) sorted by relevance
| /art/compiler/jni/quick/ | ||
| D | calling_convention.cc | 86 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 | 965 bool HasNext() const { return pos_ < size_; } in HasNext() function |
| /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 | 4104 bool HasNext() { in HasNext() function in art::verifier::impl::__anon9f3d29680111::MethodParamListDescriptorIterator |