Home
last modified time | relevance | path

Searched refs:HasNext (Results 1 – 25 of 25) sorted by relevance

/art/runtime/
Dsubtype_check_info.h245 if (HasNext() && !bitstring_and_of_.overflow_) { in CreateChild()
283 DCHECK(!HasNext() || GetNext() != 0u) in GetState()
312 DCHECK(HasNext()); in GetNext()
321 if (HasNext()) { in MaybeGetNext()
343 if (HasNext()) { in SubtypeCheckInfo()
373 DCHECK(HasNext()); in SetNext()
387 if (HasNext()) { in MaybeInitNext()
401 bool HasNext() const { in HasNext() function
438 if (HasNext()) { in OverwriteNextValueFromParent()
Dsubtype_check_info_test.cc124 static bool HasNext(const SubtypeCheckInfo& io) { in HasNext() function
125 return io.HasNext(); in HasNext()
243 EXPECT_FALSE(HasNext(MakeSubtypeCheckInfoUnchecked(MakeBitStringMax<BitString::kCapacity>(), in TEST_F()
247 EXPECT_FALSE(HasNext(MakeSubtypeCheckInfoUnchecked(MakeBitStringMax<BitString::kCapacity>(), in TEST_F()
250 EXPECT_FALSE(HasNext(MakeSubtypeCheckInfoUnchecked(MakeBitStringMax(), in TEST_F()
315 EXPECT_TRUE(HasNext(sci)); // Root always has a "Next". in TEST_F()
Dart_method.cc268 for (CatchHandlerIterator it(accessor, dex_pc); it.HasNext(); it.Next()) { in FindCatchBlock()
/art/libdexfile/dex/
Ddex_file_exception_helpers.h49 bool HasNext() const { in HasNext() function
54 CHECK(!HasNext()); in EndDataPointer()
Ddex_file_exception_helpers.cc66 DCHECK(!HasNext()); in Init()
Ddex_file_verifier.cc976 if (!array_it.HasNext()) { in CheckStaticFieldTypes()
1059 if (array_it.HasNext()) { in CheckStaticFieldTypes()
2245 while (it.HasNext() && *shorty != '\0') { in CheckInterProtoIdItem()
2258 if (UNLIKELY(it.HasNext() || *shorty != '\0')) { in CheckInterProtoIdItem()
2273 while (curr_it.HasNext() && prev_it.HasNext()) { in CheckInterProtoIdItem()
2289 if (!curr_it.HasNext()) { in CheckInterProtoIdItem()
2590 if (!it.HasNext() || it.GetValueType() != EncodedArrayValueIterator::ValueType::kMethodHandle) { in CheckInterCallSiteIdItem()
2603 if (!it.HasNext() || in CheckInterCallSiteIdItem()
2617 if (!it.HasNext() || in CheckInterCallSiteIdItem()
Ddex_file.cc378 while (it.HasNext() && i < signature_length && compare == 0) { in FindProtoId()
384 if (it.HasNext()) { in FindProtoId()
Ddex_file.h900 bool HasNext() const { return pos_ < size_; } in HasNext() function
921 bool HasNext() const { return pos_ < array_size_; } in HasNext() function
Ddex_file-inl.h349 for (; it.HasNext(); it.Next()) { in DecodeDebugLocalInfo()
/art/compiler/
Dexception_test.cc144 ASSERT_TRUE(iter.HasNext()); in TEST_F()
147 ASSERT_TRUE(iter.HasNext()); in TEST_F()
149 EXPECT_FALSE(iter.HasNext()); in TEST_F()
154 ASSERT_TRUE(iter.HasNext()); in TEST_F()
156 EXPECT_FALSE(iter.HasNext()); in TEST_F()
160 EXPECT_FALSE(iter.HasNext()); in TEST_F()
/art/compiler/jni/quick/
Dcalling_convention.cc101 bool ManagedRuntimeCallingConvention::HasNext() { in HasNext() function in art::ManagedRuntimeCallingConvention
106 CHECK(HasNext()); in Next()
229 bool JniCallingConvention::HasNext() { in HasNext() function in art::JniCallingConvention
239 CHECK(HasNext()); in Next()
Dcalling_convention.h246 bool HasNext();
326 bool HasNext();
Djni_compiler.cc265 while (mr_conv->HasNext()) { in ArtJniCompileMethodInternal()
266 CHECK(main_jni_conv->HasNext()); in ArtJniCompileMethodInternal()
435 while (mr_conv->HasNext()) { in ArtJniCompileMethodInternal()
/art/dexdump/
Ddexdump_cfg.cc198 for (; catch_it.HasNext(); catch_it.Next()) { in DumpMethodCFG()
257 for (; catch_it.HasNext(); catch_it.Next()) { in DumpMethodCFG()
298 if (catch_it.HasNext()) { in DumpMethodCFG()
300 for (; catch_it.HasNext(); catch_it.Next()) { in DumpMethodCFG()
Ddexdump.cc745 for (CatchHandlerIterator it(accessor, try_item); it.HasNext(); it.Next()) { in dumpCatches()
1708 while (it.HasNext()) { in dumpCallSite()
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc147 for (ResetIterator(FrameOffset(0)); HasNext(); Next()) { in EntrySpills()
388 if (LIKELY(HasNext())) { // Avoid CHECK failure for IsCurrentParam in Next()
/art/compiler/optimizing/
Dblock_builder.cc93 for (; iterator.HasNext(); iterator.Next()) { in CreateBranchTargets()
241 it.HasNext(); in LinkToCatchBlocks()
316 for (; iterator.HasNext(); iterator.Next()) { in InsertTryBoundaryBlocks()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc198 while (HasNext()) { in EntrySpills()
405 if (LIKELY(HasNext())) { // Avoid CHECK failure for IsCurrentParam in Next()
/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.cc134 while (HasNext()) { in EntrySpills()
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc157 while (HasNext()) { in EntrySpills()
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc162 while (HasNext()) { in EntrySpills()
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc207 while (HasNext()) { in EntrySpills()
/art/runtime/interpreter/
Dinterpreter_common.cc1098 for (int32_t i = 0; it->HasNext(); it->Next(), ++i) { \ in PackCollectorArrayForBootstrapMethod()
1121 for (int32_t i = 0; it->HasNext(); it->Next(), ++i) { \ in PackCollectorArrayForBootstrapMethod()
1198 while (it.HasNext()) { in BuildCallSiteForBootstrapMethod()
1381 DCHECK(!it.HasNext()); in InvokeBootstrapMethod()
/art/tools/veridex/
Dflow_analysis.cc80 for (; iterator.HasNext(); iterator.Next()) { in FindBranches()
/art/dexlayout/
Ddex_ir_builder.cc844 for (CatchHandlerIterator it(accessor, disk_try_item); it.HasNext(); it.Next()) { in DedupeOrCreateCodeItem()