| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | call_signature.h | 475 V(StartCallTimer) \
|
| D | hcr_circuit_builder.cpp | 276 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()
|
| D | slowpath_lowering.cpp | 2950 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()
|
| D | typed_bytecode_lowering.cpp | 1321 builder_.StartCallTimer(glue_, gate, {glue_, func, builder_.True()}, true); in LowerFastCall() 1330 builder_.StartCallTimer(glue_, gate, {glue_, func, builder_.True()}, true); in LowerCall()
|
| D | circuit_builder.h | 390 … void StartCallTimer(GateRef glue, GateRef gate, const std::vector<GateRef> &args, bool useLabel);
|
| D | call_signature.cpp | 2255 DEF_CALL_SIGNATURE(StartCallTimer) in DEF_CALL_SIGNATURE() argument
|
| D | interpreter_stub.cpp | 1117 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()
|
| D | stub_builder.cpp | 6761 CallNGCRuntime(glue, RTSTUB_ID(StartCallTimer), { glue, func, False()}); in JSCallDispatch()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_function.cpp | 450 RuntimeStubs::StartCallTimer(thread->GetGlueAddr(), mainFunc.GetTaggedType(), true); in InvokeOptimizedEntrypoint() 512 RuntimeStubs::StartCallTimer(thread->GetGlueAddr(), func.GetTaggedType(), true); in InvokeOptimizedEntrypoint()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 132 V(StartCallTimer) \ 474 static void StartCallTimer(uintptr_t argGlue, JSTaggedType func, bool isAot);
|
| D | runtime_stubs.cpp | 3163 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 | 868 RuntimeStubs::StartCallTimer(thread->GetGlueAddr(), func.GetTaggedType(), true); in GeneratorReEnterAot()
|
| D | interpreter_assembly.cpp | 260 … RuntimeStubs::StartCallTimer(thread->GetGlueAddr(), info->GetFunctionValue().GetRawData(), false); in Execute()
|