Home
last modified time | relevance | path

Searched defs:JniStubKey (Results 1 – 3 of 3) sorted by relevance

/art/runtime/oat/
Djni_stub_hash_map.h35 JniStubKey(uint32_t flags, std::string_view shorty) in JniStubKey() function
41 explicit JniStubKey(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) in JniStubKey() function
68 bool IsEmpty(const std::pair<JniStubKey, Value>& pair) const { in IsEmpty()
72 void MakeEmpty(std::pair<JniStubKey, Value>& pair) { in MakeEmpty()
/art/runtime/jit/
Djit_code_cache.h511 class JniStubKey; variable
Djit_code_cache.cc69 class JitCodeCache::JniStubKey { class in art::jit::JitCodeCache