Home
last modified time | relevance | path

Searched defs:ProfileCall (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_operation.h49 inline void ProfileCall(GateRef func) const in ProfileCall() function
Dprofiler_stub_builder.cpp190 void ProfilerStubBuilder::ProfileCall(GateRef glue, GateRef pc, GateRef func, GateRef target) in ProfileCall() function in panda::ecmascript::kungfu::ProfilerStubBuilder
Dcall_signature.cpp1412 DEF_CALL_SIGNATURE(ProfileCall) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp23 void PGOProfiler::ProfileCall(JSTaggedType func, JSTaggedType callTarget, int32_t pcOffset, SampleM… in ProfileCall() function in panda::ecmascript::PGOProfiler
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp433 void RuntimeStubs::ProfileCall(uintptr_t argGlue, uintptr_t func, uintptr_t target, int32_t pcOffse… in ProfileCall() function in panda::ecmascript::RuntimeStubs