| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | call_signature.h | 460 V(EndCallTimer) \
|
| D | slowpath_lowering.cpp | 3039 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()
|
| D | ts_hcr_lowering.cpp | 1138 builder_.EndCallTimer(glue_, gate, {glue_, func}, true); in LowerFastCall() 1147 builder_.EndCallTimer(glue_, gate, {glue_, func}, true); in LowerCall()
|
| D | interpreter_stub.cpp | 2333 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()
|
| D | circuit_builder.cpp | 932 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()
|
| D | circuit_builder.h | 405 void EndCallTimer(GateRef glue, GateRef gate, const std::vector<GateRef> &args, bool useLabel);
|
| D | call_signature.cpp | 1936 DEF_CALL_SIGNATURE(EndCallTimer) in DEF_CALL_SIGNATURE() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_function.cpp | 352 RuntimeStubs::EndCallTimer(thread->GetGlueAddr(), mainFunc.GetTaggedType()); in InvokeOptimizedEntrypoint() 415 RuntimeStubs::EndCallTimer(thread->GetGlueAddr(), func.GetTaggedType()); in InvokeOptimizedEntrypoint()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 125 V(EndCallTimer) 386 static void EndCallTimer(uintptr_t argGlue, JSTaggedType func);
|
| D | runtime_stubs.cpp | 2461 void RuntimeStubs::EndCallTimer(uintptr_t argGlue, JSTaggedType func) in EndCallTimer() function in panda::ecmascript::RuntimeStubs
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 839 RuntimeStubs::EndCallTimer(thread->GetGlueAddr(), func.GetTaggedType()); in GeneratorReEnterAot()
|