Home
last modified time | relevance | path

Searched refs:IsPortableCompiled (Results 1 – 5 of 5) sorted by relevance

/art/runtime/mirror/
Dart_method.h151 bool IsPortableCompiled() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsPortableCompiled() function
156 DCHECK(!IsPortableCompiled()); in SetIsPortableCompiled()
161 DCHECK(IsPortableCompiled()); in ClearIsPortableCompiled()
Dart_method.cc149 if (IsPortableCompiled()) { in ToDexPc()
308 if (!IsPortableCompiled()) { in Invoke()
Dart_method-inl.h230 if (IsPortableCompiled() || IsAbstract() || IsRuntimeMethod() || IsProxyMethod()) { in GetQuickOatEntryPoint()
361 if (UNLIKELY(IsPortableCompiled())) { in GetQuickFrameInfo()
/art/runtime/
Dinstrumentation.cc92 bool portable_enabled = method->IsPortableCompiled(); in UpdateEntrypoints()
220 bool interpreter_frame = !m->IsPortableCompiled(); in InstrumentationInstallStack()
Dclass_linker.cc2450 } else if (method->IsPortableCompiled()) { in GetQuickOatCodeFor()