Home
last modified time | relevance | path

Searched defs:callTarget (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp305 ECMAObject *callTarget = reinterpret_cast<ECMAObject*>(target.GetTaggedObject()); in GetMethod() local
482 …JSTaggedValue callTarget = GetDeoptValue(curDepth, static_cast<int32_t>(SpecVregIndex::FUNC_INDEX)… in ConstructAsmInterpretFrame() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp274 GateRef callTarget = acc_.GetValueIn(gate, numIns - 1); in ReplaceCallInput() local
307 GateRef callTarget = Circuit::NullGate(); in ReplaceAccessorInput() local
Dslowpath_lowering.cpp989 GateRef callTarget = acc_.GetValueIn(gate, numIns - callTargetIndex); // acc in LowerCallthisrangeImm8Imm8V8() local
1014 GateRef callTarget = acc_.GetValueIn(gate, numIns - callTargetIndex); in LowerWideCallthisrangePrefImm16V8() local
1048 GateRef callTarget = acc_.GetValueIn(gate, numArgs - callTargetIndex); in LowerCallrangeImm8Imm8V8() local
2774 GateRef callTarget = acc_.GetValueIn(gate, numIns - fixedInputsNum); // acc in LowerWideCallrangePrefImm16V8() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp487 Register callTarget(X2); in CallNativeWithArgv() local
1006 Register callTarget(X4); in GeneratorReEnterAsmInterpDispatch() local
1174 …Register currentSlot, Register callTarget, Register thisObj, Register method, Register pc, Registe… in PushFrameState()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_value_call.cpp363 auto callTarget = GetString(env, jsargv[0]); in CallEtsFunctionImpl() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp259 Register callTarget = rsi; in JSProxyCallInternalWithArgV() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3166 JSTaggedValue callTarget(func); in StartCallTimer() local
3180 JSTaggedValue callTarget(func); in EndCallTimer() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h634 …ECMAObject *callTarget = reinterpret_cast<ECMAObject*>(info->GetFunctionValue().GetTaggedObject()); in ExecuteNative() local
663 ECMAObject *callTarget = reinterpret_cast<ECMAObject*>(func.GetTaggedValue().GetTaggedObject()); in Execute() local
Dinterpreter_assembly.cpp235 …ECMAObject *callTarget = reinterpret_cast<ECMAObject*>(info->GetFunctionValue().GetTaggedObject()); in Execute() local