Home
last modified time | relevance | path

Searched refs:EndCallTimer (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.h460 V(EndCallTimer) \
Dslowpath_lowering.cpp3039 builder_.EndCallTimer(glue_, gate, {glue_, func}, true); in LowerFastCall()
3049 builder_.EndCallTimer(glue_, gate, {glue_, func}, true); in LowerFastCall()
3069 builder_.EndCallTimer(glue_, gate, {glue_, func}, true); in LowerFastCall()
3079 builder_.EndCallTimer(glue_, gate, {glue_, func}, true); in LowerFastCall()
3092 builder_.EndCallTimer(glue_, gate, {glue_, func}, true); in LowerFastCall()
3100 builder_.EndCallTimer(glue_, gate, {glue_, func}, true); in LowerFastCall()
Dts_hcr_lowering.cpp1138 builder_.EndCallTimer(glue_, gate, {glue_, func}, true); in LowerFastCall()
1147 builder_.EndCallTimer(glue_, gate, {glue_, func}, true); in LowerCall()
Dinterpreter_stub.cpp2333 CallNGCRuntime(glue, RTSTUB_ID(EndCallTimer), { glue, curFunc }); in DECLARE_ASM_HANDLER()
2396 CallNGCRuntime(glue, RTSTUB_ID(EndCallTimer), { glue, curFunc }); in DECLARE_ASM_HANDLER()
2472 CallNGCRuntime(glue, RTSTUB_ID(EndCallTimer), { glue, curFunc }); in DECLARE_ASM_HANDLER()
2547 CallNGCRuntime(glue, RTSTUB_ID(EndCallTimer), { glue, curFunc }); in DECLARE_ASM_HANDLER()
2880 CallNGCRuntime(glue, RTSTUB_ID(EndCallTimer), { glue, curFunc }); in DECLARE_ASM_HANDLER()
Dcircuit_builder.cpp932 void CircuitBuilder::EndCallTimer(GateRef glue, GateRef gate, const std::vector<GateRef> &args, boo… in EndCallTimer() function in panda::ecmascript::kungfu::CircuitBuilder
939 CallNGCRuntime(glue, gate, RTSTUB_ID(EndCallTimer), args, useLabel); in EndCallTimer()
Dcircuit_builder.h405 void EndCallTimer(GateRef glue, GateRef gate, const std::vector<GateRef> &args, bool useLabel);
Dcall_signature.cpp1936 DEF_CALL_SIGNATURE(EndCallTimer) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp352 RuntimeStubs::EndCallTimer(thread->GetGlueAddr(), mainFunc.GetTaggedType()); in InvokeOptimizedEntrypoint()
415 RuntimeStubs::EndCallTimer(thread->GetGlueAddr(), func.GetTaggedType()); in InvokeOptimizedEntrypoint()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h125 V(EndCallTimer)
386 static void EndCallTimer(uintptr_t argGlue, JSTaggedType func);
Druntime_stubs.cpp2461 void RuntimeStubs::EndCallTimer(uintptr_t argGlue, JSTaggedType func) in EndCallTimer() function in panda::ecmascript::RuntimeStubs
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h839 RuntimeStubs::EndCallTimer(thread->GetGlueAddr(), func.GetTaggedType()); in GeneratorReEnterAot()