| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | js_value.cpp | 76 …lue *JSValue::CreateByType(InteropCtx *ctx, napi_env env, napi_value nvalue, napi_valuetype jsType, in CreateByType() 128 napi_valuetype jsType = GetValueType(env, nvalue); in Create() local 142 auto jsType = GetType(); in GetNapiValue() local
|
| D | js_refconvert_builtin.cpp | 413 napi_valuetype jsType = GetValueType(env, jsValue); in MObject() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_fast_operator-inl.h | 268 JSType jsType = hclass->GetObjectType(); in GetPropertyByName() local 444 JSType jsType = hclass->GetObjectType(); in SetPropertyByName() local 688 JSType jsType = hclass->GetObjectType(); in GetPropertyByIndex() local 749 JSType jsType = hclass->GetObjectType(); in SetPropertyByIndex() local 1112 bool ObjectFastOperator::IsSpecialIndexedObj(JSType jsType) in IsSpecialIndexedObj() 1117 bool ObjectFastOperator::IsJSSharedArray(JSType jsType) in IsJSSharedArray() 1122 bool ObjectFastOperator::IsFastTypeArray(JSType jsType) in IsFastTypeArray() 1127 bool ObjectFastOperator::IsString(JSType jsType) in IsString() 1132 bool ObjectFastOperator::IsJSPrimitiveRef(JSType jsType) in IsJSPrimitiveRef() 1137 bool ObjectFastOperator::IsJSProxy(JSType jsType) in IsJSProxy() [all …]
|
| D | js_hclass.h | 663 JSType jsType = GetObjectType(); in IsECMAObject() local 685 common::CommonType jsType = static_cast<common::CommonType>(GetObjectType()); in IsCompositeHClass() local 691 JSType jsType = GetObjectType(); in IsString() local 722 JSType jsType = GetObjectType(); in IsStringOrSymbol() local 728 JSType jsType = GetObjectType(); in IsTaggedArray() local 803 JSType jsType = GetObjectType(); in IsTypedArray() local 809 JSType jsType = GetObjectType(); in IsSharedTypedArray() local 945 JSType jsType = GetObjectType(); in IsBigInt64Array() local 957 JSType jsType = GetObjectType(); in IsJSFunctionBase() local 1129 JSType jsType = GetObjectType(); in IsJSError() local [all …]
|
| D | js_tagged_value.cpp | 1579 JSType jsType = hclass->GetObjectType(); in HasContainerProperty() local 1629 JSType jsType = hclass->GetObjectType(); in GetOwnContainerPropertyKeys() local 1678 JSType jsType = hclass->GetObjectType(); in GetOwnContainerEnumPropertyKeys() local 1717 JSType jsType = hclass->GetObjectType(); in GetContainerProperty() local 1810 JSType jsType = hclass->GetObjectType(); in GetJSAPIProperty() local 1858 JSType jsType = hclass->GetObjectType(); in SetJSAPIProperty() local
|
| D | js_typed_array.cpp | 667 JSType jsType) in FastGetPropertyByIndex() 698 JSTaggedValue value, JSType jsType) in FastSetPropertyByIndex() 820 JSType jsType = typedArrayObj->GetClass()->GetObjectType(); in FastTypedArrayFill() local
|
| D | object_operator.cpp | 681 JSType jsType = holder.GetTaggedObject()->GetClass()->GetObjectType(); in SetTypedArrayPropByIndex() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | profile_type_info_cell.h | 50 JSType jsType = GetClass()->GetObjectType(); in UpdateProfileTypeInfoCellType() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_collection_iterator_stub_builder.cpp | 31 …auto jsType = std::is_same_v<IteratorType, JSSetIterator> ? JSType::JS_SET_ITERATOR : JSType::JS_M… in CheckCollectionIteratorObj() local
|
| D | builtins_typedarray_stub_builder.cpp | 78 …edArrayStubBuilder::LoadTypedArrayElement(GateRef glue, GateRef array, GateRef key, GateRef jsType) in LoadTypedArrayElement() 114 GateRef jsType) in StoreTypedArrayElement() 142 GateRef index, GateRef jsType) in FastGetPropertyByIndex() 210 GateRef jsType = GetObjectType(hclass); in FastCopyElementToArray() local 239 GateRef offset, GateRef jsType) in GetValueFromBuffer() 574 GateRef jsType = GetObjectType(hclass); in LastIndexOf() local 869 GateRef jsType = GetObjectType(LoadHClass(glue, thisValue)); in CopyWithin() local 1725 GateRef jsType = GetObjectType(hclass); in With() local 1831 GateRef jsType = GetObjectType(LoadHClass(glue, receiver)); in DoSort() local 2408 GateRef jsType = GetObjectType(hclass); in FindLastIndex() local [all …]
|
| D | builtins_collection_stub_builder.cpp | 30 auto jsType = std::is_same_v<CollectionType, JSSet> ? JSType::JS_SET : JSType::JS_MAP; in CheckCollectionObj() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | type.h | 66 ParamType(uint32_t jsType, [[maybe_unused]] bool isBuiltinType) in ParamType()
|
| D | ic_stub_builder.cpp | 380 GateRef jsType = GetObjectType(hclass); in LoadICByValue() local
|
| D | stub_builder.cpp | 3122 GateRef jsType = GetObjectType(hclass); in ICStoreElement() local 3736 GateRef jsType = GetObjectType(hclass); in GetPropertyByIndex() local 3985 GateRef jsType = GetObjectType(hclass); in GetPropertyByName() local 4217 GateRef jsType = GetObjectType(hclass); in TryGetOwnProperty() local 4816 GateRef jsType = GetObjectType(hclass); in SetPropertyByIndex() local 5032 GateRef jsType = GetObjectType(hclass); in DefinePropertyByIndex() local 5213 GateRef jsType = GetObjectType(hclass); in SetPropertyByName() local 5581 GateRef jsType = GetObjectType(hclass); in DefinePropertyByName() local 9873 void StubBuilder::TryFastGetArrayIterator(GateRef glue, GateRef hclass, GateRef jsType, in TryFastGetArrayIterator() 9919 GateRef jsType = GetObjectType(hclass); in TryFastGetIterator() local [all …]
|
| D | stub_builder-inl.h | 1825 inline GateRef StubBuilder::IsJSObjectType(GateRef glue, GateRef obj, JSType jsType) in IsJSObjectType() 2727 inline GateRef StubBuilder::IsSpecialIndexedObj(GateRef jsType) in IsSpecialIndexedObj() 2817 inline GateRef StubBuilder::IsArrayListOrVector(GateRef jsType) in IsArrayListOrVector() 2824 inline GateRef StubBuilder::IsSharedArray(GateRef jsType) in IsSharedArray() 2829 inline GateRef StubBuilder::IsFastTypeArray(GateRef jsType) in IsFastTypeArray() 2836 inline GateRef StubBuilder::IsJSProxy(GateRef jsType) in IsJSProxy()
|
| D | mcr_circuit_builder.h | 390 GateRef jsType = GetObjectType(LoadHClass(glue, obj)); in TaggedObjectIsTypedArray() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_typed_array_test.cpp | 44 JSHandle<JSTypedArray> CreateNumberTypedArray(JSThread *thread, JSType jsType) in CreateNumberTypedArray() 1296 JSType jsType = cVecJSType.at(j); in HWTEST_F_L0() local 1324 JSType jsType = cVecJSType.at(j); in HWTEST_F_L0() local 1352 JSType jsType = cVecJSType.at(j); in HWTEST_F_L0() local 1370 JSType jsType = cVecJSType.at(j); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/ |
| D | common.h | 87 JSType jsType = 0; member
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_profiler.cpp | 1041 bool JITProfiler::IsTypedArrayRootHClass(JSType jsType, OnHeapMode mode, JSHClass *receiver) in IsTypedArrayRootHClass() 1074 JSType jsType = receiver->GetObjectType(); in AddBuiltinsInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_dump_test.cpp | 267 JSHandle<JSTypedArray> CreateNumberTypedArray(JSType jsType) in CreateNumberTypedArray() 313 JSHandle<JSSharedTypedArray> CreateNumberSharedTypedArray(JSType jsType) in CreateNumberSharedTypedArray()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_stringifier.cpp | 274 JSType jsType = tagValue.GetTaggedObject()->GetClass()->GetObjectType(); in SerializeJSONProperty() local
|
| D | json_stringifier_optimized.cpp | 273 JSType jsType = tagValue.GetTaggedObject()->GetClass()->GetObjectType(); in SerializeJSONProperty() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 1781 bool PGOProfiler::IsTypedArrayRootHClass(JSType jsType, OnHeapMode mode, JSHClass *receiver) in IsTypedArrayRootHClass() 1816 JSType jsType = receiver->GetObjectType(); in AddBuiltinsInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 2900 JSTaggedValue jsType = GetArg(argv, argc, 2); // 2: means the second parameter in DEF_RUNTIME_STUBS() local 2910 JSTaggedValue jsType = GetArg(argv, argc, 3); // 3: means the third parameter in DEF_RUNTIME_STUBS() local 4114 const JSType jsType = hclass->GetObjectType(); in DEF_RUNTIME_STUBS() local 4157 const JSType jsType = hclass->GetObjectType(); in DEF_RUNTIME_STUBS() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_buffer.cpp | 960 JSType jsType, bool littleEndian) in GetValueByIndex()
|