Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.h475 V(StartCallTimer) \
Dhcr_circuit_builder.cpp276 void CircuitBuilder::StartCallTimer(GateRef glue, GateRef gate, const std::vector<GateRef> &args, b… in StartCallTimer() function in panda::ecmascript::kungfu::CircuitBuilder
283 CallNGCRuntime(glue, gate, RTSTUB_ID(StartCallTimer), args, useLabel); in StartCallTimer()
Dslowpath_lowering.cpp2950 builder_.StartCallTimer(glue_, gate, {glue_, func, builder_.True()}, true); in LowerFastCall()
2960 builder_.StartCallTimer(glue_, gate, {glue_, func, builder_.True()}, true); in LowerFastCall()
2980 builder_.StartCallTimer(glue_, gate, {glue_, func, builder_.True()}, true); in LowerFastCall()
2990 builder_.StartCallTimer(glue_, gate, {glue_, func, builder_.True()}, true); in LowerFastCall()
3004 builder_.StartCallTimer(glue_, gate, {glue_, func, builder_.True()}, true); in LowerFastCall()
3012 builder_.StartCallTimer(glue_, gate, {glue_, func, builder_.True()}, true); in LowerFastCall()
Dtyped_bytecode_lowering.cpp1321 builder_.StartCallTimer(glue_, gate, {glue_, func, builder_.True()}, true); in LowerFastCall()
1330 builder_.StartCallTimer(glue_, gate, {glue_, func, builder_.True()}, true); in LowerCall()
Dcircuit_builder.h390 … void StartCallTimer(GateRef glue, GateRef gate, const std::vector<GateRef> &args, bool useLabel);
Dcall_signature.cpp2255 DEF_CALL_SIGNATURE(StartCallTimer) in DEF_CALL_SIGNATURE() argument
Dinterpreter_stub.cpp1117 CallNGCRuntime(glue, RTSTUB_ID(StartCallTimer), { glue, curFunc, False() }); in DECLARE_ASM_HANDLER()
1147 CallNGCRuntime(glue, RTSTUB_ID(StartCallTimer), { glue, curFunc, False() }); in DECLARE_ASM_HANDLER()
Dstub_builder.cpp6761 CallNGCRuntime(glue, RTSTUB_ID(StartCallTimer), { glue, func, False()}); in JSCallDispatch()
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp450 RuntimeStubs::StartCallTimer(thread->GetGlueAddr(), mainFunc.GetTaggedType(), true); in InvokeOptimizedEntrypoint()
512 RuntimeStubs::StartCallTimer(thread->GetGlueAddr(), func.GetTaggedType(), true); in InvokeOptimizedEntrypoint()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h132 V(StartCallTimer) \
474 static void StartCallTimer(uintptr_t argGlue, JSTaggedType func, bool isAot);
Druntime_stubs.cpp3163 void RuntimeStubs::StartCallTimer(uintptr_t argGlue, JSTaggedType func, bool isAot) in StartCallTimer() function in panda::ecmascript::RuntimeStubs
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h868 RuntimeStubs::StartCallTimer(thread->GetGlueAddr(), func.GetTaggedType(), true); in GeneratorReEnterAot()
Dinterpreter_assembly.cpp260 … RuntimeStubs::StartCallTimer(thread->GetGlueAddr(), info->GetFunctionValue().GetRawData(), false); in Execute()