Searched defs:callTarget (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | deoptimizer.cpp | 356 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/ |
| D | js_function.h | 83 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/ |
| D | ts_inline_lowering.cpp | 291 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
|
| D | slowpath_lowering.cpp | 1110 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/ |
| D | asm_interpreter_call.cpp | 489 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/ |
| D | runtime_stubs.cpp | 3533 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/ |
| D | optimized_call.cpp | 348 Register callTarget = rsi; in JSProxyCallInternalWithArgV() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 622 …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 | 215 …ECMAObject *callTarget = reinterpret_cast<ECMAObject*>(info->GetFunctionValue().GetTaggedObject()); in Execute() local
|