Home
last modified time | relevance | path

Searched refs:IsEnableElementsKind (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp207 bool EcmaVM::IsEnableElementsKind() const in IsEnableElementsKind() function in panda::ecmascript::EcmaVM
212 return options_.GetEnableAsmInterpreter() && options_.IsEnableElementsKind(); in IsEnableElementsKind()
Delements.cpp127 if (!thread->GetEcmaVM()->IsEnableElementsKind()) { in MigrateArrayWithKind()
Decma_vm.h138 bool IsEnableElementsKind() const;
Djs_runtime_options.h939 bool IsEnableElementsKind() const in IsEnableElementsKind() function
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h386 … if (thread->GetEcmaVM()->IsEnablePGOProfiler() || thread->GetEcmaVM()->IsEnableElementsKind()) { in GetLiteralFromCache()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp2093 if (thread_->GetEcmaVM()->IsEnableElementsKind()) { in InitializeArray()