Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp356 ECMAObject *callTarget = reinterpret_cast<ECMAObject*>(target.GetTaggedObject()); in GetMethod() local
374 bool Deoptimizier::CollectVirtualRegisters(JSTaggedValue callTarget, Method *method, FrameWriter *f… in CollectVirtualRegisters()
467 void Deoptimizier::Dump(JSTaggedValue callTarget, kungfu::DeoptType type, size_t depth) in Dump()
538 …JSTaggedValue callTarget = GetDeoptValue(curDepth, static_cast<int32_t>(SpecVregIndex::FUNC_INDEX)… in ConstructAsmInterpretFrame() local
641 … JSTaggedValue callTarget = GetDeoptValue(i, static_cast<int32_t>(SpecVregIndex::FUNC_INDEX)); in UpdateAndDumpDeoptInfo() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.h83 static bool IsCompiledCodeFromCallTarget(const JSThread *thread, JSTaggedValue callTarget) in IsCompiledCodeFromCallTarget()
95 static bool IsFastCallFromCallTarget(const JSThread *thread, JSTaggedValue callTarget) in IsFastCallFromCallTarget()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp291 GateRef callTarget = acc_.GetValueIn(gate, numIns - 1); in ReplaceCallInput() local
325 GateRef callTarget = Circuit::NullGate(); in ReplaceAccessorInput() local
845 GateRef callTarget = info.GetReceiver(); in ReplaceSuperCallInput() local
Dslowpath_lowering.cpp1110 GateRef callTarget = acc_.GetValueIn(gate, numIns - callTargetIndex); // acc in LowerCallthisrangeImm8Imm8V8() local
1136 GateRef callTarget = acc_.GetValueIn(gate, numIns - callTargetIndex); in LowerWideCallthisrangePrefImm16V8() local
1172 GateRef callTarget = acc_.GetValueIn(gate, numArgs - callTargetIndex); in LowerCallrangeImm8Imm8V8() local
3125 int callTarget = CommonStubCSigns::NUM_OF_STUBS; in OptimizeDefineFuncForJit() local
3552 GateRef callTarget = acc_.GetValueIn(gate, numIns - fixedInputsNum); // acc in LowerWideCallrangePrefImm16V8() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp489 Register callTarget(X2); in CallNativeWithArgv() local
1474 Register callTarget(X4); in GeneratorReEnterAsmInterpDispatch() local
1681 …Register currentSlot, Register callTarget, Register thisObj, Register method, Register pc, Registe… in PushFrameState()
1802 Register &callTarget, Register &method, Register &pc, Register &temp) in CallBCStub()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3533 void RuntimeStubs::CopyCallTarget(uintptr_t argGlue, uintptr_t callTarget) in DEF_RUNTIME_STUBS()
3824 JSTaggedValue callTarget(func); in DEF_RUNTIME_STUBS() local
3839 JSTaggedValue callTarget(func); in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp348 Register callTarget = rsi; in JSProxyCallInternalWithArgV() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp622 …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.cpp215 …ECMAObject *callTarget = reinterpret_cast<ECMAObject*>(info->GetFunctionValue().GetTaggedObject()); in Execute() local