Searched refs:Next (Results 1 - 25 of 49) sorted by relevance

12

/art/runtime/
H A Ddex_method_iterator.h71 GetIterator().Next();
74 GetIterator().Next();
98 void Next() { function in class:art::DexMethodIterator
102 GetIterator().Next();
H A Ddex_method_iterator_test.cc45 it.Next();
H A Dvdex_file.cc186 it.Next();
189 it.Next();
202 it.Next();
215 it.Next();
H A Ddex_file.cc660 it.Next();
663 it.Next();
669 it.Next();
675 it.Next();
840 it.Next();
988 for (i = 0; i < parameters_size && it.HasNext(); ++i, it.Next()) {
1427 Next();
1431 void EncodedArrayValueIterator::Next() { function in class:art::EncodedArrayValueIterator
1550 Next();
1553 void CatchHandlerIterator::Next() { function in class:art::CatchHandlerIterator
[all...]
H A Dart_method.cc261 for (CatchHandlerIterator it(*code_item, dex_pc); it.HasNext(); it.Next()) {
440 it.Next();
443 it.Next();
452 it.Next();
459 it.Next();
/art/compiler/dex/
H A Ddex_to_dex_decompiler_test.cc90 it.Next();
93 it.Next();
107 it.Next();
119 it.Next();
H A Dverified_method.cc69 for (; inst < end; inst = inst->Next()) {
H A Ddex_to_dex_compiler.cc119 inst = const_cast<Instruction*>(inst->Next()), dex_pc = inst->GetDexPc(insns)) {
228 // Because the caller loops over instructions by calling Instruction::Next onto
242 inst = const_cast<Instruction*>(inst->Next());
H A Dinline_method_analyser.cc96 matcher->instruction_ = matcher->instruction_->Next();
108 matcher->instruction_ = matcher->instruction_->Next();
307 instruction = instruction->Next()) {
543 const Instruction* return_instruction = instruction->Next();
580 const Instruction* return_instruction = instruction->Next();
644 const Instruction* return_instruction = instruction->Next();
/art/dexdump/
H A Ddexdump_cfg.cc44 dex_pc += inst->SizeInCodeUnits(), inst = inst->Next()) {
80 dex_pc += inst->SizeInCodeUnits(), inst = inst->Next()) {
166 old_dex_pc = dex_pc, dex_pc += inst->SizeInCodeUnits(), inst = inst->Next()) {
199 for (; catch_it.HasNext(); catch_it.Next()) {
258 for (; catch_it.HasNext(); catch_it.Next()) {
300 for (; catch_it.HasNext(); catch_it.Next()) {
329 inst = inst->Next();
378 it.Next();
388 it.Next();
H A Ddexdump.cc751 for (CatchHandlerIterator it(*pCode, *pTry); it.HasNext(); it.Next()) {
1380 it.Next();
1383 it.Next();
1389 it.Next();
1395 it.Next();
1529 for (u4 i = 0; pClassData.HasNextStaticField(); i++, pClassData.Next()) {
1541 for (u4 i = 0; pClassData.HasNextInstanceField(); i++, pClassData.Next()) {
1552 for (int i = 0; pClassData.HasNextDirectMethod(); i++, pClassData.Next()) {
1563 for (int i = 0; pClassData.HasNextVirtualMethod(); i++, pClassData.Next()) {
1659 it.Next();
[all...]
/art/compiler/jni/quick/
H A Djni_compiler.cc255 main_jni_conv->Next(); // Skip JNIEnv*
270 main_jni_conv->Next(); // in handle scope so move to next argument
301 mr_conv->Next();
302 main_jni_conv->Next();
349 main_jni_conv->Next(); // Skip JNIEnv.
363 main_jni_conv->Next();
398 main_jni_conv->Next(); // Skip JNIEnv.
410 main_jni_conv->Next();
445 mr_conv->Next();
457 main_jni_conv->Next(); // Ski
[all...]
H A Dcalling_convention.cc101 void ManagedRuntimeCallingConvention::Next() { function in class:art::ManagedRuntimeCallingConvention
246 void JniCallingConvention::Next() { function in class:art::JniCallingConvention
H A Dcalling_convention.h245 void Next();
325 virtual void Next();
/art/compiler/jni/quick/arm/
H A Dcalling_convention_arm.h65 void Next() OVERRIDE; // Override default behavior for AAPCS
H A Dcalling_convention_arm.cc272 Next();
424 void ArmJniCallingConvention::Next() { function in class:art::arm::ArmJniCallingConvention
426 JniCallingConvention::Next();
/art/compiler/jni/quick/mips/
H A Dcalling_convention_mips.h67 void Next() OVERRIDE; // Override default behavior for o32.
H A Dcalling_convention_mips.cc145 for (ResetIterator(FrameOffset(0)); HasNext(); Next()) {
383 void MipsJniCallingConvention::Next() { function in class:art::mips::MipsJniCallingConvention
384 JniCallingConvention::Next();
/art/dexlist/
H A Ddexlist.cc153 for (; pClassData.HasNextStaticField(); pClassData.Next()) {}
154 for (; pClassData.HasNextInstanceField(); pClassData.Next()) {}
156 for (; pClassData.HasNextDirectMethod(); pClassData.Next()) {
164 for (; pClassData.HasNextVirtualMethod(); pClassData.Next()) {
/art/runtime/openjdkjvmti/
H A Dfixed_up_dex_file.cc83 for (art::ClassDataItemIterator it(new_dex_file, class_data); it.HasNext(); it.Next()) {
105 for (art::ClassDataItemIterator it(*cur_dex_file, class_data); it.HasNext(); it.Next()) {
/art/compiler/
H A Dexception_test.cc142 iter.Next();
145 iter.Next();
152 iter.Next();
/art/compiler/optimizing/
H A Dblock_builder.cc69 for (; iterator.HasNext(); iterator.Next()) {
206 for (CatchHandlerIterator it(code_item, *try_item); it.HasNext(); it.Next()) {
280 for (; iterator.HasNext(); iterator.Next()) {
/art/test/983-source-transform-verify/
H A Dsource_transform.cc87 for (ClassDataItemIterator it(*dex, data_item); it.HasNext(); it.Next()) {
/art/compiler/jni/quick/mips64/
H A Dcalling_convention_mips64.cc148 Next();
/art/compiler/driver/
H A Dcompiler_driver.cc838 it.Next();
841 it.Next();
859 it.Next();
864 it.Next();
873 it.Next();
878 it.Next();
1688 it.Next();
1695 it.Next();
1765 it.Next();
1780 it.Next();
[all...]

Completed in 2883 milliseconds

12