/art/compiler/jni/quick/ |
D | jni_compiler.cc | 249 main_jni_conv->Next(); // Skip JNIEnv* in ArtJniCompileMethodInternal() 264 main_jni_conv->Next(); // in handle scope so move to next argument in ArtJniCompileMethodInternal() 295 mr_conv->Next(); in ArtJniCompileMethodInternal() 296 main_jni_conv->Next(); in ArtJniCompileMethodInternal() 350 main_jni_conv->Next(); // Skip JNIEnv. in ArtJniCompileMethodInternal() 364 main_jni_conv->Next(); in ArtJniCompileMethodInternal() 401 main_jni_conv->Next(); // Skip JNIEnv. in ArtJniCompileMethodInternal() 413 main_jni_conv->Next(); in ArtJniCompileMethodInternal() 444 mr_conv->Next(); in ArtJniCompileMethodInternal() 460 main_jni_conv->Next(); // Skip JNIEnv*. in ArtJniCompileMethodInternal() [all …]
|
D | calling_convention.cc | 85 void ManagedRuntimeCallingConvention::Next() { in Next() function in art::ManagedRuntimeCallingConvention 206 void JniCallingConvention::Next() { in Next() function in art::JniCallingConvention
|
D | calling_convention.h | 255 void Next(); 335 virtual void Next();
|
/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 | 381 it.Next(); in FindProtoId() 579 it.Next(); in GetProtoIndexForCallSite() 580 it.Next(); in GetProtoIndexForCallSite() 604 Next(); in EncodedArrayValueIterator() 608 void EncodedArrayValueIterator::Next() { in Next() function in art::EncodedArrayValueIterator
|
D | dex_file.h | 905 void Next() { ++pos_; } in Next() function 926 void Next();
|
D | dex_file_verifier.cc | 1221 array_it.Next(); in CheckStaticFieldTypes() 2567 it.Next(); in CheckInterProtoIdItem() 2598 prev_it.Next(); in CheckInterProtoIdItem() 2599 curr_it.Next(); in CheckInterProtoIdItem() 2898 it.Next(); in CheckInterCallSiteIdItem() 2912 it.Next(); in CheckInterCallSiteIdItem()
|
D | dex_file-inl.h | 350 for (; it.HasNext(); it.Next()) { in DecodeDebugLocalInfo()
|
/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 | 745 for (CatchHandlerIterator it(accessor, try_item); it.HasNext(); it.Next()) { in dumpCatches() 1680 it.Next(); in dumpCallSite() 1683 it.Next(); in dumpCallSite() 1687 it.Next(); in dumpCallSite() 1790 it.Next(); in dumpCallSite()
|
/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 | oat_file_manager.cc | 241 void Next() { in Next() function in art::DexFileAndClassPair 283 original.Next(); in AddNext()
|
/art/compiler/ |
D | exception_test.cc | 145 iter.Next(); in TEST_F() 148 iter.Next(); in TEST_F() 155 iter.Next(); in TEST_F()
|
/art/compiler/jni/quick/arm/ |
D | calling_convention_arm.h | 63 void Next() override; // Override default behavior for AAPCS
|
D | calling_convention_arm.cc | 288 Next(); in EntrySpills() 475 void ArmJniCallingConvention::Next() { in Next() function in art::arm::ArmJniCallingConvention 477 JniCallingConvention::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/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/compiler/jni/quick/x86/ |
D | calling_convention_x86.cc | 203 Next(); in EntrySpills()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 777 for (int32_t i = 0; it->HasNext(); it->Next(), ++i) { \ in PackCollectorArrayForBootstrapMethod() 800 for (int32_t i = 0; it->HasNext(); it->Next(), ++i) { \ in PackCollectorArrayForBootstrapMethod() 872 it.Next(); in BuildCallSiteForBootstrapMethod() 885 it.Next(); in BuildCallSiteForBootstrapMethod() 920 it.Next(); in InvokeBootstrapMethod() 1058 it.Next(); in InvokeBootstrapMethod()
|
/art/compiler/jni/quick/x86_64/ |
D | calling_convention_x86_64.cc | 179 Next(); in EntrySpills()
|
/art/compiler/jni/quick/arm64/ |
D | calling_convention_arm64.cc | 248 Next(); in EntrySpills()
|
/art/test/953-invoke-polymorphic-compiler/src/ |
D | Main.java | 222 private static char Next(char c) { in Next() method in Main
|