Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Decma_vm.cpp198 bool isEnablePGOProfiler = IsEnablePGOProfiler(); in InitializePGOProfiler()
209 bool isEnablePGOProfiler = IsEnablePGOProfiler(); in ResetPGOProfiler()
227 bool EcmaVM::IsEnablePGOProfiler() const in IsEnablePGOProfiler() function in panda::ecmascript::EcmaVM
232 return options_.GetEnableAsmInterpreter() && options_.IsEnablePGOProfiler(); in IsEnablePGOProfiler()
H A Djs_function.cpp139 if (thread->GetEcmaVM()->IsEnablePGOProfiler()) { in GetOrCreateInitialJSHClass()
151 if (thread->GetEcmaVM()->IsEnablePGOProfiler()) { in GetOrCreateInitialJSHClass()
166 if (thread->GetEcmaVM()->IsEnablePGOProfiler()) { in PrototypeGetter()
185 if (!hclass->IsTS() && thread->GetEcmaVM()->IsEnablePGOProfiler()) { in PrototypeSetter()
195 bool enablePgo = thread->GetEcmaVM()->IsEnablePGOProfiler(); in PrototypeSetter()
204 if (thread->GetEcmaVM()->IsEnablePGOProfiler()) { in PrototypeSetter()
914 if (thread->GetEcmaVM()->IsEnablePGOProfiler()) { in GetOrCreateDerivedJSHClass()
H A Djs_hclass-inl.h339 if (thread->GetEcmaVM()->IsEnablePGOProfiler()) { in UpdateRootHClass()
H A Decma_vm.h165 bool PUBLIC_API IsEnablePGOProfiler() const;
H A Djs_runtime_options.h1104 bool IsEnablePGOProfiler() const in IsEnablePGOProfiler() function in panda::ecmascript::JSRuntimeOptions
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dclass_info_extractor.cpp247 if (!thread->GetEcmaVM()->IsEnablePGOProfiler()) { in CreateConstructorHClass()
464 if (thread->GetEcmaVM()->IsEnablePGOProfiler()) { in DefineClassFromExtractor()
578 if (thread->GetEcmaVM()->IsEnablePGOProfiler()) { in DefineClassWithIHClass()
H A Dprogram_object.h616 if (thread->GetEcmaVM()->IsEnablePGOProfiler() || thread->GetEcmaVM()->IsEnableElementsKind()) { in GetLiteralFromCache()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
H A Dpgo_profiler_test.cpp1376 EXPECT_TRUE(ecmaVM->IsEnablePGOProfiler()); in HWTEST_F_L0()
1402 EXPECT_TRUE(ecmaVM->IsEnablePGOProfiler()); in HWTEST_F_L0()
1404 EXPECT_FALSE(ecmaVM->IsEnablePGOProfiler()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackinfo.cpp258 !JsStackInfo::options->IsEnablePGOProfiler()) { in BuildCrashInfo()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h2570 if (thread->GetEcmaVM()->IsEnablePGOProfiler()) {

Completed in 28 milliseconds