Home
last modified time | relevance | path

Searched refs:IsEnableForceIC (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_manager.h282 bool IsEnableForceIC() const in IsEnableForceIC() function in panda::ecmascript::pgo::PGOProfilerManager
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dprofiler_stub_builder.h142 GateRef IsEnableForceIC(GateRef glue);
H A Dprofiler_stub_builder.cpp249 BRANCH(IsEnableForceIC(glue), &updateTargetIC, &targetIsHot); in ProfileCall()
858 GateRef ProfilerStubBuilder::IsEnableForceIC(GateRef glue) in IsEnableForceIC() function in panda::ecmascript::kungfu::ProfilerStubBuilder
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
H A Dpgo_profiler_test.cpp1461 EXPECT_TRUE(jsThread->IsEnableForceIC()); in HWTEST_F_L0()
1462 EXPECT_TRUE(jsOption.IsEnableForceIC()); in HWTEST_F_L0()
1463 EXPECT_TRUE(ecmascript::pgo::PGOProfilerManager::GetInstance()->IsEnableForceIC()); in HWTEST_F_L0()
1467 EXPECT_FALSE(jsThread->IsEnableForceIC()); in HWTEST_F_L0()
1468 EXPECT_FALSE(jsOption.IsEnableForceIC()); in HWTEST_F_L0()
1469 EXPECT_FALSE(ecmascript::pgo::PGOProfilerManager::GetInstance()->IsEnableForceIC()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.h299 bool IsEnableForceIC() const;
1006 IsEnableForceIC,
1239 return GetOffset<static_cast<size_t>(Index::IsEnableForceIC)>(isArch32);
H A Druntime.cpp63 PGOProfilerManager::GetInstance()->SetEnableForceIC(options.IsEnableForceIC()); in CreateIfFirstVm()
H A Djs_thread.cpp100 jsThread->glueData_.isEnableForceIC_ = ecmascript::pgo::PGOProfilerManager::GetInstance()->IsEnableForceIC(); in Create()
214 bool JSThread::IsEnableForceIC() const in IsEnableForceIC() function in panda::ecmascript::JSThread
H A Decma_vm.h167 bool PUBLIC_API IsEnableForceIC() const;
H A Decma_vm.cpp213 thread_->SetEnableForceIC(ecmascript::pgo::PGOProfilerManager::GetInstance()->IsEnableForceIC()); in ResetPGOProfiler()
H A Djs_runtime_options.h1094 bool IsEnableForceIC() const in IsEnableForceIC() function in panda::ecmascript::JSRuntimeOptions
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp5328 ecmascript::pgo::PGOProfilerManager::GetInstance()->SetEnableForceIC(jsOption.IsEnableForceIC()); in PostFork()

Completed in 29 milliseconds