Searched refs:IsInZygoteExecSpace (Results 1 – 3 of 3) sorted by relevance
463 if (IsInZygoteExecSpace(code_ptr)) { in FreeCodeAndData()896 DCHECK(!IsInZygoteExecSpace(method->GetEntryPointFromQuickCompiledCode())); in TransitionToDebuggable()907 DCHECK(!IsInZygoteExecSpace(method->GetEntryPointFromQuickCompiledCode())); in TransitionToDebuggable()1011 if (code_cache_->ContainsPc(code) && !code_cache_->IsInZygoteExecSpace(code)) { in Run()1165 if (!data.IsCompiled() || IsInZygoteExecSpace(data.GetCode())) { in GarbageCollectCache()1196 if (IsInZygoteExecSpace(data->GetCode()) || in RemoveUnmarkedCode()1208 if (IsInZygoteExecSpace(code_ptr) || GetLiveBitmap()->Test(allocation)) { in RemoveUnmarkedCode()1289 DCHECK(entry_point == nullptr || IsInZygoteExecSpace(entry_point)); in DoCollection()1301 if (IsInZygoteExecSpace(code_ptr)) { in DoCollection()1315 if (IsInZygoteExecSpace(code_ptr)) { in DoCollection()[all …]
404 bool IsInZygoteExecSpace(const void* ptr) const { in IsInZygoteExecSpace() function
2849 Runtime::Current()->GetJit()->GetCodeCache()->IsInZygoteExecSpace(code) && in operator ()()