Searched defs:callTarget (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | deoptimizer.cpp | 305 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/ |
| D | ts_inline_lowering.cpp | 274 GateRef callTarget = acc_.GetValueIn(gate, numIns - 1); in ReplaceCallInput() local 307 GateRef callTarget = Circuit::NullGate(); in ReplaceAccessorInput() local
|
| D | slowpath_lowering.cpp | 989 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/ |
| D | asm_interpreter_call.cpp | 487 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/ |
| D | js_value_call.cpp | 363 auto callTarget = GetString(env, jsargv[0]); in CallEtsFunctionImpl() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | optimized_call.cpp | 259 Register callTarget = rsi; in JSProxyCallInternalWithArgV() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 3166 JSTaggedValue callTarget(func); in StartCallTimer() local 3180 JSTaggedValue callTarget(func); in EndCallTimer() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 634 …ECMAObject *callTarget = reinterpret_cast<ECMAObject*>(info->GetFunctionValue().GetTaggedObject()); in ExecuteNative() local 663 ECMAObject *callTarget = reinterpret_cast<ECMAObject*>(func.GetTaggedValue().GetTaggedObject()); in Execute() local
|
| D | interpreter_assembly.cpp | 235 …ECMAObject *callTarget = reinterpret_cast<ECMAObject*>(info->GetFunctionValue().GetTaggedObject()); in Execute() local
|