Home
last modified time | relevance | path

Searched defs:thread (Results 951 - 975 of 1016) sorted by relevance

1...<<3132333435363738394041

/arkcompiler/runtime_core/static_core/runtime/
H A Druntime.cpp362 auto *thread = ManagedThread::GetCurrent(); in Create() local
870 ManagedThread *thread in SetThreadClassPointers() local
993 ManagedThread *thread = ManagedThread::GetCurrent(); ResolveEntryPoint() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dg1gc_test.cpp163 MTManagedThread *thread = MTManagedThread::GetCurrent(); in TEST_F() local
200 MTManagedThread *thread = MTManagedThread::GetCurrent(); in TEST_F() local
212 MTManagedThread *thread = MTManagedThread::GetCurrent(); in TEST_F() local
249 MTManagedThread *thread = MTManagedThread::GetCurrent(); TEST_F() local
281 MTManagedThread *thread = MTManagedThread::GetCurrent(); TEST_F() local
335 MTManagedThread *thread = MTManagedThread::GetCurrent(); TEST_F() local
408 MTManagedThread *thread = MTManagedThread::GetCurrent(); global() variable
464 MTManagedThread *thread = MTManagedThread::GetCurrent(); TEST_F() local
535 MTManagedThread *thread = MTManagedThread::GetCurrent(); TEST_F() local
568 MTManagedThread *thread = MTManagedThread::GetCurrent(); TEST_F() local
623 MTManagedThread *thread = MTManagedThread::GetCurrent(); TEST_F() local
703 auto thread = MTManagedThread::GetCurrent(); TEST_F() local
811 MTManagedThread *thread = MTManagedThread::GetCurrent(); TEST_F() local
925 MTManagedThread *thread = MTManagedThread::GetCurrent(); TEST_F() local
1002 MTManagedThread *thread = MTManagedThread::GetCurrent(); global() variable
1016 MTManagedThread *thread = MTManagedThread::GetCurrent(); TEST_F() local
1063 MTManagedThread *thread = MTManagedThread::GetCurrent(); TEST_F() local
1115 MTManagedThread *thread = MTManagedThread::GetCurrent(); TEST_F() local
1190 MTManagedThread *thread = MTManagedThread::GetCurrent(); TEST_F() local
1316 ManagedThread *thread = ManagedThread::GetCurrent(); TEST_F() local
1347 ManagedThread *thread = ManagedThread::GetCurrent(); TEST_F() local
1379 ManagedThread *thread = ManagedThread::GetCurrent(); TEST_F() local
1425 ManagedThread *thread = ManagedThread::GetCurrent(); TEST_F() local
1457 ManagedThread *thread = ManagedThread::GetCurrent(); TEST_F() local
1489 ManagedThread *thread = ManagedThread::GetCurrent(); TEST_F() local
1515 ManagedThread *thread = ManagedThread::GetCurrent(); TEST_F() local
1649 auto *thread = MTManagedThread::GetCurrent(); PinUnpinTest() local
1909 auto *thread = MTManagedThread::GetCurrent(); AllocatePinnedObjectTest() local
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_array.cpp38 JSThread *thread = argv->GetThread(); in ArrayConstructor() local
161 JSThread *thread = argv->GetThread(); From() local
411 JSThread *thread = argv->GetThread(); Of() local
481 JSThread *thread = argv->GetThread(); Concat() local
587 JSThread *thread = argv->GetThread(); CopyWithin() local
713 JSThread *thread = argv->GetThread(); global() local
729 JSThread *thread = argv->GetThread(); Every() local
808 JSThread *thread = argv->GetThread(); Fill() local
895 FilterUnStableJSArray(JSThread *thread, JSHandle<JSTaggedValue> &thisArgHandle, JSHandle<JSTaggedValue> &thisObjVal, int64_t k, int64_t len, uint32_t toIndex, JSHandle<JSObject> newArrayHandle, JSHandle<JSTaggedValue> &callbackFnHandle) FilterUnStableJSArray() argument
934 JSThread *thread = argv->GetThread(); Filter() local
998 JSThread *thread = argv->GetThread(); Find() local
1060 JSThread *thread = argv->GetThread(); FindIndex() local
1130 JSThread *thread = argv->GetThread(); ForEach() local
1196 IndexOfStable( EcmaRuntimeCallInfo *argv, JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle) IndexOfStable() argument
1227 IndexOfSlowPath( EcmaRuntimeCallInfo *argv, JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle) IndexOfSlowPath() argument
1249 IndexOfSlowPath( EcmaRuntimeCallInfo *argv, JSThread *thread, const JSHandle<JSTaggedValue> &thisObjVal, int64_t length, int64_t fromIndex) IndexOfSlowPath() argument
1276 JSThread *thread = argv->GetThread(); IndexOf() local
1292 JSThread *thread = argv->GetThread(); Join() local
1395 JSThread *thread = argv->GetThread(); Keys() local
1407 LastIndexOfStable( EcmaRuntimeCallInfo *argv, JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle) LastIndexOfStable() argument
1435 LastIndexOfSlowPath( EcmaRuntimeCallInfo *argv, JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle) LastIndexOfSlowPath() argument
1457 LastIndexOfSlowPath( EcmaRuntimeCallInfo *argv, JSThread *thread, const JSHandle<JSTaggedValue> &thisObjVal, int64_t fromIndex) LastIndexOfSlowPath() argument
1483 JSThread *thread = argv->GetThread(); LastIndexOf() local
1498 JSThread *thread = argv->GetThread(); Map() local
1554 MapUnStableJSArray(JSThread *thread, JSHandle<JSTaggedValue> &thisArgHandle, JSHandle<JSTaggedValue> &thisObjVal, int64_t k, int64_t len, JSHandle<JSObject> newArrayHandle, JSHandle<JSTaggedValue> &callbackFnHandle) MapUnStableJSArray() argument
1592 JSThread *thread = argv->GetThread(); Pop() local
1649 JSThread *thread = argv->GetThread(); Push() local
1700 ReduceUnStableJSArray(JSThread *thread, JSHandle<JSTaggedValue> &thisHandle, JSHandle<JSTaggedValue> &thisObjVal, int64_t k, int64_t len, JSMutableHandle<JSTaggedValue> &accumulator, JSHandle<JSTaggedValue> &callbackFnHandle) ReduceUnStableJSArray() argument
1737 JSThread *thread = argv->GetThread(); Reduce() local
1757 JSThread *thread = argv->GetThread(); ReduceInner() local
1824 JSThread *thread = argv->GetThread(); ReduceRight() local
1844 JSThread *thread = argv->GetThread(); ReduceRightInner() local
1954 JSThread *thread = argv->GetThread(); Reverse() local
2070 JSThread *thread = argv->GetThread(); Shift() local
2159 JSThread *thread = argv->GetThread(); Slice() local
2282 JSThread *thread = argv->GetThread(); Some() local
2361 JSThread *thread = argv->GetThread(); Sort() local
2392 JSThread *thread = argv->GetThread(); Splice() local
2599 JSThread *thread = argv->GetThread(); ToLocaleString() local
2694 JSThread *thread = argv->GetThread(); ToString() local
2732 JSThread *thread = argv->GetThread(); Unshift() local
2825 JSThread *thread = argv->GetThread(); Values() local
2842 JSThread *thread = argv->GetThread(); Flat() local
2894 JSThread *thread = argv->GetThread(); FlatMap() local
2932 JSThread *thread = argv->GetThread(); Includes() local
3002 JSThread *thread = argv->GetThread(); At() local
3053 JSThread *thread = argv->GetThread(); With() local
3124 JSThread *thread = argv->GetThread(); ToSorted() local
3178 JSThread *thread = argv->GetThread(); ToSpliced() local
3306 JSThread *thread = argv->GetThread(); FindLast() local
3379 JSThread *thread = argv->GetThread(); FindLastIndex() local
3450 JSThread *thread = argv->GetThread(); ToReversed() local
[all...]
H A Dbuiltins_typedarray.cpp43 JSThread *thread = argv->GetThread(); in Int8ArrayConstructor() local
52 JSThread *thread = argv->GetThread(); in Uint8ArrayConstructor() local
61 JSThread *thread = argv->GetThread(); in Uint8ClampedArrayConstructor() local
71 JSThread *thread = argv->GetThread(); in Int16ArrayConstructor() local
80 JSThread *thread = argv->GetThread(); in Uint16ArrayConstructor() local
89 JSThread *thread = argv->GetThread(); Int32ArrayConstructor() local
98 JSThread *thread = argv->GetThread(); Uint32ArrayConstructor() local
107 JSThread *thread = argv->GetThread(); Float32ArrayConstructor() local
116 JSThread *thread = argv->GetThread(); Float64ArrayConstructor() local
125 JSThread *thread = argv->GetThread(); BigInt64ArrayConstructor() local
134 JSThread *thread = argv->GetThread(); BigUint64ArrayConstructor() local
139 FromUsingIteratorUndefinedValues(JSThread *thread, const JSHandle<JSTaggedValue> &thisHandle, const JSHandle<JSTaggedValue> source, const JSHandle<JSTaggedValue> &thisArgHandle, const JSHandle<JSTaggedValue> &mapfn) FromUsingIteratorUndefinedValues() argument
211 ProcessFromNotUndefinedValues(JSThread *thread, const CVector<JSHandle<JSTaggedValue>> &vec, const JSHandle<JSTaggedValue> &thisHandle, JSHandle<JSTaggedValue> &thisArgHandle, JSHandle<JSTaggedValue> &mapfn) ProcessFromNotUndefinedValues() argument
272 JSThread *thread = argv->GetThread(); From() local
324 JSThread *thread = argv->GetThread(); Of() local
377 JSThread *thread = argv->GetThread(); GetBuffer() local
402 JSThread *thread = argv->GetThread(); GetByteLength() local
432 JSThread *thread = argv->GetThread(); GetByteOffset() local
474 JSThread *thread = argv->GetThread(); Entries() local
494 JSThread *thread = argv->GetThread(); Every() local
561 JSThread *thread = argv->GetThread(); Fill() local
658 JSThread *thread = argv->GetThread(); Filter() local
765 JSThread *thread = argv->GetThread(); ForEach() local
827 JSThread *thread = argv->GetThread(); IndexOf() local
839 JSThread *thread = argv->GetThread(); Join() local
939 JSThread *thread = argv->GetThread(); Keys() local
958 JSThread *thread = argv->GetThread(); LastIndexOf() local
970 JSThread *thread = argv->GetThread(); GetLength() local
1001 JSThread *thread = argv->GetThread(); Map() local
1067 JSThread *thread = argv->GetThread(); Reduce() local
1091 JSThread *thread = argv->GetThread(); ReduceRight() local
1115 JSThread *thread = argv->GetThread(); Reverse() local
1177 JSThread *thread = argv->GetThread(); Set() local
1424 JSThread *thread = argv->GetThread(); Slice() local
1562 JSThread *thread = argv->GetThread(); Some() local
1616 JSThread *thread = argv->GetThread(); Sort() local
1687 JSThread *thread = argv->GetThread(); Subarray() local
1795 JSThread *thread = argv->GetThread(); Values() local
1815 JSThread *thread = argv->GetThread(); ToStringTag() local
1840 JSThread *thread = argv->GetThread(); At() local
1881 JSThread* thread = argv->GetThread(); ToSorted() local
1965 JSThread* thread = argv->GetThread(); With() local
2054 JSThread *thread = argv->GetThread(); ToReversed() local
[all...]
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.cpp382 JSThread *thread = ecmaVm->GetJSThread(); in GetGlobalValue() local
407 JSThread *thread = ecmaVm->GetJSThread(); in SetGlobalValue() local
428 JSThread *thread = ecmaVm->GetJSThread(); GetCurrentModule() local
452 JSThread *thread = ecmaVm->GetJSThread(); GetImportModule() local
502 JSThread *thread = ecmaVm->GetJSThread(); GetModuleVariableIndex() local
532 JSThread *thread = ecmaVm->GetJSThread(); GetRequestModuleIndex() local
564 JSThread *thread = ecmaVm->GetJSThread(); GetExportVariableValue() local
590 JSThread *thread = ecmaVm->GetJSThread(); SetExportVariableValue() local
651 JSThread *thread = ecmaVm->GetJSThread(); InitializeExportVariables() local
684 JSThread *thread = ecmaVm->GetJSThread(); GetLocalExportVariables() local
736 JSThread *thread = ecmaVm->GetJSThread(); GetIndirectExportVariables() local
776 JSThread *thread = ecmaVm->GetJSThread(); GetImportVariables() local
816 JSThread *thread = ecmaVm->GetJSThread(); HandleUncaughtException() local
918 JSThread *thread = ecmaVm->GetJSThread(); GetNativePointer() local
968 JSThread *thread = ecmaVm->GetJSThread(); GetArrayListValue() local
985 JSThread *thread = ecmaVm->GetJSThread(); GetDequeValue() local
1000 JSThread *thread = ecmaVm->GetJSThread(); GetHashMapValue() local
1034 JSThread *thread = ecmaVm->GetJSThread(); GetHashSetValue() local
1070 JSThread *thread = ecmaVm->GetJSThread(); GetLightWeightMapValue() local
1097 JSThread *thread = ecmaVm->GetJSThread(); GetLightWeightSetValue() local
1120 JSThread *thread = ecmaVm->GetJSThread(); GetLinkedListValue() local
1140 JSThread *thread = ecmaVm->GetJSThread(); GetListValue() local
1162 JSThread *thread = ecmaVm->GetJSThread(); GetPlainArrayValue() local
1189 JSThread *thread = ecmaVm->GetJSThread(); GetQueueValue() local
1208 JSThread *thread = ecmaVm->GetJSThread(); GetStackValue() local
1225 JSThread *thread = ecmaVm->GetJSThread(); GetTreeMapValue() local
1252 JSThread *thread = ecmaVm->GetJSThread(); GetTreeSetValue() local
1282 JSThread *thread = ecmaVm->GetJSThread(); GetVectorValue() local
1297 JSThread *thread = ecmaVm->GetJSThread(); CheckPromiseQueueSize() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Decma_context.cpp39 EcmaContext::EcmaContext(JSThread *thread) in EcmaContext() argument
48 EcmaContext *EcmaContext::Create(JSThread *thread) in Create() argument
148 void EcmaContext::ClearIcuCache(JSThread *thread) in ClearIcuCache() argument
763 void EcmaContext::PrintJSErrorInfo(JSThread *thread, cons argument
862 MountContext(JSThread *thread) MountContext() argument
868 UnmountContext(JSThread *thread) UnmountContext() argument
875 CreateAndInitialize(JSThread *thread) CreateAndInitialize() argument
883 CheckAndDestroy(JSThread *thread, EcmaContext *context) CheckAndDestroy() argument
[all...]
H A Decma_string.cpp162 JSThread *thread = vm->GetJSThread(); in GetSubString() local
1201 EcmaString *EcmaString::TrimBody(const JSThread *thread, const JSHandle<EcmaString> &src, Span<T> &data, TrimMode mode) in TrimBody() argument
1336 EcmaString *EcmaString::Trim(const JSThread *thread, const JSHandle<EcmaString> &src, TrimMode mode) in Trim() argument
1356 auto thread = vm->GetJSThread(); SlowFlatten() local
[all...]
H A Dframes.h1541 JSTaggedValue thread; member
1667 alignas(EAS) uintptr_t thread; member
[all...]
H A Djs_bigint.cpp68 JSHandle<BigInt> BigInt::CreateUint64MaxBigInt(JSThread *thread) in CreateUint64MaxBigInt() argument
78 JSHandle<BigInt> BigInt::CreateInt64MaxBigInt(JSThread *thread) in CreateInt64MaxBigInt() argument
87 JSHandle<BigInt> BigInt::GetUint64MaxBigInt(JSThread *thread) in GetUint64MaxBigInt() argument
92 JSHandle<BigInt> BigInt::GetInt64MaxBigInt(JSThread *thread) in GetInt64MaxBigInt() argument
97 SetBigInt(JSThread *thread, const CString &numStr, uint32_t currentRadix) SetBigInt() argument
149 RightTruncate(JSThread *thread, JSHandle<BigInt> x) RightTruncate() argument
197 CreateBigint(JSThread *thread, uint32_t length) CreateBigint() argument
243 BitwiseOp(JSThread *thread, Operate op, JSHandle<BigInt> x, JSHandle<BigInt> y) BitwiseOp() argument
282 OneIsNegativeAND(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) OneIsNegativeAND() argument
308 BitwiseAND(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) BitwiseAND() argument
333 OneIsNegativeXOR(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) OneIsNegativeXOR() argument
345 BitwiseXOR(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) BitwiseXOR() argument
366 BitwiseSubOne(JSThread *thread, JSHandle<BigInt> bigint, uint32_t maxLen) BitwiseSubOne() argument
384 BitwiseAddOne(JSThread *thread, JSHandle<BigInt> bigint) BitwiseAddOne() argument
414 OneIsNegativeOR(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) OneIsNegativeOR() argument
448 BitwiseOR(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) BitwiseOR() argument
478 ToString(JSThread *thread, JSHandle<BigInt> bigint, uint32_t conversionToRadix) ToString() argument
495 NumberToBigInt(JSThread *thread, JSHandle<JSTaggedValue> number) NumberToBigInt() argument
508 DoubleToBigInt(JSThread *thread, double num) DoubleToBigInt() argument
546 Int32ToBigInt(JSThread *thread, const int &number) Int32ToBigInt() argument
562 Uint32ToBigInt(JSThread *thread, const uint32_t &number) Uint32ToBigInt() argument
570 Int64ToBigInt(JSThread *thread, const int64_t &number) Int64ToBigInt() argument
585 Uint64ToBigInt(JSThread *thread, const uint64_t &number) Uint64ToBigInt() argument
618 BigIntToInt64(JSThread *thread, JSHandle<JSTaggedValue> bigint, int64_t *cValue, bool *lossless) BigIntToInt64() argument
641 BigIntToUint64(JSThread *thread, JSHandle<JSTaggedValue> bigint, uint64_t *cValue, bool *lossless) BigIntToUint64() argument
664 CreateBigWords(JSThread *thread, bool sign, uint32_t size, const uint64_t *words) CreateBigWords() argument
688 Add(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) Add() argument
718 Subtract(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) Subtract() argument
750 BigintAdd(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y, bool resultSign) BigintAdd() argument
788 BigintSub(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y, bool resultSign) BigintSub() argument
813 BigintAddOne(JSThread *thread, JSHandle<BigInt> x) BigintAddOne() argument
820 BigintSubOne(JSThread *thread, JSHandle<BigInt> x) BigintSubOne() argument
870 SignedRightShift(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) SignedRightShift() argument
882 ReturnIfRightShiftOverMax(JSThread *thread, bool sign) ReturnIfRightShiftOverMax() argument
936 RightShiftHelper(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) RightShiftHelper() argument
969 LeftShift(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) LeftShift() argument
978 LeftShiftHelper(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) LeftShiftHelper() argument
1015 UnsignedRightShift(JSThread *thread) UnsignedRightShift() argument
1021 Copy(JSThread *thread, JSHandle<BigInt> x, uint32_t len) Copy() argument
1031 UnaryMinus(JSThread *thread, JSHandle<BigInt> x) UnaryMinus() argument
1042 BitwiseNOT(JSThread *thread, JSHandle<BigInt> x) BitwiseNOT() argument
1056 Exponentiate(JSThread *thread, JSHandle<BigInt> base, JSHandle<BigInt> exponent) Exponentiate() argument
1135 Multiply(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) Multiply() argument
1273 FormatLeftShift(JSThread *thread, uint32_t shift, JSHandle<BigInt> bigint, bool neeedAddOne) FormatLeftShift() argument
1376 DivideAndRemainderWithBigintDivisor(JSThread *thread, JSHandle<BigInt> dividend, JSHandle<BigInt> divisor, JSMutableHandle<BigInt> &remainder) DivideAndRemainderWithBigintDivisor() argument
1433 DivideAndRemainderWithUint32Divisor(JSThread *thread, JSHandle<BigInt> dividend, uint32_t divisor, JSMutableHandle<BigInt> &remainder) DivideAndRemainderWithUint32Divisor() argument
1455 Divide(JSThread *thread, JSHandle<BigInt> x, JSHandle<BigInt> y) Divide() argument
1495 Remainder(JSThread *thread, JSHandle<BigInt> n, JSHandle<BigInt> d) Remainder() argument
1522 FloorMod(JSThread *thread, JSHandle<BigInt> leftVal, JSHandle<BigInt> rightVal) FloorMod() argument
1532 AsUintN(JSThread *thread, JSTaggedNumber &bits, JSHandle<BigInt> bigint) AsUintN() argument
1553 AsintN(JSThread *thread, JSTaggedNumber &bits, JSHandle<BigInt> bigint) AsintN() argument
[all...]
H A Djs_date_time_format.cpp107 void JSDateTimeFormat::SetIcuLocale(JSThread *thread, JSHandle<JSDateTimeFormat> obj, in SetIcuLocale() argument
144 void JSDateTimeFormat::SetIcuSimpleDateFormat(JSThread *thread, JSHandle<JSDateTimeFormat> obj, in SetIcuSimpleDateFormat() argument
177 JSHandle<EcmaString> JSDateTimeFormat::ToValueString(JSThread *thread, const Value value) in ToValueString() argument
328 InitializeDateTimeFormat(JSThread *thread, const JSHandle<JSDateTimeFormat> &dateTimeFormat, const JSHandle<JSTaggedValue> &locales, const JSHandle<JSTaggedValue> &options, IcuCacheType type) InitializeDateTimeFormat() argument
682 GetCachedIcuSimpleDateFormat(JSThread *thread, const JSHandle<JSTaggedValue> &locales, IcuFormatterType type) GetCachedIcuSimpleDateFormat() argument
695 ToDateTimeOptions(JSThread *thread, const JSHandle<JSTaggedValue> &options, const RequiredOption &required, const DefaultsOption &defaults) ToDateTimeOptions() argument
823 ToDateTimeSkeleton(JSThread *thread, const std::vector<std::string> &options, std::string &skeleton, HourCycleOption hc, const RequiredOption &required, const DefaultsOption &defaults) ToDateTimeSkeleton() argument
913 FormatDateTime(JSThread *thread, const JSHandle<JSDateTimeFormat> &dateTimeFormat, double x) FormatDateTime() argument
922 FormatDateTime(JSThread *thread, const icu::SimpleDateFormat *simpleDateFormat, double x) FormatDateTime() argument
945 FormatDateTimeToParts(JSThread *thread, const JSHandle<JSDateTimeFormat> &dateTimeFormat, double x) FormatDateTimeToParts() argument
1014 UnwrapDateTimeFormat(JSThread *thread, const JSHandle<JSTaggedValue> &dateTimeFormat) UnwrapDateTimeFormat() argument
1043 ToHourCycleEcmaString(JSThread *thread, HourCycleOption hc) ToHourCycleEcmaString() argument
1067 ToDateTimeStyleEcmaString(JSThread *thread, DateTimeStyleOption style) ToDateTimeStyleEcmaString() argument
1092 ResolvedOptions(JSThread *thread, const JSHandle<JSDateTimeFormat> &dateTimeFormat, const JSHandle<JSObject> &options) ResolvedOptions() argument
1234 ConstructDTFRange(JSThread *thread, const JSHandle<JSDateTimeFormat> &dtf, double x, double y) ConstructDTFRange() argument
1248 NormDateTimeRange(JSThread *thread, const JSHandle<JSDateTimeFormat> &dtf, double x, double y) NormDateTimeRange() argument
1291 NormDateTimeRangeToParts(JSThread *thread, const JSHandle<JSDateTimeFormat> &dtf, double x, double y) NormDateTimeRangeToParts() argument
1314 GainAvailableLocales(JSThread *thread) GainAvailableLocales() argument
1329 ConstructFDateIntervalToJSArray(JSThread *thread, const icu::FormattedDateInterval &formatted) ConstructFDateIntervalToJSArray() argument
1761 ConvertFieldIdToDateType(JSThread *thread, int32_t fieldId) ConvertFieldIdToDateType() argument
[all...]
H A Djs_function.cpp29 void JSFunction::InitializeJSFunction(JSThread *thread, const JSHandle<JSFunction> &func, FunctionKind kind) in InitializeJSFunction() argument
74 InitializeSFunction(JSThread *thread, const JSHandle<JSFunction> &func, FunctionKind kind) InitializeSFunction() argument
90 InitializeWithDefaultValue(JSThread *thread, const JSHandle<JSFunction> &func) InitializeWithDefaultValue() argument
107 NewJSFunctionPrototype(JSThread *thread, const JSHandle<JSFunction> &func) NewJSFunctionPrototype() argument
128 GetOrCreateInitialJSHClass(JSThread *thread, const JSHandle<JSFunction> &fun) GetOrCreateInitialJSHClass() argument
161 PrototypeGetter(JSThread *thread, const JSHandle<JSObject> &self) PrototypeGetter() argument
174 PrototypeSetter(JSThread *thread, const JSHandle<JSObject> &self, const JSHandle<JSTaggedValue> &value, [[maybe_unused]] bool mayThrow) PrototypeSetter() argument
211 SetFunctionPrototypeOrInstanceHClass(const JSThread *thread, const JSHandle<JSFunction> &fun, JSTaggedValue protoOrHClass) SetFunctionPrototypeOrInstanceHClass() argument
225 GetFunctionNameString(JSThread *thread, JSHandle<EcmaString> concatString, ObjectFactory *factory, JSHandle<JSTaggedValue> target) GetFunctionNameString() argument
243 NameGetter(JSThread *thread, const JSHandle<JSObject> &self) NameGetter() argument
296 LengthGetter(JSThread *thread, const JSHandle<JSObject> &self) LengthGetter() argument
332 OrdinaryHasInstance(JSThread *thread, const JSHandle<JSTaggedValue> &constructor, const JSHandle<JSTaggedValue> &obj) OrdinaryHasInstance() argument
400 MakeConstructor(JSThread *thread, const JSHandle<JSFunction> &func, const JSHandle<JSTaggedValue> &proto, bool writable) MakeConstructor() argument
443 JSThread *thread = info->GetThread(); Call() local
468 JSThread *thread = info->GetThread(); Construct() local
497 JSThread *thread = info->GetThread(); Invoke() local
505 InvokeOptimizedEntrypoint(JSThread *thread, JSHandle<JSFunction> mainFunc, JSHandle<JSTaggedValue> &thisArg, CJSInfo* cjsInfo) InvokeOptimizedEntrypoint() argument
575 InvokeOptimizedEntrypoint(JSThread *thread, JSHandle<JSFunction> func, EcmaRuntimeCallInfo *info) InvokeOptimizedEntrypoint() argument
609 JSThread *thread = info->GetThread(); ConstructInternal() local
660 GetFunctionName(JSThread *thread, const JSHandle<JSFunctionBase> &func) GetFunctionName() argument
667 SetFunctionName(JSThread *thread, const JSHandle<JSFunctionBase> &func, const JSHandle<JSTaggedValue> &name, const JSHandle<JSTaggedValue> &prefix) SetFunctionName() argument
724 SetFunctionLength(JSThread *thread, const JSHandle<JSFunction> &func, JSTaggedValue length, bool cfg) SetFunctionLength() argument
740 JSThread *thread = info->GetThread(); ConstructInternal() local
777 ProxyRevocFunctions(const JSThread *thread, const JSHandle<JSProxyRevocFunction> &revoker) ProxyRevocFunctions() argument
806 IntlNameGetter(JSThread *thread, [[maybe_unused]] const JSHandle<JSObject> &self) IntlNameGetter() argument
811 SetFunctionNameNoPrefix(JSThread *thread, JSFunction *func, JSTaggedValue name) SetFunctionNameNoPrefix() argument
841 GetInstanceJSHClass(JSThread *thread, JSHandle<JSFunction> constructor, JSHandle<JSTaggedValue> newTarget) GetInstanceJSHClass() argument
897 GetOrCreateDerivedJSHClass(JSThread *thread, JSHandle<JSFunction> derived, JSHandle<JSHClass> ctorInitialJSHClass) GetOrCreateDerivedJSHClass() argument
936 InitializeJSFunction(JSThread *thread, [[maybe_unused]] const JSHandle<GlobalEnv> &env, const JSHandle<JSFunction> &func, FunctionKind kind) InitializeJSFunction() argument
942 NameSetter(JSThread *thread, const JSHandle<JSObject> &self, const JSHandle<JSTaggedValue> &value, [[maybe_unused]] bool mayThrow) NameSetter() argument
955 SetFunctionLength(const JSThread *thread, JSTaggedValue length) SetFunctionLength() argument
961 SetFunctionExtraInfo(JSThread *thread, void *nativeFunc, const NativePointerCallback &deleter, void *data, size_t nativeBindingsize, Concurrent isConcurrent) SetFunctionExtraInfo() argument
1003 SetSFunctionExtraInfo( JSThread *thread, void *nativeFunc, const NativePointerCallback &deleter, void *data, size_t nativeBindingsize) SetSFunctionExtraInfo() argument
1046 SetProfileTypeInfo(const JSThread *thread, const JSHandle<JSFunction> &func, const JSHandle<JSTaggedValue> &value, BarrierMode mode) SetProfileTypeInfo() argument
1059 UpdateProfileTypeInfoCell(JSThread *thread, JSHandle<FunctionTemplate> literalFunc, JSHandle<JSFunction> targetFunc) UpdateProfileTypeInfoCell() argument
1077 SetJitMachineCodeCache(const JSThread *thread, const JSHandle<MachineCode> &machineCode) SetJitMachineCodeCache() argument
1118 InitializeForConcurrentFunction(JSThread *thread, JSHandle<JSFunction> &func) InitializeForConcurrentFunction() argument
1198 SetJitCompiledFuncEntry(JSThread *thread, JSHandle<MachineCode> &machineCode, bool isFastCall) SetJitCompiledFuncEntry() argument
1213 ClearMachineCode(const JSThread *thread) ClearMachineCode() argument
[all...]
H A Djs_hclass.cpp29 JSHandle<TransitionsDictionary> TransitionsDictionary::PutIfAbsent(const JSThread *thread, in PutIfAbsent() argument
80 JSHandle<TransitionsDictionary> TransitionsDictionary::Remove(const JSThread *thread, in Remove() argument
94 void TransitionsDictionary::Rehash(const JSThread *thread, TransitionsDictionary *newTable) in Rehash() argument
123 InitializeWithDefaultValue(const JSThread *thread, uint32_t size, JSType type, uint32_t inlinedProps) InitializeWithDefaultValue() argument
190 Initialize(const JSThread *thread, uint32_t size, JSType type, uint32_t inlinedProps) Initialize() argument
199 Initialize(const JSThread *thread, uint32_t size, JSType type, uint32_t inlinedProps, const JSHandle<JSTaggedValue> &layout) Initialize() argument
211 Clone(const JSThread *thread, const JSHandle<JSHClass> &jshclass, bool withoutInlinedProperties, uint32_t incInlinedProperties) Clone() argument
239 CloneWithElementsKind(const JSThread *thread, const JSHandle<JSHClass> &jshclass, const ElementsKind kind, bool isPrototype) CloneWithElementsKind() argument
249 CloneWithoutInlinedProperties(const JSThread *thread, const JSHandle<JSHClass> &jshclass) CloneWithoutInlinedProperties() argument
254 TransitionElementsToDictionary(const JSThread *thread, const JSHandle<JSObject> &obj) TransitionElementsToDictionary() argument
268 OptimizeAsFastElements(const JSThread *thread, JSHandle<JSObject> obj) OptimizeAsFastElements() argument
280 AddProperty(const JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTaggedValue> &key, const PropertyAttributes &attr, const Representation &rep) AddProperty() argument
322 TransitionExtension(const JSThread *thread, const JSHandle<JSHClass> &jshclass) TransitionExtension() argument
350 TransitionProto(const JSThread *thread, const JSHandle<JSHClass> &jshclass, const JSHandle<JSTaggedValue> &proto, bool isChangeProto) TransitionProto() argument
386 FindTransitionProtoForAOT(const JSThread *thread, const JSHandle<JSHClass> &jshclass, const JSHandle<JSTaggedValue> &proto) FindTransitionProtoForAOT() argument
410 ReBuildFunctionInheritanceRelationship(const JSThread *thread, const JSHandle<JSTaggedValue> &proto, const JSHandle<JSTaggedValue> &baseIhc, const JSHandle<JSTaggedValue> &transIhc, const JSHandle<JSTaggedValue> &transPhc) ReBuildFunctionInheritanceRelationship() argument
435 CloneWithAddProto(const JSThread *thread, const JSHandle<JSHClass> &jshclass, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &proto) CloneWithAddProto() argument
449 TransProtoWithoutLayout(const JSThread *thread, const JSHandle<JSHClass> &jshclass, const JSHandle<JSTaggedValue> &proto) TransProtoWithoutLayout() argument
464 SetPrototype(const JSThread *thread, JSTaggedValue proto, bool isChangeProto) SetPrototype() argument
471 SetPrototypeWithNotification(const JSThread *thread, const JSHandle<JSHClass> &hclass, const JSHandle<JSTaggedValue> &proto, bool isChangeProto) SetPrototypeWithNotification() argument
487 SetPrototypeTransition(JSThread *thread, const JSHandle<JSObject> &object, const JSHandle<JSTaggedValue> &proto, bool isChangeProto) SetPrototypeTransition() argument
498 SetPrototype(const JSThread *thread, const JSHandle<JSTaggedValue> &proto, bool isChangeProto) SetPrototype() argument
507 OptimizePrototypeForIC(const JSThread *thread, const JSHandle<JSTaggedValue> &proto, bool isChangeProto) OptimizePrototypeForIC() argument
561 TransitionToDictionary(const JSThread *thread, const JSHandle<JSObject> &obj) TransitionToDictionary() argument
583 OptimizeAsFastProperties(const JSThread *thread, const JSHandle<JSObject> &obj, const std::vector<int> &indexOrder, bool isDictionary) OptimizeAsFastProperties() argument
628 TransitionForRepChange(const JSThread *thread, const JSHandle<JSObject> &receiver, const JSHandle<JSTaggedValue> &key, PropertyAttributes attr) TransitionForRepChange() argument
657 IsInitialArrayHClassWithElementsKind(const JSThread *thread, const JSHClass *targetHClass, const ElementsKind targetKind) IsInitialArrayHClassWithElementsKind() argument
674 TransitToElementsKindUncheck(const JSThread *thread, const JSHandle<JSObject> &obj, ElementsKind newKind) TransitToElementsKindUncheck() argument
702 TransitToElementsKind(const JSThread *thread, const JSHandle<JSArray> &array, ElementsKind newKind) TransitToElementsKind() argument
719 TransitToElementsKind(const JSThread *thread, const JSHandle<JSObject> &object, const JSHandle<JSTaggedValue> &value, ElementsKind kind) TransitToElementsKind() argument
809 ConvertOrTransitionWithRep(const JSThread *thread, const JSHandle<JSObject> &receiver, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, PropertyAttributes &attr) ConvertOrTransitionWithRep() argument
848 EnableProtoChangeMarker(const JSThread *thread, const JSHandle<JSHClass> &jshclass) EnableProtoChangeMarker() argument
880 EnablePHCProtoChangeMarker(const JSThread *thread, const JSHandle<JSHClass> &protoClass) EnablePHCProtoChangeMarker() argument
898 NotifyHclassChanged(const JSThread *thread, JSHandle<JSHClass> oldHclass, JSHandle<JSHClass> newHclass, JSTaggedValue addedKey) NotifyHclassChanged() argument
939 NotifyAccessorChanged(const JSThread *thread, JSHandle<JSHClass> hclass) NotifyAccessorChanged() argument
965 RegisterOnProtoChain(const JSThread *thread, const JSHandle<JSHClass> &jshclass) RegisterOnProtoChain() argument
1011 UnregisterOnProtoChain(const JSThread *thread, const JSHandle<JSHClass> &jshclass) UnregisterOnProtoChain() argument
1042 GetProtoChangeDetails(const JSThread *thread, const JSHandle<JSHClass> &jshclass) GetProtoChangeDetails() argument
1053 GetProtoChangeDetails(const JSThread *thread, const JSHandle<JSObject> &obj) GetProtoChangeDetails() argument
1059 MarkProtoChanged([[maybe_unused]] const JSThread *thread, const JSHandle<JSHClass> &jshclass) MarkProtoChanged() argument
1070 NoticeThroughChain(const JSThread *thread, const JSHandle<JSHClass> &jshclass, JSTaggedValue addedKey) NoticeThroughChain() argument
1092 RefreshUsers(const JSThread *thread, const JSHandle<JSHClass> &oldHclass, const JSHandle<JSHClass> &newHclass) RefreshUsers() argument
1113 LookupPropertyInAotHClass(const JSThread *thread, JSHClass *hclass, JSTaggedValue key) LookupPropertyInAotHClass() argument
1154 LookupPropertyInPGOHClass(const JSThread *thread, JSHClass *hclass, JSTaggedValue key) LookupPropertyInPGOHClass() argument
1194 LookupPropertyInBuiltinPrototypeHClass(const JSThread *thread, JSHClass *hclass, JSTaggedValue key) LookupPropertyInBuiltinPrototypeHClass() argument
1256 CreateRootHClassFromPGO(const JSThread* thread, const HClassLayoutDesc* desc, uint32_t maxNum, bool isCache) CreateRootHClassFromPGO() argument
1294 CreateRootHClassWithCached(const JSThread* thread, const HClassLayoutDesc* desc, uint32_t maxNum) CreateRootHClassWithCached() argument
1329 CreateChildHClassFromPGO(const JSThread* thread, const JSHandle<JSHClass>& parent, const HClassLayoutDesc* desc) CreateChildHClassFromPGO() argument
1462 LookupPropertyInBuiltinHClass(const JSThread *thread, JSHClass *hclass, JSTaggedValue key) LookupPropertyInBuiltinHClass() argument
1503 CreateSHClass(JSThread *thread, const std::vector<PropertyDescriptor> &descs, const JSHClass *parentHClass, bool isFunction) CreateSHClass() argument
1535 CreateSConstructorHClass(JSThread *thread, const std::vector<PropertyDescriptor> &descs) CreateSConstructorHClass() argument
1543 CreateSPrototypeHClass(JSThread *thread, const std::vector<PropertyDescriptor> &descs) CreateSPrototypeHClass() argument
1551 CreateSInlinedLayout(JSThread *thread, const std::vector<PropertyDescriptor> &descs, const JSHandle<JSHClass> &hclass, const JSHClass *parentHClass) CreateSInlinedLayout() argument
1606 CreateSDictLayout(JSThread *thread, const std::vector<PropertyDescriptor> &descs, const JSHandle<JSHClass> &hclass, const JSHClass *parentHClass) CreateSDictLayout() argument
1663 IsNeedNotifyHclassChangedForAotTransition(const JSThread *thread, const JSHandle<JSHClass> &hclass, JSTaggedValue key) IsNeedNotifyHclassChangedForAotTransition() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp22 JSTaggedValue SlowRuntimeStub::CallSpread(JSThread *thread, JSTaggedValue func, JSTaggedValue obj, in CallSpread() argument
34 JSTaggedValue SlowRuntimeStub::Neg(JSThread *thread, JSTaggedValue value) in Neg() argument
43 AsyncFunctionEnter(JSThread *thread) AsyncFunctionEnter() argument
51 ToNumber(JSThread *thread, JSTaggedValue value) ToNumber() argument
61 ToNumeric(JSThread *thread, JSTaggedValue value) ToNumeric() argument
71 Not(JSThread *thread, JSTaggedValue value) Not() argument
80 Inc(JSThread *thread, JSTaggedValue value) Inc() argument
89 Dec(JSThread *thread, JSTaggedValue value) Dec() argument
98 Throw(JSThread *thread, JSTaggedValue value) Throw() argument
104 GetPropIterator(JSThread *thread, JSTaggedValue value) GetPropIterator() argument
113 ThrowConstAssignment(JSThread *thread, JSTaggedValue value) ThrowConstAssignment() argument
122 Add2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) Add2() argument
132 Sub2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) Sub2() argument
142 Mul2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) Mul2() argument
152 Div2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) Div2() argument
162 Mod2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) Mod2() argument
172 Eq(JSThread *thread, JSTaggedValue left, JSTaggedValue right) Eq() argument
182 NotEq(JSThread *thread, JSTaggedValue left, JSTaggedValue right) NotEq() argument
192 Less(JSThread *thread, JSTaggedValue left, JSTaggedValue right) Less() argument
202 LessEq(JSThread *thread, JSTaggedValue left, JSTaggedValue right) LessEq() argument
212 Greater(JSThread *thread, JSTaggedValue left, JSTaggedValue right) Greater() argument
222 GreaterEq(JSThread *thread, JSTaggedValue left, JSTaggedValue right) GreaterEq() argument
232 Shl2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) Shl2() argument
242 Shr2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) Shr2() argument
252 Ashr2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) Ashr2() argument
262 And2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) And2() argument
271 Or2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) Or2() argument
281 Xor2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) Xor2() argument
291 ToJSTaggedValueWithInt32(JSThread *thread, JSTaggedValue value) ToJSTaggedValueWithInt32() argument
299 ToJSTaggedValueWithUint32(JSThread *thread, JSTaggedValue value) ToJSTaggedValueWithUint32() argument
307 DelObjProp(JSThread *thread, JSTaggedValue obj, JSTaggedValue prop) DelObjProp() argument
317 NewObjRange(JSThread *thread, JSTaggedValue func, JSTaggedValue newTarget, uint16_t firstArgIdx, uint16_t length) NewObjRange() argument
328 CreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys, JSTaggedValue objVal, uint16_t firstArgRegIdx) CreateObjectWithExcludedKeys() argument
338 Exp(JSThread *thread, JSTaggedValue base, JSTaggedValue exponent) Exp() argument
346 IsIn(JSThread *thread, JSTaggedValue prop, JSTaggedValue obj) IsIn() argument
356 Instanceof(JSThread *thread, JSTaggedValue obj, JSTaggedValue target) Instanceof() argument
366 InstanceofByHandler(JSThread *thread, JSTaggedValue target, JSTaggedValue object, JSTaggedValue instOfHandler) InstanceofByHandler() argument
379 NewLexicalEnv(JSThread *thread, uint16_t numVars) NewLexicalEnv() argument
387 NewSendableEnv(JSThread *thread, uint16_t numVars) NewSendableEnv() argument
395 NewLexicalEnvWithName(JSThread *thread, uint16_t numVars, uint16_t scopeId) NewLexicalEnvWithName() argument
403 CreateIterResultObj(JSThread *thread, JSTaggedValue value, JSTaggedValue flag) CreateIterResultObj() argument
412 CreateGeneratorObj(JSThread *thread, JSTaggedValue genFunc) CreateGeneratorObj() argument
421 CreateAsyncGeneratorObj(JSThread *thread, JSTaggedValue genFunc) CreateAsyncGeneratorObj() argument
430 SuspendGenerator(JSThread *thread, JSTaggedValue genObj, JSTaggedValue value) SuspendGenerator() argument
440 SetGeneratorState(JSThread *thread, JSTaggedValue genObj, int32_t index) SetGeneratorState() argument
449 AsyncFunctionAwaitUncaught(JSThread *thread, JSTaggedValue asyncFuncObj, JSTaggedValue value) AsyncFunctionAwaitUncaught() argument
460 AsyncFunctionResolveOrReject(JSThread *thread, JSTaggedValue asyncFuncObj, JSTaggedValue value, bool is_resolve) AsyncFunctionResolveOrReject() argument
471 NewObjApply(JSThread *thread, JSTaggedValue func, JSTaggedValue array) NewObjApply() argument
481 ThrowUndefinedIfHole(JSThread *thread, JSTaggedValue obj) ThrowUndefinedIfHole() argument
490 ThrowIfSuperNotCorrectCall(JSThread *thread, uint16_t index, JSTaggedValue thisValue) ThrowIfSuperNotCorrectCall() argument
498 ThrowIfNotObject(JSThread *thread) ThrowIfNotObject() argument
506 ThrowThrowNotExists(JSThread *thread) ThrowThrowNotExists() argument
514 ThrowPatternNonCoercible(JSThread *thread) ThrowPatternNonCoercible() argument
522 StOwnByName(JSThread *thread, JSTaggedValue obj, JSTaggedValue prop, JSTaggedValue value) StOwnByName() argument
533 StOwnByNameWithNameSet(JSThread *thread, JSTaggedValue obj, JSTaggedValue prop, JSTaggedValue value) StOwnByNameWithNameSet() argument
545 StOwnByIndex(JSThread *thread, JSTaggedValue obj, uint32_t idx, JSTaggedValue value) StOwnByIndex() argument
556 StOwnByValue(JSThread *thread, JSTaggedValue obj, JSTaggedValue key, JSTaggedValue value) StOwnByValue() argument
567 StOwnByValueWithNameSet(JSThread *thread, JSTaggedValue obj, JSTaggedValue key, JSTaggedValue value) StOwnByValueWithNameSet() argument
579 CreateEmptyArray(JSThread *thread, ObjectFactory *factory, JSHandle<GlobalEnv> globalEnv) CreateEmptyArray() argument
586 CreateEmptyObject(JSThread *thread, ObjectFactory *factory, JSHandle<GlobalEnv> globalEnv) CreateEmptyObject() argument
595 CreateObjectWithBuffer(JSThread *thread, ObjectFactory *factory, JSObject *literal) CreateObjectWithBuffer() argument
604 CreateObjectHavingMethod(JSThread *thread, ObjectFactory *factory, JSObject *literal, JSTaggedValue env) CreateObjectHavingMethod() argument
615 SetObjectWithProto(JSThread *thread, JSTaggedValue proto, JSTaggedValue obj) SetObjectWithProto() argument
625 IterNext(JSThread *thread, JSTaggedValue iter) IterNext() argument
634 CloseIterator(JSThread *thread, JSTaggedValue iter) CloseIterator() argument
643 StModuleVar(JSThread *thread, int32_t index, JSTaggedValue value) StModuleVar() argument
651 StModuleVar(JSThread *thread, JSTaggedValue key, JSTaggedValue value) StModuleVar() argument
659 LdLocalModuleVar(JSThread *thread, int32_t index) LdLocalModuleVar() argument
667 LdExternalModuleVar(JSThread *thread, int32_t index) LdExternalModuleVar() argument
675 LdModuleVar(JSThread *thread, JSTaggedValue key, bool inner) LdModuleVar() argument
683 CreateRegExpWithLiteral(JSThread *thread, JSTaggedValue pattern, uint8_t flags) CreateRegExpWithLiteral() argument
692 CreateArrayWithBuffer(JSThread *thread, ObjectFactory *factory, JSArray *literal) CreateArrayWithBuffer() argument
701 GetTemplateObject(JSThread *thread, JSTaggedValue literal) GetTemplateObject() argument
710 GetNextPropName(JSThread *thread, JSTaggedValue iter) GetNextPropName() argument
719 CopyDataProperties(JSThread *thread, JSTaggedValue dst, JSTaggedValue src) CopyDataProperties() argument
729 GetIteratorNext(JSThread *thread, JSTaggedValue obj, JSTaggedValue method) GetIteratorNext() argument
739 GetUnmapedArgs(JSThread *thread, JSTaggedType *sp, uint32_t actualNumArgs, uint32_t startIdx) GetUnmapedArgs() argument
747 CopyRestArgs(JSThread *thread, JSTaggedType *sp, uint32_t restNumArgs, uint32_t startIdx) CopyRestArgs() argument
754 GetIterator(JSThread *thread, JSTaggedValue obj) GetIterator() argument
763 GetAsyncIterator(JSThread *thread, JSTaggedValue obj) GetAsyncIterator() argument
772 DefineGetterSetterByValue(JSThread *thread, JSTaggedValue obj, JSTaggedValue prop, JSTaggedValue getter, JSTaggedValue setter, bool flag) DefineGetterSetterByValue() argument
788 LdObjByIndex(JSThread *thread, JSTaggedValue obj, uint32_t idx, bool callGetter, JSTaggedValue receiver) LdObjByIndex() argument
798 StObjByIndex(JSThread *thread, JSTaggedValue obj, uint32_t idx, JSTaggedValue value) StObjByIndex() argument
808 LdObjByName(JSThread *thread, JSTaggedValue obj, JSTaggedValue prop, bool callGetter, JSTaggedValue receiver) LdObjByName() argument
816 StObjByName(JSThread *thread, JSTaggedValue obj, JSTaggedValue prop, JSTaggedValue value) StObjByName() argument
827 LdObjByValue(JSThread *thread, JSTaggedValue obj, JSTaggedValue prop, bool callGetter, JSTaggedValue receiver) LdObjByValue() argument
838 StObjByValue(JSThread *thread, JSTaggedValue obj, JSTaggedValue prop, JSTaggedValue value) StObjByValue() argument
850 TryLdGlobalByNameFromGlobalProto(JSThread *thread, JSTaggedValue global, JSTaggedValue prop) TryLdGlobalByNameFromGlobalProto() argument
861 TryStGlobalByName(JSThread *thread, JSTaggedValue prop) TryStGlobalByName() argument
868 LdGlobalVarFromGlobalProto(JSThread *thread, JSTaggedValue global, JSTaggedValue prop) LdGlobalVarFromGlobalProto() argument
878 StGlobalVar(JSThread *thread, JSTaggedValue prop, JSTaggedValue value) StGlobalVar() argument
888 TryUpdateGlobalRecord(JSThread *thread, JSTaggedValue prop, JSTaggedValue value) TryUpdateGlobalRecord() argument
897 LdGlobalRecord(JSThread *thread, JSTaggedValue key) LdGlobalRecord() argument
905 StGlobalRecord(JSThread *thread, JSTaggedValue prop, JSTaggedValue value, bool isConst) StGlobalRecord() argument
915 ThrowReferenceError(JSThread *thread, JSTaggedValue prop, const char *desc) ThrowReferenceError() argument
924 ThrowTypeError(JSThread *thread, const char *message) ThrowTypeError() argument
932 ThrowSyntaxError(JSThread *thread, const char *message) ThrowSyntaxError() argument
940 StArraySpread(JSThread *thread, JSTaggedValue dst, JSTaggedValue index, JSTaggedValue src) StArraySpread() argument
951 DefineFunc(JSThread *thread, JSTaggedValue constPool, uint16_t methodId, JSTaggedValue module, uint16_t length, JSTaggedValue env, JSTaggedValue homeObject) DefineFunc() argument
965 GetSuperConstructor(JSThread *thread, JSTaggedValue ctor) GetSuperConstructor() argument
974 SuperCall(JSThread *thread, JSTaggedValue func, JSTaggedValue newTarget, uint16_t firstVRegIdx, uint16_t length) SuperCall() argument
985 DynamicImport(JSThread *thread, JSTaggedValue specifier, JSTaggedValue currentFunc) DynamicImport() argument
995 SuperCallSpread(JSThread *thread, JSTaggedValue func, JSTaggedValue newTarget, JSTaggedValue array) SuperCallSpread() argument
1007 SuperCallForwardAllArgs(JSThread *thread, JSTaggedType *sp, JSTaggedValue func, JSTaggedValue newTarget, uint32_t restNumArgs, uint32_t startIdx) SuperCallForwardAllArgs() argument
1015 DefineMethod(JSThread *thread, Method *method, JSTaggedValue homeObject, uint16_t length, JSTaggedValue env, JSTaggedValue module) DefineMethod() argument
1027 LdSendableClass(JSThread *thread, JSTaggedValue env, uint16_t level) LdSendableClass() argument
1035 LdSendableExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue thisFunc) LdSendableExternalModuleVar() argument
1043 LdLazyExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue thisFunc) LdLazyExternalModuleVar() argument
1050 LdLazySendableExternalModuleVar(JSThread *thread, int32_t index, JSTaggedValue thisFunc) LdLazySendableExternalModuleVar() argument
1058 LdSuperByValue(JSThread *thread, JSTaggedValue obj, JSTaggedValue key, JSTaggedValue thisFunc) LdSuperByValue() argument
1069 StSuperByValue(JSThread *thread, JSTaggedValue obj, JSTaggedValue key, JSTaggedValue value, JSTaggedValue thisFunc) StSuperByValue() argument
1081 GetCallSpreadArgs(JSThread *thread, JSTaggedValue array) GetCallSpreadArgs() argument
1090 ThrowDeleteSuperProperty(JSThread *thread) ThrowDeleteSuperProperty() argument
1098 NotifyInlineCache(JSThread *thread, JSFunction *function) NotifyInlineCache() argument
1108 ResolveClass(JSThread *thread, JSTaggedValue ctor, TaggedArray *literal, JSTaggedValue base, JSTaggedValue lexenv) ResolveClass() argument
1119 CloneClassFromTemplate(JSThread *thread, JSTaggedValue ctor, JSTaggedValue base, JSTaggedValue lexenv) CloneClassFromTemplate() argument
1131 CreateClassWithBuffer(JSThread *thread, JSTaggedValue base, JSTaggedValue lexenv, JSTaggedValue constpool, uint16_t methodId, uint16_t literalId, JSTaggedValue module, JSTaggedValue length) CreateClassWithBuffer() argument
1147 CreateSharedClass(JSThread *thread, JSTaggedValue base, JSTaggedValue constpool, uint16_t methodId, uint16_t literalId, uint16_t length, JSTaggedValue module) CreateSharedClass() argument
1159 SetClassInheritanceRelationship(JSThread *thread, JSTaggedValue ctor, JSTaggedValue base) SetClassInheritanceRelationship() argument
1168 SetClassConstructorLength(JSThread *thread, JSTaggedValue ctor, JSTaggedValue length) SetClassConstructorLength() argument
1173 GetModuleNamespace(JSThread *thread, int32_t index) GetModuleNamespace() argument
1178 GetModuleNamespace(JSThread *thread, JSTaggedValue localName) GetModuleNamespace() argument
1183 LdBigInt(JSThread *thread, JSTaggedValue numberBigInt) LdBigInt() argument
1190 AsyncGeneratorResolve(JSThread *thread, JSTaggedValue asyncFuncObj, const JSTaggedValue value, JSTaggedValue flag) AsyncGeneratorResolve() argument
1202 AsyncGeneratorReject(JSThread *thread, JSTaggedValue asyncFuncObj, const JSTaggedValue value) AsyncGeneratorReject() argument
1214 LdPatchVar(JSThread *thread, uint32_t index) LdPatchVar() argument
1222 StPatchVar(JSThread *thread, uint32_t index, JSTaggedValue value) StPatchVar() argument
1231 NotifyConcurrentResult(JSThread *thread, JSTaggedValue result, JSTaggedValue hint) NotifyConcurrentResult() argument
1237 UpdateAOTHClass(JSThread *thread, JSTaggedValue jshclass, JSTaggedValue newjshclass, JSTaggedValue key) UpdateAOTHClass() argument
1247 DefineField(JSThread *thread, JSTaggedValue obj, JSTaggedValue propKey, JSTaggedValue value) DefineField() argument
1254 CreatePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t count, JSTaggedValue constpool, uint32_t literalId, JSTaggedValue module) CreatePrivateProperty() argument
1261 DefinePrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj, JSTaggedValue value) DefinePrivateProperty() argument
1268 LdPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) LdPrivateProperty() argument
1276 StPrivateProperty(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj, JSTaggedValue value) StPrivateProperty() argument
1284 TestIn(JSThread *thread, JSTaggedValue lexicalEnv, uint32_t levelIndex, uint32_t slotIndex, JSTaggedValue obj) TestIn() argument
[all...]
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.cpp1730 JSThread *thread = vm_->GetJSThread(); in GenerateScopeChains() local
1809 JSThread *thread = vm_->GetJSThread(); in GetClosureScopeChains() local
1910 JSThread *thread = vm_->GetJSThread(); in GetModuleScopeChain() local
/third_party/ffmpeg/libavcodec/
H A Dhevc_cabac.c463 static void load_states(HEVCContext *s, int thread) in load_states() argument
511 int ff_hevc_cabac_init(HEVCContext *s, int ctb_addr_ts, int thread) in ff_hevc_cabac_init() argument
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1286 extern "C" inline void* ThreadFuncWithCLinkage(void* thread) { in ThreadFuncWithCLinkage() argument
[all...]
/third_party/libuv/src/win/
H A Dpipe.c1017 HANDLE thread; in uv__pipe_interrupt_read() local
1248 HANDLE thread; uv_pipe_zero_readfile_thread_proc() local
[all...]
/third_party/libuv/test/
H A Dtest-fs.c3754 uv_thread_t thread; in test_fs_partial() local
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp955 INT_PTR CProgressDialog::Create(const UString &title, NWindows::CThread &thread, HWND wndParent) in Create() argument
1398 NWindows::CThread thread; in Create() local
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1283 extern "C" inline void* ThreadFuncWithCLinkage(void* thread) { in ThreadFuncWithCLinkage() argument
[all...]
/third_party/node/src/
H A Djs_native_api_v8_inspector.cc143 static T* get(MainThreadInterface* thread, int id) { in get() argument
208 AnotherThreadObjectReference( std::shared_ptr<MainThreadHandle> thread, int object_id) AnotherThreadObjectReference() argument
213 AnotherThreadObjectReference( std::shared_ptr<MainThreadHandle> thread, Factory factory) AnotherThreadObjectReference() argument
252 MainThreadSessionState(MainThreadInterface* thread, bool prevent_shutdown) MainThreadSessionState() argument
256 Create( MainThreadInterface* thread, bool prevent_shutdown) Create() argument
279 CrossThreadInspectorSession( int id, std::shared_ptr<MainThreadHandle> thread, std::unique_ptr<InspectorSessionDelegate> delegate, bool prevent_shutdown) CrossThreadInspectorSession() argument
301 ThreadSafeDelegate(std::shared_ptr<MainThreadHandle> thread, int object_id) ThreadSafeDelegate() argument
[all...]
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-port.h1311 extern "C" inline void* ThreadFuncWithCLinkage(void* thread) { in ThreadFuncWithCLinkage() argument
[all...]
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-posix.cc1047 Thread* thread = reinterpret_cast<Thread*>(arg); in ThreadEntry() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_pipe.h319 thrd_t thread; member
/third_party/node/deps/uv/src/win/
H A Dpipe.c923 HANDLE thread; in uv__pipe_interrupt_read() local
1153 HANDLE thread; uv_pipe_zero_readfile_thread_proc() local
[all...]

Completed in 59 milliseconds

1...<<3132333435363738394041