Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Dmethod.h278 uint16_t GetDeoptThreshold(uint64_t literalInfo) const in GetDeoptThreshold() function in panda::ecmascript::Method
380 uint16_t GetDeoptThreshold() const in GetDeoptThreshold() function in panda::ecmascript::Method
383 return GetDeoptThreshold(extraLiteralInfo); in GetDeoptThreshold()
H A Djs_runtime_options.h1419 uint32_t GetDeoptThreshold() const in GetDeoptThreshold() function in panda::ecmascript::JSRuntimeOptions
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_task.cpp317 methodHandle->SetDeoptThreshold(hostThread_->GetEcmaVM()->GetJSOptions().GetDeoptThreshold()); in InstallCodeByCompilerTier()
331 methodHandle->SetDeoptThreshold(hostThread_->GetEcmaVM()->GetJSOptions().GetDeoptThreshold()); in InstallCodeByCompilerTier()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_manager.cpp375 method->SetDeoptThreshold(vm_->GetJSOptions().GetDeoptThreshold()); in SetAOTMainFuncEntry()
409 method->SetDeoptThreshold(vm_->GetJSOptions().GetDeoptThreshold()); in SetAOTFuncEntry()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_ark_tools.cpp471 uint32_t deoptedCount = method->GetDeoptThreshold(); in IsAOTDeoptimized()
472 uint32_t deoptThreshold = thread->GetEcmaVM()->GetJSOptions().GetDeoptThreshold(); in IsAOTDeoptimized()
490 uint16_t threshold = method->GetDeoptThreshold(); in CheckDeoptStatus()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H A Ddeoptimizer.cpp598 uint8_t deoptThreshold = method->GetDeoptThreshold(); in UpdateAndDumpDeoptInfo()

Completed in 12 milliseconds