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
476 …JSTaggedValue callTarget = GetDeoptValue(curDepth, static_cast<int32_t>(SpecVregIndex::FUNC_INDEX)… in ConstructAsmInterpretFrame() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp23 void PGOProfiler::ProfileCall(JSTaggedType func, JSTaggedType callTarget, int32_t pcOffset, SampleM… in ProfileCall()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp235 GateRef callTarget = acc_.GetValueIn(gate, numIns - 1); in ReplaceCallInput() local
268 GateRef callTarget = Circuit::NullGate(); in ReplaceAccessorInput() local
Dslowpath_lowering.cpp931 GateRef callTarget = acc_.GetValueIn(gate, numIns - callTargetIndex); // acc in LowerCallthisrangeImm8Imm8V8() local
956 GateRef callTarget = acc_.GetValueIn(gate, numIns - callTargetIndex); in LowerWideCallthisrangePrefImm16V8() local
990 GateRef callTarget = acc_.GetValueIn(gate, numArgs - callTargetIndex); in LowerCallrangeImm8Imm8V8() local
2860 GateRef callTarget = acc_.GetValueIn(gate, numIns - fixedInputsNum); // acc in LowerWideCallrangePrefImm16V8() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp470 Register callTarget(X2); in CallNativeWithArgv() local
935 Register callTarget(X4); in GeneratorReEnterAsmInterpDispatch() local
1103 …Register currentSlot, Register callTarget, Register thisObj, Register method, Register pc, Registe… in PushFrameState()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2328 …ECMAObject *callTarget = reinterpret_cast<ECMAObject*>(targetFunc.GetTaggedValue().GetTaggedObject… in CallBoundFunction() local
2450 JSTaggedValue callTarget(func); in StartCallTimer() local
2464 JSTaggedValue callTarget(func); in EndCallTimer() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp259 Register callTarget = rsi; in JSProxyCallInternalWithArgV() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h613 …ECMAObject *callTarget = reinterpret_cast<ECMAObject*>(info->GetFunctionValue().GetTaggedObject()); in ExecuteNative() local
640 ECMAObject *callTarget = reinterpret_cast<ECMAObject*>(func.GetTaggedValue().GetTaggedObject()); in Execute() local
Dinterpreter_assembly.cpp232 …ECMAObject *callTarget = reinterpret_cast<ECMAObject*>(info->GetFunctionValue().GetTaggedObject()); in Execute() local