Home
last modified time | relevance | path

Searched defs:k (Results 1 – 18 of 18) sorted by relevance

/art/runtime/
Dsafe_map.h71 size_type erase(const K& k) { return map_.erase(k); } in erase()
73 iterator find(const K& k) { return map_.find(k); } in find()
74 const_iterator find(const K& k) const { return map_.find(k); } in find()
76 iterator lower_bound(const K& k) { return map_.lower_bound(k); } in lower_bound()
77 const_iterator lower_bound(const K& k) const { return map_.lower_bound(k); } in lower_bound()
79 size_type count(const K& k) const { return map_.count(k); } in count()
82 V Get(const K& k) const { in Get()
89 iterator Put(const K& k, const V& v) { in Put()
96 iterator PutBefore(iterator pos, const K& k, const V& v) { in PutBefore()
106 void Overwrite(const K& k, const V& v) { in Overwrite()
Dclass_linker_test.cc314 mirror::Class* k = klass.Get(); in AssertClass() local
Dclass_linker.cc1932 mirror::Object* k = kMovingClasses ? in AllocClass() local
5124 for (size_t k = 0; k < idx; k++) { in LinkInterfaceMethods() local
5235 int32_t k; in LinkInterfaceMethods() local
/art/compiler/utils/
Dscoped_hashtable.h38 V Lookup(K k) const { in Lookup()
50 void Add(K k, V v) { in Add()
/art/test/Interfaces/
DInterfaces.java27 public void k(); in k() method
37 public void k() {}; in k() method in Interfaces.B
/art/test/303-verification-stress/
Dclasses-gen.c15 int k; in createFiles() local
/art/test/082-inline-execute/src/junit/framework/
DComparisonFailure.java42 int k= fActual.length()-1; in getMessage() local
/art/test/021-string2/src/junit/framework/
DComparisonFailure.java42 int k= fActual.length()-1; in getMessage() local
/art/runtime/gc/space/
Dlarge_object_space_test.cc64 for (size_t k = 0; k < 10; ++k) { in LargeObjectTest() local
77 for (size_t k = 0; k < request_size; ++k) { in LargeObjectTest() local
/art/test/404-optimizing-allocator/src/
DMain.java133 int k = 42 + g - a; in $opt$reg$TestAgressiveLive1() local
154 int k = 42 + g - a; in $opt$reg$TestAgressiveLive2() local
/art/test/405-optimizing-long-allocator/src/
DMain.java139 long k = 42 + g - a; in $opt$TestAgressiveLive1() local
160 long k = 42 + g - a; in $opt$TestAgressiveLive2() local
/art/runtime/gc/accounting/
Dspace_bitmap_test.cc149 for (uintptr_t k = offset; k < end; k += kAlignment) { in RunTest() local
/art/runtime/mirror/
Dclass.cc629 for (Class* k = klass.Get(); k != nullptr; k = k->GetSuperClass()) { in FindStaticField() local
653 for (Class* k = klass.Get(); k != nullptr; k = k->GetSuperClass()) { in FindStaticField() local
678 for (Class* k = klass.Get(); k != nullptr; k = k->GetSuperClass()) { in FindField() local
Dobject_test.cc315 for (int k = 0; k < i; ++k) { in TEST_F() local
/art/compiler/driver/
Dcompiler_driver.h873 uint32_t k = blocks[i]; in operator() local
/art/compiler/dex/quick/arm64/
Dint_arm64.cc536 int k = LowestSetBit(lit); in HandleEasyDivRem64() local
/art/compiler/dex/quick/
Dgen_common.cc1583 int k = LowestSetBit(lit); in HandleEasyDivRem() local
/art/test/083-compiler-regressions/src/
DMain.java950 int k = 0; in b5884080Test() local