Searched defs:Put (Results 1 – 5 of 5) sorted by relevance
/art/libartbase/base/ | ||
D | safe_map.h | 98 iterator Put(const K& k, const V& v) { in Put() function |
/art/runtime/gc/ | ||
D | allocation_record.h | 229 void Put(mirror::Object* obj, AllocRecord&& record) in Put() function |
/art/runtime/jni/ | ||
D | java_vm_ext.cc | 267 void Put(const std::string& path, SharedLibrary* library) in Put() function in art::Libraries |
/art/runtime/jit/ | ||
D | jit_code_cache.cc | 1931 void ZygoteMap::Put(const void* code, ArtMethod* method) { in Put() function in art::jit::ZygoteMap |
/art/dex2oat/ | ||
D | dex2oat.cc | 500 iterator Put(const std::string& k, bool v) { in Put() function in art::OatKeyValueStore |