Home
last modified time | relevance | path

Searched refs:GetJniStubCode (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/jit/
H A Djit_code_cache.h235 const void* GetJniStubCode(ArtMethod* method) REQUIRES(!Locks::jit_lock_);
H A Djit_code_cache.cc312 const void* JitCodeCache::GetJniStubCode(ArtMethod* method) { in GetJniStubCode() function in art::jit::JitCodeCache
/aosp12/art/runtime/
H A Dstack.cc850 code = runtime->GetJit()->GetCodeCache()->GetJniStubCode(method); in WalkStack()