Searched refs:ProfileCreateObject (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | profiler_operation.h | 79 inline void ProfileCreateObject(GateRef newObj) const in ProfileCreateObject() function
|
| D | profiler_stub_builder.h | 37 void ProfileCreateObject(GateRef glue, GateRef pc, GateRef func, GateRef newObj);
|
| D | profiler_stub_builder.cpp | 37 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()
|
| D | new_object_stub_builder.cpp | 526 callback.ProfileCreateObject(ret); in CreateEmptyArray() 554 callback.ProfileCreateObject(ret); in CreateArrayWithBuffer()
|
| D | call_signature.h | 420 V(ProfileCreateObject) \
|
| D | call_signature.cpp | 1449 DEF_CALL_SIGNATURE(ProfileCreateObject) in DEF_CALL_SIGNATURE() argument
|
| D | interpreter_stub.cpp | 430 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/ |
| D | pgo_profiler.h | 34 … void ProfileCreateObject(JSTaggedType func, int32_t offset, JSTaggedType newObj, int32_t traceId);
|
| D | pgo_profiler.cpp | 157 void PGOProfiler::ProfileCreateObject(JSTaggedType func, int32_t offset, JSTaggedType newObj, int32… in ProfileCreateObject() function in panda::ecmascript::PGOProfiler
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 101 V(ProfileCreateObject) \ 359 static void ProfileCreateObject(
|
| D | runtime_stubs.cpp | 451 void RuntimeStubs::ProfileCreateObject( in ProfileCreateObject() function in panda::ecmascript::RuntimeStubs 455 thread->GetEcmaVM()->GetPGOProfiler()->ProfileCreateObject(func, offset, newObj, traceId); in ProfileCreateObject()
|