Searched refs:IsPortableCompiled (Results 1 – 5 of 5) sorted by relevance
151 bool IsPortableCompiled() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsPortableCompiled() function156 DCHECK(!IsPortableCompiled()); in SetIsPortableCompiled()161 DCHECK(IsPortableCompiled()); in ClearIsPortableCompiled()
149 if (IsPortableCompiled()) { in ToDexPc()308 if (!IsPortableCompiled()) { in Invoke()
230 if (IsPortableCompiled() || IsAbstract() || IsRuntimeMethod() || IsProxyMethod()) { in GetQuickOatEntryPoint()361 if (UNLIKELY(IsPortableCompiled())) { in GetQuickFrameInfo()
92 bool portable_enabled = method->IsPortableCompiled(); in UpdateEntrypoints()220 bool interpreter_frame = !m->IsPortableCompiled(); in InstrumentationInstallStack()
2450 } else if (method->IsPortableCompiled()) { in GetQuickOatCodeFor()