Home
last modified time | relevance | path

Searched defs:jsType (Results 1 - 24 of 24) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
H A Dprofile_type_info_cell.h50 JSType jsType = GetClass()->GetObjectType(); in UpdateProfileTypeInfoCellType() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Djs_value.cpp72 JSValue *JSValue::CreateByType(InteropCtx *ctx, napi_env env, napi_value nvalue, napi_valuetype jsType, in CreateByType() argument
124 napi_valuetype jsType = GetValueType(env, nvalue); in Create() local
138 auto jsType = GetType(); in GetNapiValue() local
H A Djs_refconvert_builtin.cpp302 napi_valuetype jsType = GetValueType(env, jsValue); in MObject() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_collection_stub_builder.cpp30 auto jsType = std::is_same_v<CollectionType, JSSet> ? JSType::JS_SET : JSType::JS_MAP; in CheckCollectionObj() local
H A Dbuiltins_typedarray_stub_builder.cpp80 GateRef BuiltinsTypedArrayStubBuilder::LoadTypedArrayElement(GateRef glue, GateRef array, GateRef key, GateRef jsType) in LoadTypedArrayElement() argument
212 GateRef jsType = GetObjectType(hclass); in FastCopyElementToArray() local
115 StoreTypedArrayElement(GateRef glue, GateRef array, GateRef index, GateRef value, GateRef jsType) StoreTypedArrayElement() argument
143 FastGetPropertyByIndex(GateRef glue, GateRef array, GateRef index, GateRef jsType) FastGetPropertyByIndex() argument
240 GetValueFromBuffer(GateRef buffer, GateRef index, GateRef offset, GateRef jsType) GetValueFromBuffer() argument
592 GateRef jsType = GetObjectType(hclass); LastIndexOf() local
887 GateRef jsType = GetObjectType(LoadHClass(thisValue)); CopyWithin() local
1746 GateRef jsType = GetObjectType(hclass); With() local
1853 GateRef jsType = GetObjectType(LoadHClass(receiver)); DoSort() local
2426 GateRef jsType = GetObjectType(hclass); FindLastIndex() local
2491 GateRef jsType = GetObjectType(LoadHClass(thisValue)); ToSorted() local
2652 GateRef jsType = GetObjectType(LoadHClass(thisValue)); Map() local
2766 FastSetPropertyByIndex(GateRef glue, GateRef value, GateRef array, GateRef index, GateRef jsType) FastSetPropertyByIndex() argument
2817 SetValueToBuffer(GateRef glue, GateRef value, GateRef buffer, GateRef index, GateRef offset, GateRef jsType, Label *slowPath) SetValueToBuffer() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dic_stub_builder.cpp229 GateRef jsType = GetObjectType(hclass); in LoadICByValue() local
H A Dtype.h66 explicit ParamType(JSType jsType) in ParamType() argument
H A Dmcr_circuit_builder.h292 GateRef jsType = GetObjectType(LoadHClass(obj)); in TaggedObjectIsTypedArray() local
H A Dcircuit_builder.cpp757 GateRef CircuitBuilder::CheckJSType(GateRef object, JSType jsType) in CheckJSType() argument
H A Dstub_builder-inl.h1610 inline GateRef StubBuilder::IsJSObjectType(GateRef obj, JSType jsType) in IsJSObjectType() argument
2365 inline GateRef StubBuilder::IsSpecialIndexedObj(GateRef jsType) in IsSpecialIndexedObj() argument
2445 inline GateRef StubBuilder::IsSpecialContainer(GateRef jsType) in IsSpecialContainer() argument
2453 inline GateRef StubBuilder::IsSharedArray(GateRef jsType) in IsSharedArray() argument
2458 inline GateRef StubBuilder::IsFastTypeArray(GateRef jsType) in IsFastTypeArray() argument
[all...]
H A Dstub_builder.cpp2763 GateRef jsType = GetObjectType(hclass); in ICStoreElement() local
3292 GateRef jsType = GetObjectType(hclass); in GetPropertyByIndex() local
3545 GateRef jsType in GetPropertyByName() local
4235 GateRef jsType = GetObjectType(hclass); SetPropertyByIndex() local
4447 GateRef jsType = GetObjectType(hclass); DefinePropertyByIndex() local
4620 GateRef jsType = GetObjectType(hclass); SetPropertyByName() local
4904 GateRef jsType = GetObjectType(hclass); DefinePropertyByName() local
5377 GetContainerProperty(GateRef glue, GateRef receiver, GateRef index, GateRef jsType) GetContainerProperty() argument
8661 GetTypeArrayPropertyByName(GateRef glue, GateRef receiver, GateRef holder, GateRef key, GateRef jsType) GetTypeArrayPropertyByName() argument
8714 SetTypeArrayPropertyByName(GateRef glue, GateRef receiver, GateRef holder, GateRef key, GateRef value, GateRef jsType) SetTypeArrayPropertyByName() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Djs_typed_array.cpp835 JSType jsType = typedArrayObj->GetClass()->GetObjectType(); in FastTypedArrayFill() local
677 FastGetPropertyByIndex(JSThread *thread, const JSTaggedValue typedarray, uint32_t index, JSType jsType) FastGetPropertyByIndex() argument
712 FastSetPropertyByIndex(JSThread *thread, const JSTaggedValue typedarray, uint32_t index, JSTaggedValue value, JSType jsType) FastSetPropertyByIndex() argument
H A Dobject_operator.cpp675 JSType jsType = holder.GetTaggedObject()->GetClass()->GetObjectType(); in UpdateDataValue() local
H A Dobject_fast_operator-inl.h262 JSType jsType = hclass->GetObjectType(); in GetPropertyByName() local
418 JSType jsType = hclass->GetObjectType(); in SetPropertyByName() local
579 JSType jsType = hclass->GetObjectType(); GetPropertyByIndex() local
640 JSType jsType = hclass->GetObjectType(); SetPropertyByIndex() local
1006 IsSpecialIndexedObj(JSType jsType) IsSpecialIndexedObj() argument
1011 IsJSSharedArray(JSType jsType) IsJSSharedArray() argument
1016 IsFastTypeArray(JSType jsType) IsFastTypeArray() argument
1021 IsString(JSType jsType) IsString() argument
1026 IsJSPrimitiveRef(JSType jsType) IsJSPrimitiveRef() argument
1031 FastGetTypeArrayProperty(JSThread *thread, JSTaggedValue receiver, JSTaggedValue holder, JSTaggedValue key, JSType jsType) FastGetTypeArrayProperty() argument
1059 FastSetTypeArrayProperty(JSThread *thread, JSTaggedValue receiver, JSTaggedValue holder, JSTaggedValue key, JSTaggedValue value, JSType jsType) FastSetTypeArrayProperty() argument
1081 IsSpecialContainer(JSType jsType) IsSpecialContainer() argument
1086 GetContainerProperty(JSThread *thread, JSTaggedValue receiver, uint32_t index, JSType jsType) GetContainerProperty() argument
1129 SetContainerProperty(JSThread *thread, JSTaggedValue receiver, uint32_t index, JSTaggedValue value, JSType jsType) SetContainerProperty() argument
[all...]
H A Djs_tagged_value.cpp1490 JSType jsType = hclass->GetObjectType(); in HasContainerProperty() local
1540 JSType jsType = hclass->GetObjectType(); in GetOwnContainerPropertyKeys() local
1589 JSType jsType = hclass->GetObjectType(); in GetOwnContainerEnumPropertyKeys() local
1628 JSType jsType = hclass->GetObjectType(); in GetContainerProperty() local
1717 JSType jsType = hclass->GetObjectType(); in GetJSAPIProperty() local
1762 JSType jsType = hclass->GetObjectType(); SetJSAPIProperty() local
[all...]
H A Djs_hclass.h617 JSType jsType = GetObjectType(); in IsECMAObject() local
638 JSType jsType = GetObjectType(); in IsString() local
674 JSType jsType = GetObjectType(); in IsStringOrSymbol() local
680 JSType jsType = GetObjectType(); IsTaggedArray() local
748 JSType jsType = GetObjectType(); IsTypedArray() local
754 JSType jsType = GetObjectType(); IsSharedTypedArray() local
885 JSType jsType = GetObjectType(); IsBigInt64Array() local
897 JSType jsType = GetObjectType(); IsJSFunctionBase() local
1064 JSType jsType = GetObjectType(); IsJSError() local
1301 JSType jsType = GetObjectType(); IsIterator() local
1545 JSType jsType = GetObjectType(); IsGeneratorObject() local
1551 JSType jsType = GetObjectType(); IsAsyncGeneratorObject() local
1562 JSType jsType = GetObjectType(); IsAsyncGeneratorRequest() local
1568 JSType jsType = GetObjectType(); IsAsyncIteratorRecord() local
1619 JSType jsType = GetObjectType(); IsRecord() local
1677 JSType jsType = GetObjectType(); IsProfileTypeInfoCell() local
1683 JSType jsType = GetObjectType(); IsProfileTypeInfoCell0() local
1689 JSType jsType = GetObjectType(); IsFunctionTemplate() local
1700 JSType jsType = GetObjectType(); IsModuleRecord() local
[all...]
H A Djs_object.cpp2260 JSType jsType = hclass->GetObjectType(); in ToPropertyDescriptorFast() local
/arkcompiler/ets_runtime/ecmascript/base/
H A Dfast_json_stringifier.cpp111 JSType jsType = tagValue.GetTaggedObject()->GetClass()->GetObjectType(); in SerializeJSONProperty() local
H A Djson_stringifier.cpp268 JSType jsType = tagValue.GetTaggedObject()->GetClass()->GetObjectType(); in SerializeJSONProperty() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_typed_array_test.cpp44 JSHandle<JSTypedArray> CreateNumberTypedArray(JSThread *thread, JSType jsType) in CreateNumberTypedArray() argument
1295 JSType jsType = cVecJSType.at(j); in HWTEST_F_L0() local
1323 JSType jsType = cVecJSType.at(j); in HWTEST_F_L0() local
1351 JSType jsType = cVecJSType.at(j); in HWTEST_F_L0() local
1369 JSType jsType = cVecJSType.at(j); HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_dump_test.cpp144 JSHandle<JSTypedArray> CreateNumberTypedArray(JSType jsType) in CreateNumberTypedArray() argument
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_profiler.cpp931 JSType jsType = receiver->GetObjectType(); in AddBuiltinsInfo() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp1818 JSType jsType = receiver->GetObjectType(); in AddBuiltinsInfo() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp2773 JSTaggedValue jsType = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local
2783 JSTaggedValue jsType = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local

Completed in 70 milliseconds