Home
last modified time | relevance | path

Searched refs:ProfileCall (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp140 vm_->GetPGOProfiler()->ProfileCall(JSTaggedValue::VALUE_UNDEFINED, func.GetTaggedType()); in HWTEST_F_L0()
197 vm_->GetPGOProfiler()->ProfileCall(JSTaggedValue::VALUE_UNDEFINED, func.GetTaggedType()); in HWTEST_F_L0()
200 vm_->GetPGOProfiler()->ProfileCall(JSTaggedValue::VALUE_UNDEFINED, func2.GetTaggedType()); in HWTEST_F_L0()
202 vm_->GetPGOProfiler()->ProfileCall(JSTaggedValue::VALUE_UNDEFINED, func1.GetTaggedType()); in HWTEST_F_L0()
259 vm_->GetPGOProfiler()->ProfileCall(JSTaggedValue::VALUE_UNDEFINED, func.GetTaggedType()); in HWTEST_F_L0()
261 vm_->GetPGOProfiler()->ProfileCall(JSTaggedValue::VALUE_UNDEFINED, func1.GetTaggedType()); in HWTEST_F_L0()
315 vm_->GetPGOProfiler()->ProfileCall(JSTaggedValue::VALUE_UNDEFINED, func.GetTaggedType()); in HWTEST_F_L0()
365 vm_->GetPGOProfiler()->ProfileCall(JSTaggedValue::VALUE_UNDEFINED, array.GetTaggedType()); in HWTEST_F_L0()
372 vm_->GetPGOProfiler()->ProfileCall(JSTaggedValue::VALUE_UNDEFINED, func.GetTaggedType()); in HWTEST_F_L0()
418 vm2->GetPGOProfiler()->ProfileCall(JSTaggedValue::VALUE_UNDEFINED, func.GetTaggedType()); in HWTEST_F_L0()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_operation.h49 inline void ProfileCall(GateRef func) const in ProfileCall() function
Dprofiler_stub_builder.h34 void ProfileCall(GateRef glue, GateRef pc, GateRef func, GateRef target);
Dprofiler_stub_builder.cpp28 ProfileCall(glue, pc, func, values[0]); in PGOProfiler()
190 void ProfilerStubBuilder::ProfileCall(GateRef glue, GateRef pc, GateRef func, GateRef target) in ProfileCall() function in panda::ecmascript::kungfu::ProfilerStubBuilder
213 CallNGCRuntime(glue, RTSTUB_ID(ProfileCall), { glue, func, target, offset, Int32(1)}); in ProfileCall()
Dcall_signature.h418 V(ProfileCall) \
Dcall_signature.cpp1412 DEF_CALL_SIGNATURE(ProfileCall) in DEF_CALL_SIGNATURE() argument
Dstub_builder.cpp5293 callback.ProfileCall(func); in JSCallDispatch()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h31 void ProfileCall(JSTaggedType func, JSTaggedType callTarget, int32_t pcOffset = -1,
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.h99 V(ProfileCall) \
357 …static void ProfileCall(uintptr_t argGlue, uintptr_t func, uintptr_t target, int32_t pcOffset, uin…
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
436 …thread->GetEcmaVM()->GetPGOProfiler()->ProfileCall(func, target, pcOffset, SampleMode::CALL_MODE, … in ProfileCall()
997 thread->GetEcmaVM()->GetPGOProfiler()->ProfileCall( in DEF_RUNTIME_STUBS()
2331 thread->GetEcmaVM()->GetPGOProfiler()->ProfileCall( in CallBoundFunction()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp290 … vm_->GetPGOProfiler()->ProfileCall(JSTaggedValue::VALUE_UNDEFINED, func.GetTaggedType()); in InvokeEcmaEntrypoint()
Djs_object.cpp813 profiler->ProfileCall(JSTaggedValue::VALUE_UNDEFINED, func.GetTaggedType()); in CallSetter()
839 profiler->ProfileCall(JSTaggedValue::VALUE_UNDEFINED, func.GetTaggedType()); in CallGetter()