Searched refs:GetJniStubCode (Results 1 – 3 of 3) sorted by relevance
158 const void* GetJniStubCode(ArtMethod* method) REQUIRES(!lock_);
519 const void* JitCodeCache::GetJniStubCode(ArtMethod* method) { in GetJniStubCode() function in art::jit::JitCodeCache554 const void* code_ptr = GetJniStubCode(method); in GetZygoteSavedEntryPoint()
798 code = runtime->GetJit()->GetCodeCache()->GetJniStubCode(method); in WalkStack()