Searched refs:IsInZygoteExecSpace (Results 1 – 3 of 3) sorted by relevance
468 if (IsInZygoteExecSpace(code_ptr)) { in FreeCodeAndData()509 if (!IsInZygoteExecSpace(addr)) { in FreeAllMethodHeaders()927 DCHECK(!IsInZygoteExecSpace(method->GetEntryPointFromQuickCompiledCode())); in TransitionToDebuggable()938 DCHECK(!IsInZygoteExecSpace(method->GetEntryPointFromQuickCompiledCode())); in TransitionToDebuggable()1051 if (code_cache_->ContainsPc(code) && !code_cache_->IsInZygoteExecSpace(code)) { in Run()1105 DCHECK(!IsInZygoteExecSpace(code_ptr)); in RemoveUnmarkedCode()1154 if (!IsInZygoteExecSpace(code_ptr)) { in AddZombieCode()1680 if (!data.IsCompiled() || IsInZygoteExecSpace(data.GetCode())) { in InvalidateAllCompiledCode()
412 bool IsInZygoteExecSpace(const void* ptr) const { in IsInZygoteExecSpace() function
3213 Runtime::Current()->GetJit()->GetCodeCache()->IsInZygoteExecSpace(code) && in operator ()()