Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 29) sorted by relevance

12

/art/compiler/dwarf/
Ddwarf_test.h46 bool next; member
53 void Check(const char* substr, bool next, const char* at_file, int at_line) { in Check()
/art/compiler/optimizing/
Dgvn.cc148 Node(HInstruction* instruction, size_t hash_code, Node* next) in Node() function in art::ValueSet::Node
237 Node* next = node->GetNext(); in DeleteAllImpureWhich() local
381 HInstruction* next = current->GetNext(); in VisitBasicBlock() local
Dssa_builder.cc214 HPhi* next = phi->GetNextEquivalentPhiWithSameType(); in EquivalentPhisCleanup() local
304 HInstruction* next = phi->GetNext(); in BuildSsa() local
473 HInstruction* next = phi->GetNext(); in GetFloatDoubleOrReferenceEquivalentOfPhi() local
Dssa_phi_elimination.cc66 HInstruction* next = nullptr; in EliminateDeadPhis() local
Dinliner.cc56 HInstruction* next = instruction->GetNext(); in Run() local
Dssa_liveness_analysis.h60 LiveRange(size_t start, size_t end, LiveRange* next) : start_(start), end_(end), next_(next) { in LiveRange() function
110 UsePosition* next) in UsePosition()
128 void SetNext(UsePosition* next) { next_ = next; } in SetNext()
176 void SetNext(SafepointPosition* next) { in SetNext()
Dnodes.cc607 HInstruction* next = GetNext(); in GetNextDisregardingMoves() local
/art/compiler/dex/
Dpost_opt_passes.cc33 MIR* next = mir->next; in Worker() local
Dtype_inference.cc816 for (size_t next = 0u; next != num_uses; ++next) { in InitializeSRegs() local
844 size_t next = 0u; in InitializeSRegs() local
1000 size_t next = 0; in InitializeSRegs() local
Dmir_graph.cc1169 MIR* next = current->next; in FindPreviousMIR() local
Dmir_graph.h336 MIR* next; variable
/art/runtime/
Dmonitor_pool_test.cc31 uint32_t next() { in next() function in art::RandGen
Dthread.h484 void SetWaitNext(Thread* next) { in SetWaitNext()
/art/test/080-oom-throw/src/
DMain.java39 InstanceMemEater next; field in Main.InstanceMemEater
/art/runtime/arch/
Dmemcmp16_test.cc24 uint32_t next() { in next() function in RandGen
Dstub_test.cc909 uint32_t next() { in next() function in art::RandGen
/art/runtime/gc/
Dreference_queue.cc76 mirror::Reference* next = head->GetPendingNext(); in DequeuePendingReference() local
/art/test/444-checker-nce/src/
DMain.java259 private ListElement next; field in ListElement
/art/runtime/gc/accounting/
Dspace_bitmap_test.cc105 uint32_t next() { in next() function in art::gc::accounting::RandGen
/art/runtime/jdwp/
Djdwp_event.h93 JdwpEvent* next; member
/art/compiler/utils/
Dassembler.h230 SlowPath* next = nullptr; in EmitSlowPaths() local
/art/compiler/dex/quick/
Dralloc_util.cc339 int next = *next_temp; in AllocTempBody() local
Dmir_to_lir.h171 LIR* next; member
/art/compiler/utils/mips/
Dassembler_mips.cc154 int32_t next = buffer_.Load<int32_t>(position); in Bind() local
/art/compiler/utils/arm/
Dassembler_arm32.cc1322 int32_t next = buffer_.Load<int32_t>(position); in Bind() local

12