/art/libartbase/base/ |
D | leb128.h | 37 int cur = *(ptr++); in DecodeUnsignedLeb128() local 74 int cur = *(ptr++); in DecodeUnsignedLeb128Checked() local 122 int cur = *(ptr++); in DecodeSignedLeb128() local 163 int cur = *(ptr++); in DecodeSignedLeb128Checked() local 330 void InsertBackUnsigned(It cur, It end) { in InsertBackUnsigned() 341 void InsertBackSigned(It cur, It end) { in InsertBackSigned()
|
D | safe_copy.cc | 51 const char* cur = static_cast<const char*>(src); in SafeCopy() local
|
/art/runtime/gc/accounting/ |
D | card_table_test.cc | 125 for (uint8_t* cur = start - CardTable::kCardSize; cur >= HeapBegin(); in TEST_F() local 130 for (uint8_t* cur = end + CardTable::kCardSize; cur < HeapLimit(); in TEST_F() local 136 for (uint8_t* cur = start; cur < AlignUp(end, CardTable::kCardSize); in TEST_F() local
|
D | atomic_stack.h | 215 for (auto cur = Begin(), end = End(); cur != end; ++cur) { in Contains() local
|
/art/runtime/ |
D | handle_scope-inl.h | 228 const LocalScopeType* cur = current_scope_; in NumberOfReferences() local 238 const LocalScopeType* cur = current_scope_; in Contains() local 250 LocalScopeType* cur = current_scope_; in VisitRoots() local
|
D | thread.cc | 2531 for (BaseHandleScope* cur = tlsPtr_.top_handle_scope; cur!= nullptr; cur = cur->GetLink()) { in HandleScopeContains() local 2543 for (BaseHandleScope* cur = tlsPtr_.top_handle_scope; cur; cur = cur->GetLink()) { in HandleScopeVisitRoots() local
|
/art/test/1908-suspend-native-resume-self/src/art/ |
D | Test1908.java | 66 public static native int nativeSpinAndResume(Thread cur); in nativeSpinAndResume()
|
/art/runtime/gc/ |
D | reference_queue.cc | 105 ObjPtr<mirror::Reference> cur = list_; in Dump() local 123 ObjPtr<mirror::Reference> cur = list_; in GetLength() local
|
/art/test/984-obsolete-invoke/ |
D | obsolete_invoke.cc | 34 jthread cur; in Java_art_Test984_getFirstObsoleteMethod984() local
|
/art/compiler/utils/ |
D | assembler.h | 142 SlowPath* cur = slow_path_; in EnqueueSlowPath() local 149 SlowPath* cur = slow_path_; in EmitSlowPaths() local 155 delete cur; in EmitSlowPaths() local
|
/art/tools/dexanalyze/ |
D | dexanalyze_strings.cc | 235 for (MatchTrie* cur = parent_; cur != nullptr; cur = cur->parent_) { in Savings() local 291 for (MatchTrie* cur = pair.second->parent_; cur != this; cur = cur->parent_) { in ExtractPrefixes() local 297 for (MatchTrie* cur = pair.second->parent_; cur != this; cur = cur->parent_) { in ExtractPrefixes() local 318 for (const MatchTrie* cur = this; cur->parent_ != nullptr; cur = cur->parent_) { in GetString() local
|
/art/disassembler/ |
D | disassembler_arm64.cc | 120 for (const uint8_t* cur = begin; cur < end; cur += kInstructionSize) { in Dump() local
|
D | disassembler_mips.cc | 845 for (const uint8_t* cur = begin; cur < end; cur += 4) { in Dump() local
|
D | disassembler_x86.cc | 38 for (const uint8_t* cur = begin; cur < end; cur += length) { in Dump() local
|
/art/test/1919-vminit-thread-start-timing/ |
D | vminit.cc | 72 jthread cur; in Test1919AgentThread() local
|
/art/runtime/mirror/ |
D | object.cc | 241 for (ObjPtr<Class> cur = c; cur != nullptr; cur = cur->GetSuperClass()) { in CheckFieldAssignmentImpl() local
|
/art/runtime/verifier/ |
D | reg_type_test.cc | 960 const RegType* cur = work_list.front(); in TEST_F() local 978 auto compute_grey = [&](const RegType* cur) { in TEST_F() 984 auto compute_black = [&](const RegType* cur) { in TEST_F()
|
/art/runtime/gc/space/ |
D | region_space.cc | 553 Region* const cur = ®ions_[i + regions_to_clear_bitmap]; in ClearFromSpace() local
|
/art/test/ti-stress/ |
D | stress.cc | 664 std::string cur = GetOption(ops); in ReadOptions() local
|
/art/openjdkjvmti/ |
D | ti_stack.cc | 119 art::ShadowFrame* cur = GetCurrentShadowFrame(); in GetOrCreateShadowFrame() local
|
/art/compiler/jni/ |
D | jni_compiler_test.cc | 549 for (BaseHandleScope* cur = self->GetTopHandleScope(); cur != nullptr; cur = cur->GetLink()) { in NumHandleReferences() local
|