Home
last modified time | relevance | path

Searched refs:StartCallTimer (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h181 V(StartCallTimer) \
H A Druntime_stubs.h151 static void StartCallTimer(uintptr_t argGlue, JSTaggedType func, bool isAot);
H A Druntime_stubs.cpp3693 void RuntimeStubs::StartCallTimer(uintptr_t argGlue, JSTaggedType func, bool isAot) in StartCallTimer() function in panda::ecmascript::RuntimeStubs
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dslowpath_lowering.cpp1912 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 Dhcr_circuit_builder.cpp282 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 Dcall_signature.h567 V(StartCallTimer) \
H A Dtyped_bytecode_lowering.cpp1672 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 Dcall_stub_builder.cpp99 CallNGCRuntime(glue_, RTSTUB_ID(StartCallTimer, { glue_, func_, False()})); in JSCallInit()
H A Dcall_signature.cpp2767 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 Dcircuit_builder.h453 void StartCallTimer(GateRef glue, GateRef gate, const std::vector<GateRef> &args, bool useLabel);
H A Dinterpreter_stub.cpp1332 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 Djs_function.cpp524 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 Dbaseline_stubs.cpp2108 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 Dinterpreter-inl.cpp876 RuntimeStubs::StartCallTimer(thread->GetGlueAddr(), func.GetTaggedType(), true); in GeneratorReEnterAot()
H A Dinterpreter_assembly.cpp255 RuntimeStubs::StartCallTimer(thread->GetGlueAddr(), info->GetFunctionValue().GetRawData(), false); in Execute()

Completed in 107 milliseconds