Searched defs:Next (Results 1 - 13 of 13) sorted by relevance

/art/compiler/dex/
H A Ddataflow_iterator-inl.h101 inline BasicBlock* AllNodesIterator::Next(bool had_change) { function in class:art::AllNodesIterator
110 res = all_nodes_iterator_.Next();
124 inline BasicBlock* LoopRepeatingTopologicalSortIterator::Next(bool had_change) { function in class:art::LoopRepeatingTopologicalSortIterator
132 for (BasicBlock* child_bb = iter.Next(); child_bb != nullptr; child_bb = iter.Next()) {
H A Ddataflow_iterator.h32 * whether a change has been made that necessitates another pass. Note that calling Next(true)
53 * @details Does not mean there was or not a change, it is only whether the user passed a true to the Next function call.
63 virtual BasicBlock* Next(bool had_change = false) = 0;
135 virtual BasicBlock* Next(bool had_change = false) { function in class:art::PreOrderDfsIterator
166 virtual BasicBlock* Next(bool had_change = false) { function in class:art::RepeatingPreOrderDfsIterator
197 virtual BasicBlock* Next(bool had_change = false) { function in class:art::RepeatingPostOrderDfsIterator
227 virtual BasicBlock* Next(bool had_change = false) { function in class:art::ReversePostOrderDfsIterator
258 virtual BasicBlock* Next(bool had_change = false) { function in class:art::RepeatingReversePostOrderDfsIterator
288 virtual BasicBlock* Next(bool had_change = false) { function in class:art::PostOrderDOMIterator
323 virtual BasicBlock* Next(boo
351 virtual BasicBlock* Next(bool had_change = false) { function in class:art::TopologicalSortIterator
383 virtual BasicBlock* Next(bool had_change = false) { function in class:art::RepeatingTopologicalSortIterator
[all...]
H A Dmir_graph.cc206 SuccessorBlockInfo* successor_block_info = iterator.Next();
323 for (; iterator.HasNext(); iterator.Next()) {
351 check_insn = check_insn->Next();
394 check_insn = check_insn->Next();
560 for (; iterator.HasNext(); iterator.Next()) {
974 SuccessorBlockInfo* successor_block_info = iterator.Next();
981 SuccessorBlockInfo *next_successor_block_info = iterator.Next();
1002 SuccessorBlockInfo* successor_block_info = iter.Next();
1427 bb = iterator.Next();
1551 for (BasicBlock* candidate = iter.Next(); candidat
1818 BasicBlock* ChildBlockIterator::Next() { function in class:art::ChildBlockIterator
[all...]
/art/compiler/jni/quick/
H A Dcalling_convention.cc55 void ManagedRuntimeCallingConvention::Next() { function in class:art::ManagedRuntimeCallingConvention
147 void JniCallingConvention::Next() { function in class:art::JniCallingConvention
/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_file.cc621 it.Next();
783 for (uint32_t i = 0; i < parameters_size && it.HasNext(); ++i, it.Next()) {
1137 Next();
1141 void EncodedStaticFieldValueIterator::Next() { function in class:art::EncodedStaticFieldValueIterator
1288 Next();
1291 void CatchHandlerIterator::Next() { function in class:art::CatchHandlerIterator
H A Ddex_instruction.h198 const Instruction* Next() const { function in class:art::Instruction
H A Ddex_file.h1042 void Next() { ++pos_; } function in class:art::DexFileParameterIterator
1126 inline void Next() { function in class:art::ClassDataItemIterator
1284 void Next();
1339 void Next();
/art/compiler/jni/quick/arm/
H A Dcalling_convention_arm.cc161 void ArmJniCallingConvention::Next() { function in class:art::arm::ArmJniCallingConvention
162 JniCallingConvention::Next();
/art/compiler/jni/quick/mips/
H A Dcalling_convention_mips.cc164 void MipsJniCallingConvention::Next() { function in class:art::mips::MipsJniCallingConvention
165 JniCallingConvention::Next();
/art/compiler/utils/
H A Dgrowable_array.h57 T Next() { function in class:art::GrowableArray::Iterator
/art/compiler/utils/arm/
H A Dconstants_arm.h439 Instr* Next() { return this + kInstrSize; } function in class:art::arm::Instr
/art/runtime/verifier/
H A Dmethod_verifier.cc157 it.Next();
168 it.Next();
204 it.Next();
212 it.Next();
248 it.Next();
587 inst = inst->Next();
634 for (; iterator.HasNext(); iterator.Next()) {
681 inst = inst->Next();
1171 inst = inst->Next();
1217 for (; iterator.HasNext(); iterator.Next()) {
3277 void Next() { function in class:art::verifier::MethodParamListDescriptorIterator
[all...]

Completed in 2171 milliseconds