Home
last modified time | relevance | path

Searched refs:GetPGOProfiler (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp113 thread->GetEcmaVM()->GetPGOProfiler()->ProfileClassRootHClass(fun.GetTaggedType(), in GetOrCreateInitialJSHClass()
124 …thread->GetEcmaVM()->GetPGOProfiler()->ProfileClassRootHClass(fun.GetTaggedType(), hclass.GetTagge… in GetOrCreateInitialJSHClass()
135 thread->GetEcmaVM()->GetPGOProfiler()->ProfileClassRootHClass(func.GetTaggedType(), in PrototypeGetter()
825 thread->GetEcmaVM()->GetPGOProfiler()->ProfileClassRootHClass(derived.GetTaggedType(), in GetOrCreateDerivedJSHClass()
Decma_vm.h487 std::shared_ptr<PGOProfiler> GetPGOProfiler() const in GetPGOProfiler() function
Decma_vm.cpp481 GetPGOProfiler()->ProcessReferences(visitor); in ProcessReferences()
Djs_hclass.cpp429 thread->GetEcmaVM()->GetPGOProfiler()->UpdateRootProfileType(*hclass, *newProtoClass); in OptimizePrototypeForIC()
602 thread->GetEcmaVM()->GetPGOProfiler()->UpdateTrackElementsKind(trackInfoVal, newKind); in TransitToElementsKind()
Djs_object.cpp111 thread->GetEcmaVM()->GetPGOProfiler()->UpdateTrackArrayLength(trackInfo, newCapacity); in GrowElementsCapacity()
/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_evacuator.cpp68 …heap_->GetEcmaVM()->GetPGOProfiler()->UpdateTrackSpaceFlag(trackInfo, RegionSpaceFlag::IN_OLD_SPAC… in UpdateTrackInfo()
Dheap.cpp402 GetEcmaVM()->GetPGOProfiler()->WaitPGODumpPause(); in CollectGarbage()
457 GetEcmaVM()->GetPGOProfiler()->WaitPGODumpResume(); in CollectGarbage()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h354 … thread->GetEcmaVM()->GetPGOProfiler()->ProfileCreateObject(obj.GetTaggedType(), abcId, in GetLiteralFromCache()
Dclass_info_extractor.cpp449 thread->GetEcmaVM()->GetPGOProfiler()->ProfileDefineClass(constructor.GetTaggedType()); in DefineClassFromExtractor()
550 thread->GetEcmaVM()->GetPGOProfiler()->ProfileDefineClass(constructor.GetTaggedType()); in DefineClassWithIHClass()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp256 vm_->GetPGOProfiler()->SetSaveTimestamp(std::chrono::system_clock::now()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp522 thread->GetEcmaVM()->GetPGOProfiler()->UpdateTrackElementsKind(trackInfoVal, kind); in DEF_RUNTIME_STUBS()
1404 thread->GetEcmaVM()->GetPGOProfiler()->PGODump(thisFunc.GetTaggedType()); in DEF_RUNTIME_STUBS()
1412 thread->GetEcmaVM()->GetPGOProfiler()->PGOPreDump(thisFunc.GetTaggedType()); in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h2341 thread->GetEcmaVM()->GetPGOProfiler()->ProfileDefineGetterSetter( in RuntimeDefineGetterSetterByValue()