Searched defs:callTarget (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | deoptimizer.cpp | 153 ECMAObject *callTarget = reinterpret_cast<ECMAObject*>(target.GetTaggedObject()); in GetMethod() local 290 JSTaggedValue callTarget = GetFrameArgv(kungfu::CommonArgIdx::FUNC); in ConstructAsmInterpretFrame() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ts_inline_lowering.cpp | 197 GateRef callTarget = acc_.GetValueIn(gate, numIns - 1); in ReplaceCallInput() local
|
| D | slowpath_lowering.cpp | 1046 GateRef callTarget = acc_.GetValueIn(gate, numIns - callTargetIndex); // acc in LowerCallthisrangeImm8Imm8V8() local 1073 GateRef callTarget = acc_.GetValueIn(gate, numIns - callTargetIndex); in LowerWideCallthisrangePrefImm16V8() local 1104 GateRef callTarget = acc_.GetValueIn(gate, numArgs - callTargetIndex); in LowerCallrangeImm8Imm8V8() local 3519 GateRef callTarget = acc_.GetValueIn(gate, numIns - fixedInputsNum); // acc in LowerWideCallrangePrefImm16V8() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | asm_interpreter_call.cpp | 467 Register callTarget(X2); in CallNativeWithArgv() local 916 Register callTarget(X4); in GeneratorReEnterAsmInterpDispatch() local 1084 …Register currentSlot, Register callTarget, Register thisObj, Register method, Register pc, Registe… in PushFrameState()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.h | 602 …ECMAObject *callTarget = reinterpret_cast<ECMAObject*>(info->GetFunctionValue().GetTaggedObject()); in ExecuteNative() local 628 ECMAObject *callTarget = reinterpret_cast<ECMAObject*>(func.GetTaggedValue().GetTaggedObject()); in Execute() local
|
| D | interpreter_assembly.cpp | 226 …ECMAObject *callTarget = reinterpret_cast<ECMAObject*>(info->GetFunctionValue().GetTaggedObject()); in Execute() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | optimized_call.cpp | 285 Register callTarget = rdx; in JSProxyCallInternalWithArgV() local
|