Home
last modified time | relevance | path

Searched refs:GetCallTarget (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dnative_pointer_test.cpp73 ASSERT_EQ(Method::Cast(target.GetTaggedValue().GetTaggedObject()), jsFunction->GetCallTarget()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ic/
Dinvoke_cache.cpp125 Method *calleeMethod = JSFunction::Cast(callee.GetTaggedObject())->GetCallTarget(); in SetMonoInlineCallCacheSlot()
148 Method *calleeMethod = JSFunction::Cast(calleeElement.GetTaggedObject())->GetCallTarget(); in SetPolyInlineCallCacheSlot()
/arkcompiler/runtime_core/static_core/runtime/include/
Dlanguage_context.h162 virtual Method *GetCallTarget(ObjectHeader *obj) const = 0;
554 Method *GetCallTarget(ObjectHeader *obj) const in GetCallTarget() function
556 return base_->GetCallTarget(obj); in GetCallTarget()
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.h227 Method *GetCallTarget([[maybe_unused]] ObjectHeader *obj) const override in GetCallTarget() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.cpp140 return ECMAObject::Cast(function.GetTaggedObject())->GetCallTarget(); in GetMethod()
148 return ECMAObject::Cast(function.GetTaggedObject())->GetCallTarget(); in CheckAndGetMethod()
Dinterpreter-inl.h271 methodHandle.Update(JSTaggedValue(funcObject->GetCallTarget())); \
293 methodHandle.Update(JSTaggedValue(funcObject->GetCallTarget())); \
635 Method *method = callTarget->GetCallTarget(); in ExecuteNative()
665 Method *method = callTarget->GetCallTarget(); in Execute()
778 Method *m = func->GetCallTarget(); in GeneratorReEnterInterpreter()
816 Method *method = func->GetCallTarget(); in GeneratorReEnterInterpreter()
859 Method *method = func->GetCallTarget(); in GeneratorReEnterAot()
3168 Method *method = JSFunction::Cast(state->function.GetTaggedObject())->GetCallTarget(); in RunInternal()
5219 Method *method = JSFunction::Cast(state->function.GetTaggedObject())->GetCallTarget(); in RunInternal()
7550 Method *method = JSFunction::Cast(state->function.GetTaggedObject())->GetCallTarget(); in GetNewTarget()
[all …]
Dinterpreter_assembly.cpp73 …auto currentMethod = ECMAObject::Cast(frame->function.GetTaggedObject())->GetCallTarget(); …
106 method = prevFunc->GetCallTarget(); \
236 Method *method = callTarget->GetCallTarget(); in Execute()
302 Method *method = ECMAObject::Cast(func.GetTaggedObject())->GetCallTarget(); in GeneratorReEnterInterpreter()
533 Method *method = ECMAObject::Cast(state->function.GetTaggedObject())->GetCallTarget(); in HandleReturn()
561 Method *method = ECMAObject::Cast(state->function.GetTaggedObject())->GetCallTarget(); in HandleReturnundefined()
1803 Method *method = ECMAObject::Cast(state->function.GetTaggedObject())->GetCallTarget(); in HandleSuspendgeneratorV8()
2766 Method *method = JSFunction::Cast(state->function.GetTaggedObject())->GetCallTarget(); in HandleAsyncgeneratorresolveV8V8V8()
4434 Method *method = JSFunction::Cast(state->function.GetTaggedObject())->GetCallTarget(); in HandleDeprecatedSuspendgeneratorPrefV8V8()
7620 Method *method = JSFunction::Cast(state->function.GetTaggedObject())->GetCallTarget(); in GetNewTarget()
[all …]
/arkcompiler/ets_runtime/ecmascript/
Dframes.cpp51 return ECMAObject::Cast(function.GetTaggedObject())->GetCallTarget(); in CheckAndGetMethod()
420 Method *method = ECMAObject::Cast(frame->function.GetTaggedObject())->GetCallTarget(); in GetBytecodeOffset()
427 Method *method = ECMAObject::Cast(frame->function.GetTaggedObject())->GetCallTarget(); in GetBytecodeOffset()
Djs_function.cpp444 Method *method = mainFunc->GetCallTarget(); in InvokeOptimizedEntrypoint()
477 Method *method = mainFunc->GetCallTarget(); in GetArgsData()
506 Method *method = func->GetCallTarget(); in InvokeOptimizedEntrypoint()
557 Method *method = func->GetCallTarget(); in ConstructInternal()
Djs_object.h370 Method *GetCallTarget() const;
Djs_object.cpp75 Method *ECMAObject::GetCallTarget() const in GetCallTarget() function in panda::ecmascript::ECMAObject
Dobject_factory.cpp925 Method *method = JSHandle<ECMAObject>::Cast(ctor)->GetCallTarget(); in NewJSError()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_language_context.h265 Method *GetCallTarget([[maybe_unused]] ObjectHeader *obj) const override in GetCallTarget() function
/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp218 Method *method = ECMAObject::Cast(function.GetTaggedObject())->GetCallTarget(); in GetErrorJSFunction()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp307 Method *method = callTarget->GetCallTarget(); in GetMethod()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp354 Method *method = func->GetCallTarget(); in IsAOTCompiled()
377 Method *method = func->GetCallTarget(); in IsAOTDeoptimized()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp71 … auto methodOffset = JSHandle<JSFunction>(valueHandle)->GetCallTarget()->GetMethodId().GetOffset(); in CollectLiteralInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp282 Method *method = mainFunc->GetCallTarget(); in SetAOTMainFuncEntry()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1582 Method *method = JSFunction::Cast(func->GetTaggedObject())->GetCallTarget(); in RuntimeDynamicImport()
2708 uint32_t numArgs = ctor->GetCallTarget()->GetNumArgsWithCallField(); in GetResultValue()
2711 if (ctor->GetCallTarget()->IsFastCall()) { in GetResultValue()
2724 …ctor->GetCallTarget()->SetAotCodeBit(false); // if Construct is not ClassConstructor, don't run aot in GetResultValue()
2752 Method *method = ctor->GetCallTarget(); in RuntimeOptConstructGeneric()
2825 Method *method = ECMAObject::Cast(func.GetTaggedObject())->GetCallTarget(); in RuntimeOptGenerateScopeInfo()
Druntime_stubs.cpp2062 Method *method = ECMAObject::Cast(func.GetTaggedValue().GetTaggedObject())->GetCallTarget(); in DEF_RUNTIME_STUBS()
2982 Method *method = JSFunction::Cast(function.GetTaggedObject())->GetCallTarget(); in SaveFrameToContext()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp996 Method *method = ECMAObject::Cast(functionValue.GetTaggedObject())->GetCallTarget(); in GetArkJSHeapCrashInfo()