Home
last modified time | relevance | path

Searched refs:IsEnableFastJit (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit.h60 bool PUBLIC_API IsEnableFastJit() const;
194 if (Jit::GetInstance()->IsEnableFastJit() || Jit::GetInstance()->IsEnableBaselineJit()) { in JitGCLockHolder()
H A Djit.cpp200 bool Jit::IsEnableFastJit() const in IsEnableFastJit() function in panda::ecmascript::Jit
351 (!jit->IsEnableFastJit() && tier == CompilerTier::FAST)) { in Compile()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_vm.cpp240 bool EcmaVM::IsEnableFastJit() const in IsEnableFastJit() function in panda::ecmascript::EcmaVM
242 return GetJit()->IsEnableFastJit(); in IsEnableFastJit()
302 if (IsEnableFastJit() || IsEnableBaselineJit()) { in Initialize()
343 if (IsEnableFastJit() || IsEnableBaselineJit()) { in ~EcmaVM()
H A Decma_vm.h654 bool PUBLIC_API IsEnableFastJit() const;
H A Decma_context.cpp203 if (vm_->IsEnableBaselineJit() || vm_->IsEnableFastJit()) { in ~EcmaContext()
H A Dobject_factory.cpp3342 if (vm_->IsEnableFastJit()) { in NewProfileTypeInfo()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dprofile_type_info.h91 if (thread->GetEcmaVM()->IsEnableFastJit() || thread->GetEcmaVM()->IsEnableBaselineJit()) { in ProfileTypeAccessorLockScope()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_ark_tools.cpp1359 if (!jit->IsEnableFastJit()) {
1378 if (!jit->IsEnableFastJit()) {
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap.cpp1297 if (GetEcmaVM()->IsEnableBaselineJit() || GetEcmaVM()->IsEnableFastJit()) { in CollectGarbage()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackinfo.cpp257 if (!JsStackInfo::loader->IsEnableAOT() && !Jit::GetInstance()->IsEnableFastJit() && in BuildCrashInfo()

Completed in 32 milliseconds