Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_operation.h79 inline void ProfileCreateObject(GateRef newObj) const in ProfileCreateObject() function
Dprofiler_stub_builder.h37 void ProfileCreateObject(GateRef glue, GateRef pc, GateRef func, GateRef newObj);
Dprofiler_stub_builder.cpp37 ProfileCreateObject(glue, pc, func, values[0]); in PGOProfiler()
124 void ProfilerStubBuilder::ProfileCreateObject(GateRef glue, GateRef pc, GateRef func, GateRef newOb… in ProfileCreateObject() function in panda::ecmascript::kungfu::ProfilerStubBuilder
162 … CallNGCRuntime(glue, RTSTUB_ID(ProfileCreateObject), { glue, func, offset, newObj, *traceId }); in ProfileCreateObject()
Dnew_object_stub_builder.cpp526 callback.ProfileCreateObject(ret); in CreateEmptyArray()
554 callback.ProfileCreateObject(ret); in CreateArrayWithBuffer()
Dcall_signature.h420 V(ProfileCreateObject) \
Dcall_signature.cpp1449 DEF_CALL_SIGNATURE(ProfileCreateObject) in DEF_CALL_SIGNATURE() argument
Dinterpreter_stub.cpp430 callback.ProfileCreateObject(res); in DECLARE_ASM_HANDLER()
3857 callback.ProfileCreateObject(res); in DECLARE_ASM_HANDLER()
3869 callback.ProfileCreateObject(res); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h34 … void ProfileCreateObject(JSTaggedType func, int32_t offset, JSTaggedType newObj, int32_t traceId);
Dpgo_profiler.cpp157 void PGOProfiler::ProfileCreateObject(JSTaggedType func, int32_t offset, JSTaggedType newObj, int32… in ProfileCreateObject() function in panda::ecmascript::PGOProfiler
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h101 V(ProfileCreateObject) \
359 static void ProfileCreateObject(
Druntime_stubs.cpp451 void RuntimeStubs::ProfileCreateObject( in ProfileCreateObject() function in panda::ecmascript::RuntimeStubs
455 thread->GetEcmaVM()->GetPGOProfiler()->ProfileCreateObject(func, offset, newObj, traceId); in ProfileCreateObject()