Searched defs:callTarget (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | deoptimizer.cpp | 322 ECMAObject *callTarget = reinterpret_cast<ECMAObject*>(target.GetTaggedObject()); in GetMethod() local 340 bool Deoptimizier::CollectVirtualRegisters(JSTaggedValue callTarget, Method *method, FrameWriter *f… in CollectVirtualRegisters() 433 void Deoptimizier::Dump(JSTaggedValue callTarget, kungfu::DeoptType type, size_t depth) in Dump() 502 …JSTaggedValue callTarget = GetDeoptValue(curDepth, static_cast<int32_t>(SpecVregIndex::FUNC_INDEX)… in ConstructAsmInterpretFrame() local 583 … JSTaggedValue callTarget = GetDeoptValue(i, static_cast<int32_t>(SpecVregIndex::FUNC_INDEX)); in UpdateAndDumpDeoptInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_function.h | 78 static bool IsCompiledCodeFromCallTarget(JSTaggedValue callTarget) in IsCompiledCodeFromCallTarget() 90 static bool IsFastCallFromCallTarget(JSTaggedValue callTarget) in IsFastCallFromCallTarget()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | ets_vm_plugin.cpp | 120 auto callTarget = GetString(env, jsargv[0]); in CallEtsFunctionImpl() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ts_inline_lowering.cpp | 281 GateRef callTarget = acc_.GetValueIn(gate, numIns - 1); in ReplaceCallInput() local 315 GateRef callTarget = Circuit::NullGate(); in ReplaceAccessorInput() local
|
| D | slowpath_lowering.cpp | 1031 GateRef callTarget = acc_.GetValueIn(gate, numIns - callTargetIndex); // acc in LowerCallthisrangeImm8Imm8V8() local 1057 GateRef callTarget = acc_.GetValueIn(gate, numIns - callTargetIndex); in LowerWideCallthisrangePrefImm16V8() local 1093 GateRef callTarget = acc_.GetValueIn(gate, numArgs - callTargetIndex); in LowerCallrangeImm8Imm8V8() local 3172 GateRef callTarget = acc_.GetValueIn(gate, numIns - fixedInputsNum); // acc in LowerWideCallrangePrefImm16V8() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | asm_interpreter_call.cpp | 481 Register callTarget(X2); in CallNativeWithArgv() local 1550 Register callTarget(X4); in GeneratorReEnterAsmInterpDispatch() local 1753 …Register currentSlot, Register callTarget, Register thisObj, Register method, Register pc, Registe… in PushFrameState() 1873 Register &callTarget, Register &method, Register &pc, Register &temp) in CallBCStub()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | optimized_call.cpp | 348 Register callTarget = rsi; in JSProxyCallInternalWithArgV() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 3675 JSTaggedValue callTarget(func); in StartCallTimer() local 3690 JSTaggedValue callTarget(func); in EndCallTimer() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter-inl.cpp | 614 …ECMAObject *callTarget = reinterpret_cast<ECMAObject*>(info->GetFunctionValue().GetTaggedObject()); in ExecuteNative() local 655 ECMAObject *callTarget = reinterpret_cast<ECMAObject*>(func.GetTaggedValue().GetTaggedObject()); in Execute() local
|
| D | interpreter_assembly.cpp | 214 …ECMAObject *callTarget = reinterpret_cast<ECMAObject*>(info->GetFunctionValue().GetTaggedObject()); in Execute() local
|