Searched defs:callTarget (Results 1 - 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| H A D | ets_vm_plugin.cpp | 120 auto callTarget = GetString(env, jsargv[0]); in CallEtsFunctionImpl() local
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| H A D | deoptimizer.cpp | 323 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 D | js_function.h | 77 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 D | optimized_call.cpp | 357 Register callTarget = rsi; in JSProxyCallInternalWithArgV() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | ts_inline_lowering.cpp | 278 GateRef callTarget = acc_.GetValueIn(gate, numIns - 1); in ReplaceCallInput() local 312 GateRef callTarget = Circuit::NullGate(); in ReplaceAccessorInput() local
|
| H A D | slowpath_lowering.cpp | 1042 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 D | interpreter_assembly.cpp | 216 ECMAObject *callTarget = reinterpret_cast<ECMAObject*>(info->GetFunctionValue().GetTaggedObject()); in Execute() local
|
| H A D | interpreter-inl.cpp | 624 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