HomeSort by relevance Sort by last modified time
    Searched refs:JniStubKey (Results 1 - 2 of 2) sorted by null

  /art/runtime/jit/
jit_code_cache.h 419 class JniStubKey;
442 SafeMap<JniStubKey, JniStubData> jni_stubs_map_ GUARDED_BY(lock_);
jit_code_cache.cc 91 class JitCodeCache::JniStubKey {
93 explicit JniStubKey(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_)
102 bool operator<(const JniStubKey& rhs) const {
503 auto it = jni_stubs_map_.find(JniStubKey(method));
522 auto it = jni_stubs_map_.find(JniStubKey(method));
    [all...]

Completed in 60 milliseconds