Home
last modified time | relevance | path

Searched defs:feature (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/
Dcompiler_options.h104 bool IsCpuFeatureEnabled(CpuFeature feature) const in IsCpuFeatureEnabled()
110 void EnableCpuFeature(CpuFeature feature) in EnableCpuFeature()
/arkcompiler/runtime_core/static_core/compiler/
Dcompiler_options.h121 bool IsCpuFeatureEnabled(CpuFeature feature) const in IsCpuFeatureEnabled()
127 void EnableCpuFeature(CpuFeature feature) in EnableCpuFeature()
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_irtoc_compiler.cpp143 for (const auto &feature : GetFeaturesForArch(GetArch())) { in GetFastPathFeatures() local
/arkcompiler/toolchain/tooling/dynamic/agent/
Ddebugger_impl.cpp1227 void DebuggerImpl::EnableFeature(DebuggerFeature feature) in EnableFeature()