Home
last modified time | relevance | path

Searched defs:cur (Results 1 – 21 of 21) sorted by relevance

/art/libartbase/base/
Dleb128.h37 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()
Dsafe_copy.cc51 const char* cur = static_cast<const char*>(src); in SafeCopy() local
/art/runtime/gc/accounting/
Dcard_table_test.cc125 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
Datomic_stack.h215 for (auto cur = Begin(), end = End(); cur != end; ++cur) { in Contains() local
/art/runtime/
Dhandle_scope-inl.h228 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
Dthread.cc2531 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/
DTest1908.java66 public static native int nativeSpinAndResume(Thread cur); in nativeSpinAndResume()
/art/runtime/gc/
Dreference_queue.cc105 ObjPtr<mirror::Reference> cur = list_; in Dump() local
123 ObjPtr<mirror::Reference> cur = list_; in GetLength() local
/art/test/984-obsolete-invoke/
Dobsolete_invoke.cc34 jthread cur; in Java_art_Test984_getFirstObsoleteMethod984() local
/art/compiler/utils/
Dassembler.h142 SlowPath* cur = slow_path_; in EnqueueSlowPath() local
149 SlowPath* cur = slow_path_; in EmitSlowPaths() local
155 delete cur; in EmitSlowPaths() local
/art/tools/dexanalyze/
Ddexanalyze_strings.cc235 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/
Ddisassembler_arm64.cc120 for (const uint8_t* cur = begin; cur < end; cur += kInstructionSize) { in Dump() local
Ddisassembler_mips.cc845 for (const uint8_t* cur = begin; cur < end; cur += 4) { in Dump() local
Ddisassembler_x86.cc38 for (const uint8_t* cur = begin; cur < end; cur += length) { in Dump() local
/art/test/1919-vminit-thread-start-timing/
Dvminit.cc72 jthread cur; in Test1919AgentThread() local
/art/runtime/mirror/
Dobject.cc241 for (ObjPtr<Class> cur = c; cur != nullptr; cur = cur->GetSuperClass()) { in CheckFieldAssignmentImpl() local
/art/runtime/verifier/
Dreg_type_test.cc960 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/
Dregion_space.cc553 Region* const cur = &regions_[i + regions_to_clear_bitmap]; in ClearFromSpace() local
/art/test/ti-stress/
Dstress.cc664 std::string cur = GetOption(ops); in ReadOptions() local
/art/openjdkjvmti/
Dti_stack.cc119 art::ShadowFrame* cur = GetCurrentShadowFrame(); in GetOrCreateShadowFrame() local
/art/compiler/jni/
Djni_compiler_test.cc549 for (BaseHandleScope* cur = self->GetTopHandleScope(); cur != nullptr; cur = cur->GetLink()) { in NumHandleReferences() local