/art/compiler/dwarf/ |
D | dwarf_test.h | 46 bool next; member 53 void Check(const char* substr, bool next, const char* at_file, int at_line) { in Check()
|
/art/compiler/optimizing/ |
D | gvn.cc | 148 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
|
D | ssa_builder.cc | 214 HPhi* next = phi->GetNextEquivalentPhiWithSameType(); in EquivalentPhisCleanup() local 304 HInstruction* next = phi->GetNext(); in BuildSsa() local 473 HInstruction* next = phi->GetNext(); in GetFloatDoubleOrReferenceEquivalentOfPhi() local
|
D | ssa_phi_elimination.cc | 66 HInstruction* next = nullptr; in EliminateDeadPhis() local
|
D | inliner.cc | 56 HInstruction* next = instruction->GetNext(); in Run() local
|
D | ssa_liveness_analysis.h | 60 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()
|
D | nodes.cc | 607 HInstruction* next = GetNext(); in GetNextDisregardingMoves() local
|
/art/compiler/dex/ |
D | post_opt_passes.cc | 33 MIR* next = mir->next; in Worker() local
|
D | type_inference.cc | 816 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
|
D | mir_graph.cc | 1169 MIR* next = current->next; in FindPreviousMIR() local
|
D | mir_graph.h | 336 MIR* next; variable
|
/art/runtime/ |
D | monitor_pool_test.cc | 31 uint32_t next() { in next() function in art::RandGen
|
D | thread.h | 484 void SetWaitNext(Thread* next) { in SetWaitNext()
|
/art/test/080-oom-throw/src/ |
D | Main.java | 39 InstanceMemEater next; field in Main.InstanceMemEater
|
/art/runtime/arch/ |
D | memcmp16_test.cc | 24 uint32_t next() { in next() function in RandGen
|
D | stub_test.cc | 909 uint32_t next() { in next() function in art::RandGen
|
/art/runtime/gc/ |
D | reference_queue.cc | 76 mirror::Reference* next = head->GetPendingNext(); in DequeuePendingReference() local
|
/art/test/444-checker-nce/src/ |
D | Main.java | 259 private ListElement next; field in ListElement
|
/art/runtime/gc/accounting/ |
D | space_bitmap_test.cc | 105 uint32_t next() { in next() function in art::gc::accounting::RandGen
|
/art/runtime/jdwp/ |
D | jdwp_event.h | 93 JdwpEvent* next; member
|
/art/compiler/utils/ |
D | assembler.h | 230 SlowPath* next = nullptr; in EmitSlowPaths() local
|
/art/compiler/dex/quick/ |
D | ralloc_util.cc | 339 int next = *next_temp; in AllocTempBody() local
|
D | mir_to_lir.h | 171 LIR* next; member
|
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 154 int32_t next = buffer_.Load<int32_t>(position); in Bind() local
|
/art/compiler/utils/arm/ |
D | assembler_arm32.cc | 1322 int32_t next = buffer_.Load<int32_t>(position); in Bind() local
|