Home
last modified time | relevance | path

Searched refs:IsInZygoteExecSpace (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jit/
Djit_code_cache.cc468 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()
Djit_code_cache.h412 bool IsInZygoteExecSpace(const void* ptr) const { in IsInZygoteExecSpace() function
/art/runtime/
Druntime.cc3213 Runtime::Current()->GetJit()->GetCodeCache()->IsInZygoteExecSpace(code) && in operator ()()