Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h239 const void* GetJniStubCode(ArtMethod* method) REQUIRES(!Locks::jit_lock_);
Djit_code_cache.cc322 const void* JitCodeCache::GetJniStubCode(ArtMethod* method) { in GetJniStubCode() function in art::jit::JitCodeCache
/art/runtime/
Dstack.cc876 code = runtime->GetJit()->GetCodeCache()->GetJniStubCode(method); in WalkStack()