Searched refs:IsInZygoteExecSpace (Results 1 – 3 of 3) sorted by relevance
448 if (IsInZygoteExecSpace(code_ptr)) { in FreeCodeAndData()486 if (!IsInZygoteExecSpace(addr)) { in FreeAllMethodHeaders()902 DCHECK(!IsInZygoteExecSpace(method->GetEntryPointFromQuickCompiledCode())); in TransitionToDebuggable()913 DCHECK(!IsInZygoteExecSpace(method->GetEntryPointFromQuickCompiledCode())); in TransitionToDebuggable()1027 if (code_cache_->ContainsPc(code) && !code_cache_->IsInZygoteExecSpace(code)) { in Run()1168 if (!data.IsCompiled() || IsInZygoteExecSpace(data.GetCode())) { in GarbageCollectCache()1199 if (IsInZygoteExecSpace(data->GetCode()) || in RemoveUnmarkedCode()1214 if (IsInZygoteExecSpace(code_ptr) || GetLiveBitmap()->Test(allocation)) { in RemoveUnmarkedCode()1318 if (IsInZygoteExecSpace(code_ptr)) { in DoCollection()1332 if (IsInZygoteExecSpace(code_ptr)) { in DoCollection()[all …]
398 bool IsInZygoteExecSpace(const void* ptr) const { in IsInZygoteExecSpace() function
3076 Runtime::Current()->GetJit()->GetCodeCache()->IsInZygoteExecSpace(code) && in operator ()()