/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 | 243 const LocalScopeType* cur = current_scope_; in NumberOfReferences() local 253 const LocalScopeType* cur = current_scope_; in Contains() local 265 LocalScopeType* cur = current_scope_; in VisitRoots() 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 | 141 SlowPath* cur = slow_path_; in EnqueueSlowPath() local 148 SlowPath* cur = slow_path_; in EmitSlowPaths() local 154 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 | 142 for (const uint8_t* cur = begin; cur < end; cur += kInstructionSize) { in Dump() local
|
D | disassembler_x86.cc | 48 for (const uint8_t* cur = begin; cur < end; cur += length) { in Dump() local
|
/art/compiler/optimizing/ |
D | execution_subgraph_test.cc | 51 const HBasicBlock* cur = worklist.front(); in CalculateValidity() local 900 for (auto cur : Range(kNumBlocks)) { in TEST_F() local 932 for (auto cur : Range(kNumBlocks)) { in TEST_F() local
|
D | reference_type_propagation_test.cc | 279 for (auto cur : Range(kNumBlocks)) { in RunVisitListTest() local 381 for (auto cur : Range(kNumBlocks)) { in RunVisitListTest() local
|
D | execution_subgraph.cc | 281 const HBasicBlock* cur = worklist.front(); in RecalculateExcludedCohort() local
|
D | nodes.cc | 382 const HBasicBlock* cur = work_stack.back(); in CalculateConnectednessOn() local
|
/art/test/1919-vminit-thread-start-timing/ |
D | vminit.cc | 72 jthread cur; in Test1919AgentThread() local
|
/art/runtime/mirror/ |
D | object.cc | 236 for (ObjPtr<Class> cur = c; cur != nullptr; cur = cur->GetSuperClass()) { in CheckFieldAssignmentImpl() local
|
/art/tools/jvmti-agents/simple-profile/ |
D | simple_profile.cc | 173 void SimpleProfileData::FinishInitialization(jvmtiEnv* jvmti, JNIEnv* env, jthread cur) { in FinishInitialization() 498 ScopedLocalRef<jthread> cur(env, nullptr); in AgentStart() local
|
/art/runtime/verifier/ |
D | reg_type_test.cc | 974 const RegType* cur = work_list.front(); in TEST_F() local 992 auto compute_grey = [&](const RegType* cur) { in TEST_F() 998 auto compute_black = [&](const RegType* cur) { in TEST_F()
|
/art/cmdline/ |
D | cmdline_parser.h | 757 auto cur = args.find(it); in DumpHelp() local
|
/art/runtime/gc/space/ |
D | region_space.cc | 563 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 | 136 art::ShadowFrame* cur = GetCurrentShadowFrame(); in GetOrCreateShadowFrame() local
|
/art/profman/ |
D | profile_assistant_test.cc | 1621 std::string cur; in TEST_F() local
|