| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | native_pointer_test.cpp | 73 ASSERT_EQ(Method::Cast(target.GetTaggedValue().GetTaggedObject()), jsFunction->GetCallTarget()); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | invoke_cache.cpp | 125 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/ |
| D | language_context.h | 162 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/ |
| D | core_language_context.h | 227 Method *GetCallTarget([[maybe_unused]] ObjectHeader *obj) const override in GetCallTarget() function
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | frame_handler.cpp | 140 return ECMAObject::Cast(function.GetTaggedObject())->GetCallTarget(); in GetMethod() 148 return ECMAObject::Cast(function.GetTaggedObject())->GetCallTarget(); in CheckAndGetMethod()
|
| D | interpreter-inl.h | 271 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 …]
|
| D | interpreter_assembly.cpp | 73 …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/ |
| D | frames.cpp | 51 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()
|
| D | js_function.cpp | 444 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()
|
| D | js_object.h | 370 Method *GetCallTarget() const;
|
| D | js_object.cpp | 75 Method *ECMAObject::GetCallTarget() const in GetCallTarget() function in panda::ecmascript::ECMAObject
|
| D | object_factory.cpp | 925 Method *method = JSHandle<ECMAObject>::Cast(ctor)->GetCallTarget(); in NewJSError()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_language_context.h | 265 Method *GetCallTarget([[maybe_unused]] ObjectHeader *obj) const override in GetCallTarget() function
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | error_helper.cpp | 218 Method *method = ECMAObject::Cast(function.GetTaggedObject())->GetCallTarget(); in GetErrorJSFunction()
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | deoptimizer.cpp | 307 Method *method = callTarget->GetCallTarget(); in GetMethod()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_ark_tools.cpp | 354 Method *method = func->GetCallTarget(); in IsAOTCompiled() 377 Method *method = func->GetCallTarget(); in IsAOTDeoptimized()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | snapshot_constantpool_data.cpp | 71 … auto methodOffset = JSHandle<JSFunction>(valueHandle)->GetCallTarget()->GetMethodId().GetOffset(); in CollectLiteralInfo()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | aot_file_manager.cpp | 282 Method *method = mainFunc->GetCallTarget(); in SetAOTMainFuncEntry()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 1582 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()
|
| D | runtime_stubs.cpp | 2062 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/ |
| D | js_stackinfo.cpp | 996 Method *method = ECMAObject::Cast(functionValue.GetTaggedObject())->GetCallTarget(); in GetArkJSHeapCrashInfo()
|