| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | profile_type_info_cell.h | 50 JSType jsType = GetClass()->GetObjectType();
in UpdateProfileTypeInfoCellType() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| H A D | js_value.cpp | 72 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 D | js_refconvert_builtin.cpp | 302 napi_valuetype jsType = GetValueType(env, jsValue); in MObject() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_collection_stub_builder.cpp | 30 auto jsType = std::is_same_v<CollectionType, JSSet> ? JSType::JS_SET : JSType::JS_MAP; in CheckCollectionObj() local
|
| H A D | builtins_typedarray_stub_builder.cpp | 80 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 D | ic_stub_builder.cpp | 229 GateRef jsType = GetObjectType(hclass); in LoadICByValue() local
|
| H A D | type.h | 66 explicit ParamType(JSType jsType) in ParamType() argument
|
| H A D | mcr_circuit_builder.h | 292 GateRef jsType = GetObjectType(LoadHClass(obj)); in TaggedObjectIsTypedArray() local
|
| H A D | circuit_builder.cpp | 757 GateRef CircuitBuilder::CheckJSType(GateRef object, JSType jsType) in CheckJSType() argument
|
| H A D | stub_builder-inl.h | 1610 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 D | stub_builder.cpp | 2763 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 D | js_typed_array.cpp | 835 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 D | object_operator.cpp | 675 JSType jsType = holder.GetTaggedObject()->GetClass()->GetObjectType(); in UpdateDataValue() local
|
| H A D | object_fast_operator-inl.h | 262 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 D | js_tagged_value.cpp | 1490 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 D | js_hclass.h | 617 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 D | js_object.cpp | 2260 JSType jsType = hclass->GetObjectType(); in ToPropertyDescriptorFast() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | fast_json_stringifier.cpp | 111 JSType jsType = tagValue.GetTaggedObject()->GetClass()->GetObjectType(); in SerializeJSONProperty() local
|
| H A D | json_stringifier.cpp | 268 JSType jsType = tagValue.GetTaggedObject()->GetClass()->GetObjectType(); in SerializeJSONProperty() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_typed_array_test.cpp | 44 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 D | heap_dump_test.cpp | 144 JSHandle<JSTypedArray> CreateNumberTypedArray(JSType jsType) in CreateNumberTypedArray() argument
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| H A D | jit_profiler.cpp | 931 JSType jsType = receiver->GetObjectType(); in AddBuiltinsInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler.cpp | 1818 JSType jsType = receiver->GetObjectType(); in AddBuiltinsInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.cpp | 2773 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
|