/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 181 V(StartCallTimer) \
|
H A D | runtime_stubs.h | 151 static void StartCallTimer(uintptr_t argGlue, JSTaggedType func, bool isAot);
|
H A D | runtime_stubs.cpp | 3693 void RuntimeStubs::StartCallTimer(uintptr_t argGlue, JSTaggedType func, bool isAot) in StartCallTimer() function in panda::ecmascript::RuntimeStubs
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | slowpath_lowering.cpp | 1912 builder_.StartCallTimer(glue_, gate, {glue_, func, builder_.True()}, true); in CallNGCRuntimeWithCallTimer() 3419 builder_.StartCallTimer(glue_, gate, {glue_, func, builder_.True()}, true); in LowerNewFastCall() 3427 builder_.StartCallTimer(glue_, gate, {glue_, func, builder_.True()}, true); in LowerNewFastCall() 3442 builder_.StartCallTimer(glue_, gate, {glue_, func, builder_.True()}, true); in LowerNewFastCall() 3450 builder_.StartCallTimer(glue_, gate, {glue_, func, builder_.True()}, true); in LowerNewFastCall() 3461 builder_.StartCallTimer(glue_, gate, {glue_, func, builder_.True()}, true); in LowerNewFastCall() 3507 builder_.StartCallTimer(glue_, gate, {glue_, func, builder_.True()}, true); in LowerFastCall() 3517 builder_.StartCallTimer(glue_, gate, {glue_, func, builder_.True()}, true); in LowerFastCall() 3536 builder_.StartCallTimer(glue_, gate, {glue_, func, builder_.True()}, true); in LowerFastCall() 3546 builder_.StartCallTimer(glue in LowerFastCall() [all...] |
H A D | hcr_circuit_builder.cpp | 282 void CircuitBuilder::StartCallTimer(GateRef glue, GateRef gate, const std::vector<GateRef> &args, bool useLabel) in StartCallTimer() function in panda::ecmascript::kungfu::CircuitBuilder 289 CallNGCRuntime(glue, gate, RTSTUB_ID(StartCallTimer), args, useLabel); in StartCallTimer()
|
H A D | call_signature.h | 567 V(StartCallTimer) \
|
H A D | typed_bytecode_lowering.cpp | 1672 builder_.StartCallTimer(glue_, gate, {glue_, func, builder_.True()}, true); in LowerFastCall() 1681 builder_.StartCallTimer(glue_, gate, {glue_, func, builder_.True()}, true); in LowerCall()
|
H A D | call_stub_builder.cpp | 99 CallNGCRuntime(glue_, RTSTUB_ID(StartCallTimer, { glue_, func_, False()}));
in JSCallInit()
|
H A D | call_signature.cpp | 2767 DEF_CALL_SIGNATURE(StartCallTimer) in DEF_CALL_SIGNATURE() 2769 CallSignature index("StartCallTimer", 0, 3, ArgumentsOrder::DEFAULT_ORDER, VariableType::VOID()); in DEF_CALL_SIGNATURE()
|
H A D | circuit_builder.h | 453 void StartCallTimer(GateRef glue, GateRef gate, const std::vector<GateRef> &args, bool useLabel);
|
H A D | interpreter_stub.cpp | 1332 CallNGCRuntime(glue, RTSTUB_ID(StartCallTimer), { glue, curFunc, False() });
in DECLARE_ASM_HANDLER() 1368 CallNGCRuntime(glue, RTSTUB_ID(StartCallTimer), { glue, curFunc, False() });
in DECLARE_ASM_HANDLER()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_function.cpp | 524 RuntimeStubs::StartCallTimer(thread->GetGlueAddr(), mainFunc.GetTaggedType(), true); in InvokeOptimizedEntrypoint() 585 RuntimeStubs::StartCallTimer(thread->GetGlueAddr(), func.GetTaggedType(), true); in InvokeOptimizedEntrypoint()
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 2108 CallNGCRuntime(glue, RTSTUB_ID(StartCallTimer), { glue, curFunc, False() }); in GenerateCircuit() 4777 CallNGCRuntime(glue, RTSTUB_ID(StartCallTimer), { glue, curFunc, False() }); in GenerateCircuit()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | interpreter-inl.cpp | 876 RuntimeStubs::StartCallTimer(thread->GetGlueAddr(), func.GetTaggedType(), true); in GeneratorReEnterAot()
|
H A D | interpreter_assembly.cpp | 255 RuntimeStubs::StartCallTimer(thread->GetGlueAddr(), info->GetFunctionValue().GetRawData(), false); in Execute()
|