/art/libdexfile/dex/ |
D | dex_file_exception_helpers.cc | 83 Next(); in Init() 86 void CatchHandlerIterator::Next() { in Next() function in art::CatchHandlerIterator
|
D | dex_file_exception_helpers.h | 48 void Next();
|
D | dex_file.cc | 429 it.Next(); in FindProtoId() 628 it.Next(); in GetProtoIndexForCallSite() 629 it.Next(); in GetProtoIndexForCallSite() 653 Next(); in EncodedArrayValueIterator() 657 void EncodedArrayValueIterator::Next() { in Next() function in art::EncodedArrayValueIterator
|
D | dex_file_verifier.cc | 1212 array_it.Next(); in CheckStaticFieldTypes() 2558 it.Next(); in CheckInterProtoIdItem() 2589 prev_it.Next(); in CheckInterProtoIdItem() 2590 curr_it.Next(); in CheckInterProtoIdItem() 2888 it.Next(); in CheckInterCallSiteIdItem() 2902 it.Next(); in CheckInterCallSiteIdItem()
|
/art/compiler/jni/quick/arm/ |
D | calling_convention_arm.h | 44 void Next() override; 69 void Next() override; // Override default behavior for AAPCS
|
D | calling_convention_arm.cc | 213 void ArmManagedRuntimeCallingConvention::Next() { in Next() function in art::arm::ArmManagedRuntimeCallingConvention 243 ManagedRuntimeCallingConvention::Next(); in Next() 491 void ArmJniCallingConvention::Next() { in Next() function in art::arm::ArmJniCallingConvention 493 JniCallingConvention::Next(); in Next()
|
/art/dexdump/ |
D | dexdump_cfg.cc | 198 for (; catch_it.HasNext(); catch_it.Next()) { in DumpMethodCFG() 257 for (; catch_it.HasNext(); catch_it.Next()) { in DumpMethodCFG() 300 for (; catch_it.HasNext(); catch_it.Next()) { in DumpMethodCFG() 329 inst = inst->Next(); in DumpMethodCFG()
|
D | dexdump.cc | 845 for (CatchHandlerIterator it(accessor, try_item); it.HasNext(); it.Next()) { in dumpCatches() 1804 it.Next(); in dumpCallSite() 1807 it.Next(); in dumpCallSite() 1811 it.Next(); in dumpCallSite() 1899 it.Next(); in dumpCallSite()
|
/art/compiler/ |
D | exception_test.cc | 154 iter.Next(); in TEST_F() 157 iter.Next(); in TEST_F() 164 iter.Next(); in TEST_F()
|
/art/runtime/ |
D | method_handles-inl.h | 46 return shadow_frame_.GetVReg(Next()); in Get() 54 return shadow_frame_.GetVRegReference(Next()); in GetReference() 58 uint32_t Next() { in Next() function
|
D | linear_alloc-inl.h | 37 arena = arena->Next(); in SetFirstObject()
|
/art/runtime/base/ |
D | gc_visited_arena_pool.cc | 261 for (Arena* arena = first; arena != nullptr; arena = arena->Next()) { in FreeArenaChain() 271 for (Arena* temp = first; temp != nullptr; temp = temp->Next()) { in FreeArenaChain() 287 first = first->Next(); in FreeArenaChain()
|
/art/compiler/jni/quick/ |
D | calling_convention.cc | 90 void ManagedRuntimeCallingConvention::Next() { in Next() function in art::ManagedRuntimeCallingConvention 196 void JniCallingConvention::Next() { in Next() function in art::JniCallingConvention
|
D | jni_compiler.cc | 230 for (; mr_conv->HasNext(); mr_conv->Next()) { in ArtJniCompileMethodInternal() 354 main_jni_conv->Next(); // Skip JNIEnv*. in ArtJniCompileMethodInternal() 382 main_jni_conv->Next(); in ArtJniCompileMethodInternal() 386 for (; mr_conv->HasNext(); mr_conv->Next(), main_jni_conv->Next()) { in ArtJniCompileMethodInternal() 797 jni_conv->Next(); in CallDecodeReferenceResult()
|
D | calling_convention.h | 255 virtual void Next(); 338 virtual void Next();
|
/art/compiler/jni/quick/x86/ |
D | calling_convention_x86.h | 42 void Next() override;
|
D | calling_convention_x86.cc | 155 void X86ManagedRuntimeCallingConvention::Next() { in Next() function in art::x86::X86ManagedRuntimeCallingConvention 159 ManagedRuntimeCallingConvention::Next(); in Next()
|
/art/compiler/optimizing/ |
D | block_builder.cc | 93 for (; iterator.HasNext(); iterator.Next()) { in CreateBranchTargets() 242 it.Next()) { in LinkToCatchBlocks() 316 for (; iterator.HasNext(); iterator.Next()) { in InsertTryBoundaryBlocks()
|
/art/runtime/gc/allocator/ |
D | rosalloc.h | 118 Slot* Next() const { in Next() function 175 Slot* old_head_next = old_head->Next(); in Remove() 195 DCHECK(slot->Next() == nullptr); in Add() 282 for (Slot* slot = head; slot != nullptr; slot = slot->Next()) { in Verify() 284 if (kUseTail && slot->Next() == nullptr) { in Verify()
|
D | rosalloc.cc | 844 for (Slot* slot = free_list->Head(); slot != nullptr; slot = slot->Next()) { in FreeListToStr() 845 bool is_last = slot->Next() == nullptr; in FreeListToStr() 945 Slot* next_slot = slot->Next(); in ZeroHeaderAndSlotHeaders() 978 for (Slot* slot = free_list_.Head(); slot != nullptr; slot = slot->Next()) { in InspectAllSlots() 984 for (Slot* slot = thread_local_free_list_.Head(); slot != nullptr; slot = slot->Next()) { in InspectAllSlots() 1951 for (Slot* slot = free_list_.Head(); slot != nullptr; slot = slot->Next()) { in Verify() 1957 for (Slot* slot = thread_local_free_list_.Head(); slot != nullptr; slot = slot->Next()) { in Verify()
|
/art/compiler/jni/ |
D | jni_cfi_test.cc | 90 for (; mr_conv->HasNext(); mr_conv->Next()) { in TestImplSized()
|
/art/compiler/dex/ |
D | inline_method_analyser.cc | 547 const Instruction* return_instruction = instruction->Next(); in AnalyseConstMethod() 584 const Instruction* return_instruction = instruction->Next(); in AnalyseIGetMethod() 648 const Instruction* return_instruction = instruction->Next(); in AnalyseIPutMethod()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 757 for (int32_t i = 0; it->HasNext(); it->Next(), ++i) { \ in PackCollectorArrayForBootstrapMethod() 780 for (int32_t i = 0; it->HasNext(); it->Next(), ++i) { \ in PackCollectorArrayForBootstrapMethod() 852 it.Next(); in BuildCallSiteForBootstrapMethod() 865 it.Next(); in BuildCallSiteForBootstrapMethod() 900 it.Next(); in InvokeBootstrapMethod() 1036 it.Next(); in InvokeBootstrapMethod()
|
/art/libartbase/base/ |
D | arena_allocator.h | 210 Arena* Next() const { return next_; } in Next() function
|
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 129 for (; mr_conv->HasNext(); mr_conv->Next()) { in TEST_F()
|