Home
last modified time | relevance | path

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

/art/test/080-oom-throw/src/
DMain.java35 InstanceMemEater next; field in Main.InstanceMemEater
/art/compiler/optimizing/
Dssa_phi_elimination.cc61 HInstruction* next = nullptr; in Run() local
Dssa_liveness_analysis.h55 LiveRange(size_t start, size_t end, LiveRange* next) : start_(start), end_(end), next_(next) { in LiveRange() function
96 UsePosition* next) in UsePosition()
/art/compiler/dex/
Dpost_opt_passes.cc62 MIR* next = mir->next; in Worker() local
Dvreg_analysis.cc160 int next = 0; in InferTypeAndSize() local
Dmir_graph.cc1107 MIR* next = current->next; in FindPreviousMIR() local
Dmir_graph.h352 MIR* next; member
/art/runtime/
Dmonitor_pool_test.cc31 uint32_t next() { in next() function in art::RandGen
Dthread.h456 void SetWaitNext(Thread* next) { in SetWaitNext()
Delf_file.cc1479 bool next() { in next() function in art::DebugInfoIterator
/art/runtime/arch/
Dmemcmp16_test.cc24 uint32_t next() { in next() function in RandGen
Dstub_test.cc662 uint32_t next() { in next() function in art::RandGen
/art/runtime/gc/
Dreference_queue.cc75 mirror::Reference* next = head->GetPendingNext(); in DequeuePendingReference() local
/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.h224 SlowPath* next = NULL; in EmitSlowPaths() local
/art/compiler/dex/quick/
Dralloc_util.cc355 int next = *next_temp; in AllocTempBody() local
Dmir_to_lir.h172 LIR* next; member
/art/compiler/utils/mips/
Dassembler_mips.cc153 int32_t next = buffer_.Load<int32_t>(position); in Bind() local
/art/compiler/utils/arm/
Dassembler_arm32.cc1211 int32_t next = buffer_.Load<int32_t>(position); in Bind() local
Dassembler_thumb2.cc2094 uint16_t next = buffer_.Load<uint16_t>(branch_location); // Get next in chain. in Bind() local
/art/compiler/utils/x86/
Dassembler_x86.cc1316 int next = buffer_.Load<int32_t>(position); in Bind() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc1512 int next = buffer_.Load<int32_t>(position); in Bind() local