Home
last modified time | relevance | path

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

12

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DSkipNullsIterator.java43 public T next() { in next() method in SkipNullsIterator
47 T next = mNext; in next() local
DDominatorReferenceIterator.java50 public AhatInstance next() { in next() method in DominatorReferenceIterator
52 AhatInstance next = mNext; in next() local
DAhatClassInstance.java386 public FieldValue next() { in next() method in AhatClassInstance.InstanceFieldIterator
451 public Reference next() { in next() method in AhatClassInstance.ReferenceIterator
455 Reference next = mNext; in next() local
/art/tools/class2greylist/src/com/android/class2greylist/
DStringCursor.java72 public char next() throws StringCursorOutOfBoundsException { in next() method in StringCursor
86 public String next(int n) throws StringCursorOutOfBoundsException { in next() method in StringCursor
/art/test/1922-owned-monitors-info/
Downed_monitors.cc44 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, jobject thiz ATTRIBUTE_UNUSED, jobject mon, jobject next) { in Java_art_Test1922_00024Target_lockNative()
/art/compiler/optimizing/
Dssa_builder.cc70 HPhi* next = phi->GetNextEquivalentPhiWithSameType(); in EquivalentPhisCleanup() local
94 HInstruction* next = phi->GetNext(); in FixEnvironmentPhis() local
284 HInstruction* next = aget->GetNext(); in FindFloatOrDoubleEquivalentOfArrayGet() local
655 HInstruction* next = phi->GetNext(); in GetFloatDoubleOrReferenceEquivalentOfPhi() local
Dgvn.cc188 Node(HInstruction* instruction, size_t hash_code, Node* next) in Node() function in art::ValueSet::Node
284 Node* next = node->GetNext(); in DeleteAllImpureWhich() local
491 HInstruction* next = current->GetNext(); in VisitBasicBlock() local
Dssa_phi_elimination.cc97 HInstruction* next = nullptr; in EliminateDeadPhis() local
Dprepare_for_register_allocation.cc55 HInstruction* next = check->GetNext(); in VisitNullCheck() local
Dloop_optimization.h65 LoopNode* next; member
/art/compiler/debug/dwarf/
Ddwarf_test.h48 bool next; member
55 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/
DMain.java70 final Runnable next = res; in main() local
/art/runtime/
Dmethod_handles-inl.h59 const uint32_t next = operands_->GetOperand(operand_index_); in Next() local
65 const uint32_t next = operands_->GetOperand(operand_index_); in NextLong() local
Dmonitor_pool_test.cc31 uint32_t next() { in next() function in art::RandGen
Dhandle_scope-inl.h225 LocalScopeType* next = down_cast<LocalScopeType*>(current_scope_->GetLink()); in ~VariableSizedHandleScope() local
/art/runtime/jit/
Ddebugger_interface.cc278 static void InsertNewEntry(const JITCodeEntry* entry, const JITCodeEntry* next) { in InsertNewEntry()
334 const JITCodeEntry* next = descriptor.head_.load(kNonRacingRelaxed); // Insert at the head. in CreateJITCodeEntryInternal() local
372 const JITCodeEntry* next = entry->next_.load(kNonRacingRelaxed); in DeleteJITCodeEntryInternal() local
424 const JITCodeEntry* next = entry->next_; // Save next pointer before we free the memory. in RemoveNativeDebugInfoForDex() local
622 const JITCodeEntry* next = it->next_; in RepackNativeDebugInfoForJitLocked() local
/art/test/1980-obsolete-object-cleared/src/
DMain.java79 public Object[] next() { in next() method in Main.BaseResetIter
/art/libartbase/base/
Dmalloc_arena_pool.cc144 Arena* next = first->next_; in FreeArenaChain() local
/art/runtime/base/
Dmem_map_arena_pool.cc147 Arena* next = first->next_; in FreeArenaChain() local
/art/test/080-oom-throw/src/
DMain.java39 InstanceMemEater next; field in Main.InstanceMemEater
/art/runtime/arch/
Dmemcmp16_test.cc25 uint32_t next() { in next() function in RandGen
/art/runtime/gc/
Dreference_queue.cc68 ObjPtr<mirror::Reference> next = ref->GetPendingNext<kWithoutReadBarrier>(); in DequeuePendingReference() local
/art/test/444-checker-nce/src/
DMain.java247 private ListElement next; field in ListElement
/art/disassembler/
Ddisassembler_arm.cc208 uintptr_t next; in Dump() local
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc376 auto next = std::next(inst); in ProcessCodeItem() local
476 auto next = std::next(inst); in ProcessCodeItem() local

12