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()) {
972 SuccessorBlockInfo* successor_block_info = iterator.Next();
979 SuccessorBlockInfo *next_successor_block_info = iterator.Next();
1000 SuccessorBlockInfo* successor_block_info = iter.Next();
1425 bb = iterator.Next();
1549 for (BasicBlock* candidate = iter.Next(); candidat
1816 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.cc614 it.Next();
776 for (uint32_t i = 0; i < parameters_size && it.HasNext(); ++i, it.Next()) {
1130 Next();
1134 void EncodedStaticFieldValueIterator::Next() { function in class:art::EncodedStaticFieldValueIterator
1281 Next();
1284 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.h1015 void Next() { ++pos_; } function in class:art::DexFileParameterIterator
1099 inline void Next() { function in class:art::ClassDataItemIterator
1257 void Next();
1312 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.cc140 it.Next();
151 it.Next();
187 it.Next();
195 it.Next();
231 it.Next();
570 inst = inst->Next();
617 for (; iterator.HasNext(); iterator.Next()) {
664 inst = inst->Next();
1154 inst = inst->Next();
1200 for (; iterator.HasNext(); iterator.Next()) {
3237 void Next() { function in class:art::verifier::MethodParamListDescriptorIterator
[all...]

Completed in 1591 milliseconds