| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | call_signature.h | 459 V(StartCallTimer) \
|
| D | slowpath_lowering.cpp | 3034 builder_.StartCallTimer(glue_, gate, {glue_, func, builder_.True()}, true); in LowerFastCall() 3044 builder_.StartCallTimer(glue_, gate, {glue_, func, builder_.True()}, true); in LowerFastCall() 3064 builder_.StartCallTimer(glue_, gate, {glue_, func, builder_.True()}, true); in LowerFastCall() 3074 builder_.StartCallTimer(glue_, gate, {glue_, func, builder_.True()}, true); in LowerFastCall() 3087 builder_.StartCallTimer(glue_, gate, {glue_, func, builder_.True()}, true); in LowerFastCall() 3095 builder_.StartCallTimer(glue_, gate, {glue_, func, builder_.True()}, true); in LowerFastCall()
|
| D | ts_hcr_lowering.cpp | 1136 builder_.StartCallTimer(glue_, gate, {glue_, func, builder_.True()}, true); in LowerFastCall() 1145 builder_.StartCallTimer(glue_, gate, {glue_, func, builder_.True()}, true); in LowerCall()
|
| D | circuit_builder.cpp | 921 void CircuitBuilder::StartCallTimer(GateRef glue, GateRef gate, const std::vector<GateRef> &args, b… in StartCallTimer() function in panda::ecmascript::kungfu::CircuitBuilder 928 CallNGCRuntime(glue, gate, RTSTUB_ID(StartCallTimer), args, useLabel); in StartCallTimer()
|
| D | circuit_builder.h | 404 … void StartCallTimer(GateRef glue, GateRef gate, const std::vector<GateRef> &args, bool useLabel);
|
| D | call_signature.cpp | 1921 DEF_CALL_SIGNATURE(StartCallTimer) in DEF_CALL_SIGNATURE() argument
|
| D | interpreter_stub.cpp | 963 CallNGCRuntime(glue, RTSTUB_ID(StartCallTimer), { glue, curFunc, False() }); in DECLARE_ASM_HANDLER() 993 CallNGCRuntime(glue, RTSTUB_ID(StartCallTimer), { glue, curFunc, False() }); in DECLARE_ASM_HANDLER()
|
| D | stub_builder.cpp | 5153 CallNGCRuntime(glue, RTSTUB_ID(StartCallTimer), { glue, func, False()}); in JSCallDispatch()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_function.cpp | 338 RuntimeStubs::StartCallTimer(thread->GetGlueAddr(), mainFunc.GetTaggedType(), true); in InvokeOptimizedEntrypoint() 400 RuntimeStubs::StartCallTimer(thread->GetGlueAddr(), func.GetTaggedType(), true); in InvokeOptimizedEntrypoint()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 124 V(StartCallTimer) \ 385 static void StartCallTimer(uintptr_t argGlue, JSTaggedType func, bool isAot);
|
| D | runtime_stubs.cpp | 2447 void RuntimeStubs::StartCallTimer(uintptr_t argGlue, JSTaggedType func, bool isAot) in StartCallTimer() function in panda::ecmascript::RuntimeStubs
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 835 RuntimeStubs::StartCallTimer(thread->GetGlueAddr(), func.GetTaggedType(), true); in GeneratorReEnterAot()
|
| D | interpreter_assembly.cpp | 257 … RuntimeStubs::StartCallTimer(thread->GetGlueAddr(), info->GetFunctionValue().GetRawData(), false); in Execute()
|