Home
last modified time | relevance | path

Searched refs:GetEnableJitFort (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/
H A Djit_tools.h97 static bool GetEnableJitFort(bool value) in GetEnableJitFort() function in panda::ecmascript::ohos::JitTools
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit.cpp104 bool jitEnableJitFort = ohos::JitTools::GetEnableJitFort(options.GetEnableJitFort()); in ConfigOptions()
129 SetEnableJitFort(vm->GetJSOptions().GetEnableJitFort()); in ConfigJitFortOptions()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dsparse_space.cpp629 if (localHeap_->GetEcmaVM()->GetJSOptions().GetEnableJitFort()) { in ~MachineCodeSpace()
H A Dheap-inl.h483 ASSERT(!GetEcmaVM()->GetJSOptions().GetEnableJitFort()); in AllocateMachineCodeObject()
497 ASSERT(GetEcmaVM()->GetJSOptions().GetEnableJitFort()); in AllocateMachineCodeObject()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_runtime_options.h690 bool GetEnableJitFort() const in GetEnableJitFort() function in panda::ecmascript::JSRuntimeOptions

Completed in 9 milliseconds