Searched refs:IsInZygoteExecSpace (Results 1 – 3 of 3) sorted by relevance
449 if (IsInZygoteExecSpace(code_ptr)) { in FreeCodeAndData()487 if (!IsInZygoteExecSpace(addr)) { in FreeAllMethodHeaders()900 DCHECK(!IsInZygoteExecSpace(method->GetEntryPointFromQuickCompiledCode())); in TransitionToDebuggable()911 DCHECK(!IsInZygoteExecSpace(method->GetEntryPointFromQuickCompiledCode())); in TransitionToDebuggable()1025 if (code_cache_->ContainsPc(code) && !code_cache_->IsInZygoteExecSpace(code)) { in Run()1166 if (!data.IsCompiled() || IsInZygoteExecSpace(data.GetCode())) { in GarbageCollectCache()1196 if (IsInZygoteExecSpace(data->GetCode()) || in RemoveUnmarkedCode()1211 if (IsInZygoteExecSpace(code_ptr) || GetLiveBitmap()->Test(allocation)) { in RemoveUnmarkedCode()1337 if (IsInZygoteExecSpace(code_ptr)) { in DoCollection()1351 if (IsInZygoteExecSpace(code_ptr)) { in DoCollection()[all …]
399 bool IsInZygoteExecSpace(const void* ptr) const { in IsInZygoteExecSpace() function
3154 Runtime::Current()->GetJit()->GetCodeCache()->IsInZygoteExecSpace(code) && in operator ()()