Searched refs:ProfileCreateObject (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | profiler_operation.h | 99 inline void ProfileCreateObject(GateRef newObj) const in ProfileCreateObject() function
|
| D | profiler_stub_builder.h | 46 void ProfileCreateObject(
|
| D | profiler_stub_builder.cpp | 43 ProfileCreateObject(glue, pc, func, values[0], profileTypeInfo, format); in PGOProfiler() 186 void ProfilerStubBuilder::ProfileCreateObject( in ProfileCreateObject() function in panda::ecmascript::kungfu::ProfilerStubBuilder
|
| D | interpreter_stub.cpp | 4121 callback.ProfileCreateObject(res); in DECLARE_ASM_HANDLER() 4133 callback.ProfileCreateObject(res); in DECLARE_ASM_HANDLER()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.h | 59 void ProfileCreateObject(JSTaggedType object, ApEntityId abcId, int32_t traceId);
|
| D | pgo_profiler.cpp | 40 void PGOProfiler::ProfileCreateObject(JSTaggedType object, ApEntityId abcId, int32_t traceId) in ProfileCreateObject() function in panda::ecmascript::pgo::PGOProfiler
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | program_object.h | 354 … thread->GetEcmaVM()->GetPGOProfiler()->ProfileCreateObject(obj.GetTaggedType(), abcId, in GetLiteralFromCache()
|