Home
last modified time | relevance | path

Searched defs:callTarget (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dets_vm_plugin.cpp120 auto callTarget = GetString(env, jsargv[0]); in CallEtsFunctionImpl() local
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H A Ddeoptimizer.cpp323 ECMAObject *callTarget = reinterpret_cast<ECMAObject*>(target.GetTaggedObject()); in GetMethod() local
341 bool Deoptimizier::CollectVirtualRegisters(JSTaggedValue callTarget, Method *method, FrameWriter *frameWriter, in CollectVirtualRegisters() argument
434 void Deoptimizier::Dump(JSTaggedValue callTarget, kungfu::DeoptType type, size_t depth) in Dump() argument
503 JSTaggedValue callTarget = GetDeoptValue(curDepth, static_cast<int32_t>(SpecVregIndex::FUNC_INDEX)); ConstructAsmInterpretFrame() local
584 JSTaggedValue callTarget = GetDeoptValue(i, static_cast<int32_t>(SpecVregIndex::FUNC_INDEX)); UpdateAndDumpDeoptInfo() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Djs_function.h77 static bool IsCompiledCodeFromCallTarget(JSTaggedValue callTarget) in IsCompiledCodeFromCallTarget() argument
89 static bool IsFastCallFromCallTarget(JSTaggedValue callTarget) in IsFastCallFromCallTarget() argument
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Doptimized_call.cpp357 Register callTarget = rsi; in JSProxyCallInternalWithArgV() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dts_inline_lowering.cpp278 GateRef callTarget = acc_.GetValueIn(gate, numIns - 1); in ReplaceCallInput() local
312 GateRef callTarget = Circuit::NullGate(); in ReplaceAccessorInput() local
H A Dslowpath_lowering.cpp1042 GateRef callTarget = acc_.GetValueIn(gate, numIns - callTargetIndex); // acc in LowerCallthisrangeImm8Imm8V8() local
1068 GateRef callTarget = acc_.GetValueIn(gate, numIns - callTargetIndex); in LowerWideCallthisrangePrefImm16V8() local
1104 GateRef callTarget = acc_.GetValueIn(gate, numArgs - callTargetIndex); in LowerCallrangeImm8Imm8V8() local
3200 GateRef callTarget in LowerWideCallrangePrefImm16V8() local
[all...]
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter_assembly.cpp216 ECMAObject *callTarget = reinterpret_cast<ECMAObject*>(info->GetFunctionValue().GetTaggedObject()); in Execute() local
H A Dinterpreter-inl.cpp624 ECMAObject *callTarget = reinterpret_cast<ECMAObject*>(info->GetFunctionValue().GetTaggedObject()); in ExecuteNative() local
665 ECMAObject *callTarget = reinterpret_cast<ECMAObject*>(func.GetTaggedValue().GetTaggedObject()); in Execute() local

Completed in 35 milliseconds