/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
D | SkipNullsIterator.java | 43 public T next() { in next() method in SkipNullsIterator 47 T next = mNext; in next() local
|
D | DominatorReferenceIterator.java | 50 public AhatInstance next() { in next() method in DominatorReferenceIterator 52 AhatInstance next = mNext; in next() local
|
D | AhatClassInstance.java | 353 public FieldValue next() { in next() method in AhatClassInstance.InstanceFieldIterator 418 public Reference next() { in next() method in AhatClassInstance.ReferenceIterator 422 Reference next = mNext; in next() local
|
/art/test/1922-owned-monitors-info/ |
D | owned_monitors.cc | 44 static bool doCallRunnable(JNIEnv* env, jobject next) { in doCallRunnable() 58 JNIEnv* env, jobject thiz, jobject next) { in Java_art_Test1922_00024Target_lockThisNative() 71 JNIEnv* env, [[maybe_unused]] jobject thiz, jobject mon, jobject next) { in Java_art_Test1922_00024Target_lockNative()
|
/art/compiler/optimizing/ |
D | ssa_builder.cc | 70 HPhi* next = phi->GetNextEquivalentPhiWithSameType(); in EquivalentPhisCleanup() local 94 HInstruction* next = phi->GetNext(); in FixEnvironmentPhis() local 284 HInstruction* next = aget->GetNext(); in FindFloatOrDoubleEquivalentOfArrayGet() local 654 HInstruction* next = phi->GetNext(); in GetFloatDoubleOrReferenceEquivalentOfPhi() local
|
D | gvn.cc | 188 Node(HInstruction* instruction, size_t hash_code, Node* next) in Node() function in art::ValueSet::Node 284 Node* next = node->GetNext(); in DeleteAllImpureWhich() local 488 HInstruction* next = current->GetNext(); in VisitBasicBlock() local
|
D | ssa_phi_elimination.cc | 97 HInstruction* next = nullptr; in EliminateDeadPhis() local
|
D | prepare_for_register_allocation.cc | 55 HInstruction* next = check->GetNext(); in VisitNullCheck() local
|
/art/compiler/debug/dwarf/ |
D | dwarf_test.h | 49 bool next; member 56 void Check(const char* substr, bool next, const char* at_file, int at_line) { in Check()
|
/art/test/1987-structural-redefine-recursive-stack-scope/src/ |
D | Main.java | 70 final Runnable next = res; in main() local
|
/art/runtime/ |
D | method_handles-inl.h | 59 const uint32_t next = operands_->GetOperand(operand_index_); in Next() local 65 const uint32_t next = operands_->GetOperand(operand_index_); in NextLong() local
|
D | fault_handler.h | 80 std::atomic<GeneratedCodeRange*> next; member
|
D | monitor_pool_test.cc | 31 uint32_t next() { in next() function in art::RandGen
|
D | fault_handler.cc | 143 GeneratedCodeRange* next = (i + 1u != kNumLocalGeneratedCodeRanges) in Init() local 421 GeneratedCodeRange* next = range->next.load(std::memory_order_relaxed); in RemoveGeneratedCodeRange() local
|
/art/runtime/jit/ |
D | debugger_interface.cc | 284 static void InsertNewEntry(const JITCodeEntry* entry, const JITCodeEntry* next) { in InsertNewEntry() 340 const JITCodeEntry* next = descriptor.head_.load(kNonRacingRelaxed); // Insert at the head. in CreateJITCodeEntryInternal() local 378 const JITCodeEntry* next = entry->next_.load(kNonRacingRelaxed); in DeleteJITCodeEntryInternal() local 437 const JITCodeEntry* next = entry->next_; // Save next pointer before we free the memory. in RemoveNativeDebugInfoForDex() local 638 const JITCodeEntry* next = it->next_; in RepackNativeDebugInfoForJitLocked() local
|
/art/libartbase/base/ |
D | malloc_arena_pool.cc | 144 Arena* next = first->next_; in FreeArenaChain() local
|
/art/test/1980-obsolete-object-cleared/src/ |
D | Main.java | 79 public Object[] next() { in next() method in Main.BaseResetIter
|
/art/test/080-oom-throw/src/ |
D | Main.java | 39 InstanceMemEater next; field in Main.InstanceMemEater
|
/art/runtime/arch/ |
D | memcmp16_test.cc | 25 uint32_t next() { in next() function in RandGen
|
/art/runtime/base/ |
D | mem_map_arena_pool.cc | 159 Arena* next = first->next_; in FreeArenaChain() local
|
/art/test/444-checker-nce/src/ |
D | Main.java | 247 private ListElement next; field in ListElement
|
/art/runtime/gc/ |
D | reference_queue.cc | 68 ObjPtr<mirror::Reference> next = ref->GetPendingNext<kWithoutReadBarrier>(); in DequeuePendingReference() local
|
/art/tools/dexanalyze/ |
D | dexanalyze_bytecode.cc | 376 auto next = std::next(inst); in ProcessCodeItem() local 476 auto next = std::next(inst); in ProcessCodeItem() local
|
/art/test/2042-reference-processing/src/ |
D | Main.java | 72 FinalizableObject next; field in Main.FinalizableObject
|
/art/disassembler/ |
D | disassembler_arm.cc | 224 uintptr_t next; in Dump() local
|