Home
last modified time | relevance | path

Searched refs:ProfileCreateObject (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_operation.h99 inline void ProfileCreateObject(GateRef newObj) const in ProfileCreateObject() function
Dprofiler_stub_builder.h46 void ProfileCreateObject(
Dprofiler_stub_builder.cpp43 ProfileCreateObject(glue, pc, func, values[0], profileTypeInfo, format); in PGOProfiler()
186 void ProfilerStubBuilder::ProfileCreateObject( in ProfileCreateObject() function in panda::ecmascript::kungfu::ProfilerStubBuilder
Dinterpreter_stub.cpp4121 callback.ProfileCreateObject(res); in DECLARE_ASM_HANDLER()
4133 callback.ProfileCreateObject(res); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h59 void ProfileCreateObject(JSTaggedType object, ApEntityId abcId, int32_t traceId);
Dpgo_profiler.cpp40 void PGOProfiler::ProfileCreateObject(JSTaggedType object, ApEntityId abcId, int32_t traceId) in ProfileCreateObject() function in panda::ecmascript::pgo::PGOProfiler
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h354 … thread->GetEcmaVM()->GetPGOProfiler()->ProfileCreateObject(obj.GetTaggedType(), abcId, in GetLiteralFromCache()