Searched refs:GetJniStubCode (Results 1 – 3 of 3) sorted by relevance
239 const void* GetJniStubCode(ArtMethod* method) REQUIRES(!Locks::jit_lock_);
317 const void* JitCodeCache::GetJniStubCode(ArtMethod* method) { in GetJniStubCode() function in art::jit::JitCodeCache
875 code = runtime->GetJit()->GetCodeCache()->GetJniStubCode(method); in WalkStack()