Lines Matching refs:GetCode
125 DCHECK(entrypoint == OatQuickMethodHeader::FromCodePointer(GetCode())->GetEntryPoint()); in UpdateEntryPoints()
158 const void* GetCode() const { in GetCode() function in art::jit::JitCodeCache::JniStubData
163 return GetCode() != nullptr; in IsCompiled()
329 return data.GetCode(); in GetJniStubCode()
500 FreeCodeAndData(method_header->GetCode()); in FreeAllMethodHeaders()
543 method_headers.insert(OatQuickMethodHeader::FromCodePointer(it->second.GetCode())); in RemoveMethodsIn()
844 FreeCodeAndData(it->second.GetCode()); in RemoveMethodLocked()
1059 const void* code = method_header->GetCode(); in Run()
1081 const void* code = method_header->GetCode(); in Run()
1218 if (!data.IsCompiled() || IsInZygoteExecSpace(data.GetCode())) { in GarbageCollectCache()
1224 OatQuickMethodHeader::FromCodePointer(data.GetCode()); in GarbageCollectCache()
1249 if (IsInZygoteExecSpace(data->GetCode()) || in RemoveUnmarkedCode()
1251 GetLiveBitmap()->Test(FromCodeToAllocation(data->GetCode()))) { in RemoveUnmarkedCode()
1254 method_headers.insert(OatQuickMethodHeader::FromCodePointer(data->GetCode())); in RemoveUnmarkedCode()
1256 VLOG(jit) << "JIT removed (JNI) " << method->PrettyMethod() << ": " << data->GetCode(); in RemoveUnmarkedCode()
1407 const void* code_ptr = data.GetCode(); in DoCollection()
1493 const void* code_ptr = it->second.GetCode(); in LookupMethodHeader()
1520 OatQuickMethodHeader::FromCodePointer(data.GetCode())->Contains(pc)) { in LookupMethodHeader()
1521 method_header = OatQuickMethodHeader::FromCodePointer(data.GetCode()); in LookupMethodHeader()
1765 OatQuickMethodHeader* method_header = OatQuickMethodHeader::FromCodePointer(data->GetCode()); in NotifyCompilationOf()
1774 if (!IsInZygoteExecSpace(data->GetCode())) { in NotifyCompilationOf()
1775 GetLiveBitmap()->AtomicTestAndSet(FromCodeToAllocation(data->GetCode())); in NotifyCompilationOf()
1990 cb(data.GetCode(), method); in VisitAllMethods()