Home
last modified time | relevance | path

Searched refs:funcValue (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.h262 JSTaggedValue funcValue(funcTagged); \
263 if (!funcValue.IsCallable()) { \
272 funcObject = ECMAObject::Cast(funcValue.GetTaggedObject()); \
284 JSTaggedValue funcValue = acc; \
285 if (!funcValue.IsCallable()) { \
294 funcObject = ECMAObject::Cast(funcValue.GetTaggedObject()); \
H A Dinterpreter-inl.cpp249 JSTaggedValue funcValue(funcTagged); \
250 if (!funcValue.IsCallable()) { \
259 funcObject = ECMAObject::Cast(funcValue.GetTaggedObject()); \
271 JSTaggedValue funcValue = acc; \
272 if (!funcValue.IsCallable()) { \
281 funcObject = ECMAObject::Cast(funcValue.GetTaggedObject()); \
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp191 JSTaggedValue funcValue = JSTaggedValue(func.GetTaggedValue()); in ProfileDefineGetterSetter() local
192 if (!funcValue.IsJSFunction()) { in ProfileDefineGetterSetter()
195 auto methodValue = JSFunction::Cast(funcValue)->GetMethod(); in ProfileDefineGetterSetter()
204 workNode->SetValue(JSTaggedType(JSFunction::Cast(funcValue))); in ProfileDefineGetterSetter()
333 auto funcValue = JSTaggedValue(func); in PGODump() local
334 if (!funcValue.IsJSFunction()) { in PGODump()
337 auto methodValue = JSFunction::Cast(funcValue)->GetMethod(); in PGODump()
341 auto function = JSFunction::Cast(funcValue); in PGODump()
498 auto funcValue = JSTaggedValue(func); in PGOPreDump() local
499 if (!funcValue in PGOPreDump()
531 JSTaggedValue funcValue = JSTaggedValue(current->GetValue()); UpdateExtraProfileTypeInfo() local
722 ProfileBytecode(ApEntityId abcId, const CString &recordName, JSTaggedValue funcValue) ProfileBytecode() argument
[all...]
H A Dpgo_profiler.h124 void ProfileBytecode(ApEntityId abcId, const CString& recordName, JSTaggedValue funcValue);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp3751 JSHandle<JSTaggedValue> funcValue = JSNApiHelper::ToJSHandle(this); in SetData() local
3752 JSHandle<JSFunction> function(funcValue); in SetData()
3764 JSHandle<JSTaggedValue> funcValue = JSNApiHelper::ToJSHandle(this); in GetData() local
3765 JSHandle<JSFunctionBase> function(funcValue); in GetData()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_shared_array_test.cpp1489 JSHandle<JSTaggedValue> funcValue(thread, func.GetTaggedValue()); in HWTEST_F_L0()

Completed in 38 milliseconds