| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_fast_operator-inl.h | 122 JSType jsType = hclass->GetObjectType(); in GetPropertyByName() local 193 JSType jsType = hclass->GetObjectType(); in SetPropertyByName() local 318 JSType jsType = hclass->GetObjectType(); in GetPropertyByIndex() local 372 JSType jsType = hclass->GetObjectType(); in SetPropertyByIndex() local 718 bool ObjectFastOperator::IsSpecialIndexedObj(JSType jsType) in IsSpecialIndexedObj() 723 bool ObjectFastOperator::IsFastTypeArray(JSType jsType) in IsFastTypeArray() 730 JSTaggedValue key, JSType jsType) in FastGetTypeArrayProperty() 758 JSTaggedValue value, JSType jsType) in FastSetTypeArrayProperty() 778 bool ObjectFastOperator::IsSpecialContainer(JSType jsType) in IsSpecialContainer() 784 JSType jsType) in GetContainerProperty() [all …]
|
| D | js_hclass.h | 549 JSType jsType = GetObjectType(); in IsJSObject() local 560 JSType jsType = GetObjectType(); in IsECMAObject() local 581 JSType jsType = GetObjectType(); in IsString() local 617 JSType jsType = GetObjectType(); in IsStringOrSymbol() local 623 JSType jsType = GetObjectType(); in IsTaggedArray() local 690 JSType jsType = GetObjectType(); in IsTypedArray() local 766 JSType jsType = GetObjectType(); in IsJSFunctionBase() local 910 static inline bool IsJSSharedType(JSType jsType) in IsJSSharedType() 917 JSType jsType = GetObjectType(); in IsJSError() local 1131 JSType jsType = GetObjectType(); in IsIterator() local [all …]
|
| D | js_tagged_value.cpp | 1148 JSType jsType = hclass->GetObjectType(); in HasContainerProperty() local 1195 JSType jsType = hclass->GetObjectType(); in GetOwnContainerPropertyKeys() local 1241 JSType jsType = hclass->GetObjectType(); in GetOwnContainerEnumPropertyKeys() local 1279 JSType jsType = hclass->GetObjectType(); in GetContainerProperty() local 1365 JSType jsType = hclass->GetObjectType(); in GetJSAPIProperty() local 1407 JSType jsType = hclass->GetObjectType(); in SetJSAPIProperty() local
|
| D | js_typed_array.cpp | 647 JSType jsType) in FastGetPropertyByIndex() 679 JSTaggedValue value, JSType jsType) in FastSetPropertyByIndex() 766 JSType jsType = typedArrayObj->GetClass()->GetObjectType(); in FastTypedArrayFill() local
|
| D | object_operator.cpp | 652 JSType jsType = holder.GetTaggedObject()->GetClass()->GetObjectType(); in UpdateDataValue() local
|
| D | js_object.cpp | 2108 JSType jsType = hclass->GetObjectType(); in ToPropertyDescriptorFast() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | js_value.cpp | 72 napi_valuetype jsType = GetValueType(env, nvalue); in Create() local 126 auto jsType = GetType(); in GetNapiValue() local
|
| D | js_refconvert_builtin.cpp | 306 napi_valuetype jsType = GetValueType(env, jsValue); in MObject() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_array_stub_builder.cpp | 108 …edArrayStubBuilder::LoadTypedArrayElement(GateRef glue, GateRef array, GateRef key, GateRef jsType) in LoadTypedArrayElement() 144 GateRef jsType) in StoreTypedArrayElement() 171 …rrayStubBuilder::FastGetPropertyByIndex(GateRef glue, GateRef array, GateRef index, GateRef jsType) in FastGetPropertyByIndex() 239 GateRef jsType = GetObjectType(hclass); in FastCopyElementToArray() local 267 …ArrayStubBuilder::GetValueFromBuffer(GateRef buffer, GateRef index, GateRef offset, GateRef jsType) in GetValueFromBuffer()
|
| D | ic_stub_builder.cpp | 222 GateRef jsType = GetObjectType(hclass); in LoadICByValue() local
|
| D | stub_builder-inl.h | 1343 inline GateRef StubBuilder::IsJSObjectType(GateRef obj, JSType jsType) in IsJSObjectType() 2072 inline GateRef StubBuilder::IsSpecialIndexedObj(GateRef jsType) in IsSpecialIndexedObj() 2077 … StubBuilder::CheckUpdateSharedType(bool isDicMode, Variable *result, GateRef glue, GateRef jsType, in CheckUpdateSharedType() 2125 inline GateRef StubBuilder::IsJSSharedType(GateRef jsType) in IsJSSharedType() 2131 inline GateRef StubBuilder::IsSpecialContainer(GateRef jsType) in IsSpecialContainer() 2139 inline GateRef StubBuilder::IsFastTypeArray(GateRef jsType) in IsFastTypeArray() 2985 GateRef jsType = GetObjectType(jsHclass); in IsTypedArray() local
|
| D | stub_builder.cpp | 2008 GateRef jsType = GetObjectType(hclass); in ICStoreElement() local 2534 GateRef jsType = GetObjectType(hclass); in GetPropertyByIndex() local 2767 GateRef jsType = GetObjectType(hclass); in GetPropertyByName() local 3361 GateRef jsType = GetObjectType(hclass); in SetPropertyByIndex() local 3571 GateRef jsType = GetObjectType(hclass); in SetPropertyByName() local 3977 …ef StubBuilder::GetContainerProperty(GateRef glue, GateRef receiver, GateRef index, GateRef jsType) in GetContainerProperty() 7557 GateRef key, GateRef jsType) in GetTypeArrayPropertyByName() 7610 GateRef value, GateRef jsType) in SetTypeArrayPropertyByName()
|
| D | mcr_circuit_builder.h | 250 GateRef jsType = GetObjectType(LoadHClass(obj)); in TaggedObjectIsTypedArray() local
|
| D | profiler_stub_builder.cpp | 472 void ProfilerStubBuilder::UpdatePropAttrWithValue(GateRef glue, GateRef jsType, GateRef layout, Gat… in UpdatePropAttrWithValue()
|
| D | interpreter_stub.cpp | 4992 GateRef jsType = GetObjectType(hclass); in DECLARE_ASM_HANDLER() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_typed_array_test.cpp | 66 JSHandle<JSTypedArray> CreateNumberTypedArray(JSThread *thread, JSType jsType) in CreateNumberTypedArray() 1323 JSType jsType = cVecJSType.at(j); in HWTEST_F_L0() local 1361 JSType jsType = cVecJSType.at(j); in HWTEST_F_L0() local 1398 JSType jsType = cVecJSType.at(j); in HWTEST_F_L0() local 1424 JSType jsType = cVecJSType.at(j); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_collection_stub_builder.cpp | 31 auto jsType = std::is_same_v<CollectionType, JSSet> ? JSType::JS_SET : JSType::JS_MAP; in CheckCollectionObj() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_stringifier.cpp | 265 JSType jsType = tagValue.GetTaggedObject()->GetClass()->GetObjectType(); in SerializeJSONProperty() local
|
| D | fast_json_stringifier.cpp | 123 JSType jsType = tagValue.GetTaggedObject()->GetClass()->GetObjectType(); in SerializeJSONProperty() local
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_manager.cpp | 836 BuiltinTypeId TSManager::GetBuiltinTypeIdByJSType(JSType jsType) in GetBuiltinTypeIdByJSType() 861 JSType jsType = pgoType.GetBuiltinsId(); in GetBuiltinsGateTypeByPt() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 478 JSType jsType = JSHClass::ObjectTypeBits::Decode(bits); in ArkCheckIsJSFunctionBaseOrJSProxy() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 1396 JSType jsType = receiver->GetObjectType(); in AddBuiltinsInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 2447 JSTaggedValue jsType = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local 2457 JSTaggedValue jsType = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local
|