Home
last modified time | relevance | path

Searched refs:IsEnableAsyncCopyToFort (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmachine_code.cpp61 if (!Jit::GetInstance()->IsEnableJitFort() || !Jit::GetInstance()->IsEnableAsyncCopyToFort() || in SetText()
190 if (!Jit::GetInstance()->IsEnableJitFort() || !Jit::GetInstance()->IsEnableAsyncCopyToFort() || in SetBaselineCodeData()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dmachine_code_test.cpp78 ASSERT_EQ(Jit::GetInstance()->IsEnableAsyncCopyToFort(), true); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit.h66 bool PUBLIC_API IsEnableAsyncCopyToFort() const;
H A Djit.cpp230 bool Jit::IsEnableAsyncCopyToFort() const in IsEnableAsyncCopyToFort() function in panda::ecmascript::Jit
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dfile_generators.cpp762 if (Jit::GetInstance()->IsEnableJitFort() && Jit::GetInstance()->IsEnableAsyncCopyToFort() && in GetMemoryCodeInfos()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.cpp196 if (Jit::GetInstance()->IsEnableJitFort() && Jit::GetInstance()->IsEnableAsyncCopyToFort() && in CollectMemoryCodeInfos()

Completed in 14 milliseconds