Home
last modified time | relevance | path

Searched defs:exit (Results 126 - 150 of 192) sorted by relevance

12345678

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp170 void BuiltinsObjectStubBuilder::ToString(Variable *result, Label *exit, Labe argument
223 Create(Variable *result, Label *exit, Label *slowPath) Create() argument
555 BRANCH(HasPendingException(glue_), &exception, &exit); SlowAssign() local
596 Assign(Variable *result, Label *exit, Label *slowPath) Assign() argument
642 HasOwnProperty(Variable *result, Label *exit, Label *slowPath) HasOwnProperty() argument
648 HasOwnProperty(Variable *result, Label *exit, Label *slowPath, GateRef thisValue, GateRef prop, GateRef hir) HasOwnProperty() argument
674 BRANCH(Int32Equal(len, Int32(0)), exit, &findByIndex); HasOwnProperty() local
684 BRANCH(Int32UnsignedLessThanOrEqual(len, index), exit, &lessThanLength); HasOwnProperty() local
689 BRANCH(TaggedIsNotHole(value), &notHole, exit); HasOwnProperty() local
701 BRANCH(Int32NotEqual(entryA, Int32(-1)), &notNegtiveOne, exit); HasOwnProperty() local
720 BRANCH(TaggedIsHole(internString), exit, &findInStringTabel) HasOwnProperty() local
736 BRANCH(Int32NotEqual(entryA, Int32(-1)), &hasEntry, exit); HasOwnProperty() local
750 BRANCH(Int32NotEqual(entryB, Int32(-1)), &notNegtiveOne, exit); HasOwnProperty() local
817 BRANCH(IsInlinedProperty(attr), &inlinedProp, &exit); IsUninitializedProperty() local
834 BRANCH(IsIntRepInPropAttr(rep), &intToTagged, &exit); IsUninitializedProperty() local
1217 Keys(Variable *result, Label *exit, Label *slowPath) Keys() argument
1279 GetPrototypeOf(Variable *result, Label *exit, Label *slowPath) GetPrototypeOf() argument
1310 SetPrototypeOf(Variable *result, Label *exit, Label *slowPath) SetPrototypeOf() argument
1475 GetOwnPropertyNames(Variable *result, Label *exit, Label *slowPath) GetOwnPropertyNames() argument
1583 GetOwnPropertySymbols(Variable *result, Label *exit, Label *slowPath) GetOwnPropertySymbols() argument
1850 Entries(Variable* result, Label* exit, Label* slowPath) Entries() argument
2054 IsFrozen(Variable *result, Label *exit, Label *slowPath) IsFrozen() argument
2086 IsSealed(Variable *result, Label *exit, Label *slowPath) IsSealed() argument
2223 GetOwnPropertyDescriptors(Variable *result, Label *exit, Label *slowPath) GetOwnPropertyDescriptors() argument
[all...]
H A Dbuiltins_typedarray_stub_builder.cpp63 BRANCH(Int64LessThan(index, Int64(0)), &exit, &indexNotLessZero); in CheckTypedArrayIndexInRange() local
67 BRANCH(Int64GreaterThanOrEqual(index, ZExtInt32ToInt64(arrLen)), &exit, &indexIsvalid); in CheckTypedArrayIndexInRange() local
91 BRANCH(IsDetachedBuffer(buffer), &exit, &notDetached); LoadTypedArrayElement() local
95 BRANCH(CheckTypedArrayIndexInRange(array, index), &indexIsvalid, &exit); LoadTypedArrayElement() local
126 BRANCH(IsDetachedBuffer(buffer), &exit, &notDetached); StoreTypedArrayElement() local
129 BRANCH(CheckTypedArrayIndexInRange(array, index), &indexIsvalid, &exit); StoreTypedArrayElement() local
165 BRANCH(Int32GreaterThanOrEqual(index, arrLen), &exit, &indexIsvalid); FastGetPropertyByIndex() local
434 Reverse(GateRef glue, GateRef thisValue, [[maybe_unused]] GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Reverse() argument
502 LastIndexOf(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) LastIndexOf() argument
611 IndexOf(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) IndexOf() argument
710 Find(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Find() argument
787 Includes(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Includes() argument
878 CopyWithin(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) CopyWithin() argument
1011 ReduceRight(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) ReduceRight() argument
1119 Reduce(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Reduce() argument
1228 Every(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Every() argument
1312 Some(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Some() argument
1403 Filter(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Filter() argument
1544 Slice(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Slice() argument
1637 SubArray(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) SubArray() argument
1718 With(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) With() argument
1807 GetByteLength([[maybe_unused]] GateRef glue, GateRef thisValue, [[maybe_unused]] GateRef numArgs, Variable *result, Label *exit, Label *slowPath) GetByteLength() argument
1833 DoSort( GateRef glue, GateRef receiver, Variable* result, Label* exit, Label* slowPath) DoSort() argument
2123 Sort( GateRef glue, GateRef thisValue, GateRef numArgs, Variable* result, Label* exit, Label* slowPath) Sort() argument
2145 GetByteOffset([[maybe_unused]] GateRef glue, GateRef thisValue, [[maybe_unused]] GateRef numArgs, Variable *result, Label *exit, Label *slowPath) GetByteOffset() argument
2171 Set(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Set() argument
2278 FindIndex(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) FindIndex() argument
2361 Entries(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Entries() argument
2367 Keys(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Keys() argument
2373 Values(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Values() argument
2379 BuildArrayIterator(GateRef glue, GateRef thisValue, [[maybe_unused]] GateRef numArgs, Variable *result, Label *exit, Label *slowPath, IterationKind iteratorKind) BuildArrayIterator() argument
2400 FindLastIndex(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) FindLastIndex() argument
2468 ToSorted(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) ToSorted() argument
2504 Of(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Of() argument
2616 Map(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Map() argument
2704 ToReversed(GateRef glue, GateRef thisValue, [[maybe_unused]] GateRef numArgs, Variable *result, Label *exit, Label *slowPath) ToReversed() argument
2789 BRANCH(Int32GreaterThanOrEqual(index, arrLen), &exit, &indexIsvalid); FastSetPropertyByIndex() local
3143 BRANCH(HasPendingException(glue), &hasException, &exit); GenTypedArrayConstructor() local
3202 BRANCH(HasPendingException(glue), &hasException, &exit); AllocateTypedArray() local
3319 CreateFromArrayBuffer(Variable *result, GateRef glue, GateRef numArgs, Label *exit, Label *slowPath, const DataViewType arrayType) CreateFromArrayBuffer() argument
[all...]
H A Dbuiltins_string_stub_builder.cpp25 FromCharCode(GateRef glue, [[maybe_unused]] GateRef thisValue, GateRef numArgs, Variable* res, Label *exit, Label *slowPath) FromCharCode() argument
98 CharAt(GateRef glue, GateRef thisValue, GateRef numArgs, Variable* res, Label *exit, Label *slowPath) CharAt() argument
172 CharCodeAt(GateRef glue, GateRef thisValue, GateRef numArgs, Variable* res, Label *exit, Label *slowPath) CharCodeAt() argument
246 CodePointAt(GateRef glue, GateRef thisValue, GateRef numArgs, Variable* res, Label *exit, Label *slowPath) CodePointAt() argument
281 CheckParamsAndGetPosition(GateRef glue, GateRef thisValue, GateRef numArgs, Variable* pos, Label *exit, Label *slowPath, Label *posIsValid) CheckParamsAndGetPosition() argument
337 IndexOf(GateRef glue, GateRef thisValue, GateRef numArgs, Variable* res, Label *exit, Label *slowPath) IndexOf() argument
418 BRANCH(Int32GreaterThanOrEqual(resPos, Int32(0)), &resPosGreaterZero, exit); IndexOf() local
422 BRANCH(Int32LessThanOrEqual(resPos, thisLen), &resPosLessZero, exit); IndexOf() local
436 Substring(GateRef glue, GateRef thisValue, GateRef numArgs, Variable* res, Label *exit, Label *slowPath) Substring() argument
575 SubStr(GateRef glue, GateRef thisValue, GateRef numArgs, Variable* res, Label *exit, Label *slowPath) SubStr() argument
817 Replace(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *res, Label *exit, Label *slowPath) Replace() argument
968 Slice(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *res, Label *exit, Label *slowPath) Slice() argument
1054 Trim(GateRef glue, GateRef thisValue, GateRef numArgs [[maybe_unused]], Variable *res, Label *exit, Label *slowPath) Trim() argument
1142 BRANCH(IsSlicedString(str), &isSlicedString, &exit); GetSingleCharCodeByIndex() local
1377 BRANCH(Int32Equal(len, thisLen), &exit, &next); FastSubString() local
1922 BRANCH(Int32GreaterThan(pos, lhsCount), &exit, &nextCount); StringIndexOf() local
1942 BRANCH(Int32LessThan(max, Int32(0)), &exit, &maxNotLessZero); StringIndexOf() local
1946 BRANCH(Int32GreaterThan(posRMax, lhsCount), &exit, &posRMaxNotGreaterLhs); StringIndexOf() local
1999 BRANCH(IsLiteralString(str), &exit, &notLineString); FlattenString() local
2023 BRANCH(IsSlicedString(str), &isSlicedString, &exit); FlattenString() local
2044 BRANCH(IsLiteralString(str), &exit, &notLineString); FlattenStringWithIndex() local
2068 BRANCH(IsSlicedString(str), &isSlicedString, &exit); FlattenStringWithIndex() local
2111 Concat(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *res, Label *exit, Label *slowPath) Concat() argument
2195 ToLowerCase(GateRef glue, GateRef thisValue, [[maybe_unused]] GateRef numArgs, Variable *res, Label *exit, Label *slowPath) ToLowerCase() argument
2416 LocaleCompare([[maybe_unused]] GateRef glue, GateRef thisValue, GateRef numArgs, [[maybe_unused]] Variable *res, [[maybe_unused]] Label *exit, Label *slowPath) LocaleCompare() argument
2468 GetStringIterator(GateRef glue, GateRef thisValue, [[maybe_unused]] GateRef numArgs, Variable *res, Label *exit, Label *slowPath) GetStringIterator() argument
2498 StringIteratorNext(GateRef glue, GateRef thisValue, [[maybe_unused]] GateRef numArgs, Variable *res, Label *exit, Label *slowPath) StringIteratorNext() argument
2764 StartsWith(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *res, Label *exit, Label *slowPath) StartsWith() argument
2878 EndsWith(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *res, Label *exit, Label *slowPath) EndsWith() argument
2994 TrimStart(GateRef glue, GateRef thisValue, [[maybe_unused]] GateRef numArgs, Variable *res, Label *exit, Label *slowPath) TrimStart() argument
3014 TrimEnd(GateRef glue, GateRef thisValue, [[maybe_unused]] GateRef numArgs, Variable *res, Label *exit, Label *slowPath) TrimEnd() argument
3034 TrimLeft(GateRef glue, GateRef thisValue, [[maybe_unused]] GateRef numArgs, Variable *res, Label *exit, Label *slowPath) TrimLeft() argument
3054 TrimRight(GateRef glue, GateRef thisValue, [[maybe_unused]] GateRef numArgs, Variable *res, Label *exit, Label *slowPath) TrimRight() argument
3074 PadStart(GateRef glue, GateRef thisValue, GateRef numArgs, Variable* res, Label *exit, Label *slowPath) PadStart() argument
3202 PadEnd(GateRef glue, GateRef thisValue, GateRef numArgs, Variable* res, Label *exit, Label *slowPath) PadEnd() argument
[all...]
H A Dbuiltins_array_stub_builder.cpp305 BRANCH(Int64Equal(thisLen, Int64(0)), exit, &lengthNotZero); in Shift() local
47 With(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) With() argument
169 Unshift(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Unshift() argument
285 Shift(GateRef glue, GateRef thisValue, [[maybe_unused]] GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Shift() argument
400 Concat(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Concat() argument
461 BRANCH(TaggedIsException(newArray), exit, &setProperties); Concat() local
534 Filter(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Filter() argument
697 Map(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Map() argument
830 ForEach([[maybe_unused]] GateRef glue, GateRef thisValue, GateRef numArgs, [[maybe_unused]] Variable *result, Label *exit, Label *slowPath) ForEach() argument
985 IndexOf([[maybe_unused]] GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) IndexOf() argument
1005 LastIndexOf([[maybe_unused]] GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) LastIndexOf() argument
1024 Pop(GateRef glue, GateRef thisValue, [[maybe_unused]] GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Pop() argument
1044 BRANCH(Int64Equal(thisLen, Int64(0)), exit, &notZeroLen); Pop() local
1120 Slice(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Slice() argument
1356 Sort(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Sort() argument
1363 SortAfterArgs(GateRef glue, GateRef thisValue, GateRef callbackFnHandle, Variable *result, Label *exit, Label *slowPath, GateRef hir) SortAfterArgs() argument
1389 ToSorted(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) ToSorted() argument
1440 DoSort(GateRef glue, GateRef receiver, GateRef receiverState, Variable *result, Label *exit, Label *slowPath, GateRef hir) DoSort() argument
1661 Reduce(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Reduce() argument
1808 Reverse(GateRef glue, GateRef thisValue, [[maybe_unused]] GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Reverse() argument
1869 FastReverse(GateRef glue, GateRef thisValue, GateRef len, ElementsKind kind, Variable *result, Label *exit) FastReverse() argument
1912 ToReversed(GateRef glue, GateRef thisValue, [[maybe_unused]] GateRef numArgs, Variable* result, Label* exit, Label* slowPath) ToReversed() argument
2066 BRANCH(TaggedIsHeapObject(object), &isHeapObject, &exit); IsJsArrayWithLengthLimit() local
2068 BRANCH(IsJsArray(object), &isJsArray, &exit); IsJsArrayWithLengthLimit() local
2071 BRANCH(IsStableJSArray(glue, object), &stabilityCheckPassed, &exit); IsJsArrayWithLengthLimit() local
2078 BRANCH(HasConstructor(object), &exit, &defaultConstructorCheckPassed); IsJsArrayWithLengthLimit() local
2091 Values(GateRef glue, GateRef thisValue, [[maybe_unused]] GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Values() argument
2122 Find(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Find() argument
2206 FindIndex(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) FindIndex() argument
2379 Push(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Push() argument
2463 BRANCH(IsEcmaObject(obj), &isEcmaObj, &exit); IsConcatSpreadable() local
2479 BRANCH(IsJsArray(obj), &IsArray, &exit); IsConcatSpreadable() local
2558 Includes(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Includes() argument
2679 From(GateRef glue, [[maybe_unused]] GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) From() argument
2798 Fill(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Fill() argument
3041 Splice(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Splice() argument
3267 ToSpliced(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) ToSpliced() argument
3485 CopyWithin(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) CopyWithin() argument
3701 Some(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Some() argument
3902 Every(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) Every() argument
4091 ReduceRight(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) ReduceRight() argument
4294 FindLastIndex(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) FindLastIndex() argument
4486 FindLast(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) FindLast() argument
4680 FastCreateArrayWithArgv(GateRef glue, Variable *res, GateRef argc, GateRef hclass, Label *exit) FastCreateArrayWithArgv() argument
4737 BRANCH(IsEnableElementsKind(glue), &enabledElementsKind, exit); FastCreateArrayWithArgv() local
4875 FlatMap(GateRef glue, GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) FlatMap() argument
5192 IsArray([[maybe_unused]] GateRef glue, [[maybe_unused]] GateRef thisValue, GateRef numArgs, Variable *result, Label *exit, Label *slowPath) IsArray() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_circuit_builder.cpp1324 BRANCH_CIR2(Int32Equal(length, Int32(0)), &storeHash, &exit); in TryGetHashcodeFromString() local
1455 BRANCH_CIR2(TaggedIsUndefinedOrNull(enumCache), &exit, &enumCacheIsArray); GetEnumCacheKind() local
1492 BRANCH_CIR2(Int64Equal(hclass, cachedHclass), &isSameHclass, &exit); IsEnumCacheValid() local
1503 BRANCH_CIR2(IsEcmaObject(prototype), &prototypeIsEcmaObj, &exit); IsEnumCacheValid() local
1506 BRANCH_CIR2(TaggedIsProtoChangeMarker(protoChangeMarker), &isProtoChangeMarker, &exit); IsEnumCacheValid() local
1508 BRANCH_CIR2(GetHasChanged(protoChangeMarker), &exit, &protoNotChanged); IsEnumCacheValid() local
1541 BRANCH_CIR2(HasDeleteProperty(hclass), &exit, &hasNoDeleteProperty); NeedCheckProperty() local
[all...]
H A Dnew_object_stub_builder.cpp38 void NewObjectStubBuilder::NewLexicalEnv(Variable *result, Label *exit, GateRef numSlots, GateRef parent) in NewLexicalEnv() argument
377 BRANCH(HasPendingException(glue), &isPendingException, &exit); CreateObjectHavingMethod() local
389 NewJSObject(Variable *result, Label *exit, GateRef hclass) NewJSObject() argument
433 NewSObject(Variable *result, Label *exit, GateRef hclass) NewSObject() argument
540 NewJSObject(Variable *result, Label *exit, GateRef hclass, GateRef size) NewJSObject() argument
598 NewTaggedArrayChecked(Variable *result, GateRef len, Label *exit) NewTaggedArrayChecked() argument
629 NewMutantTaggedArrayChecked(Variable *result, GateRef len, Label *exit) NewMutantTaggedArrayChecked() argument
732 ExtendArray(Variable *res, GateRef glue, GateRef elements, GateRef newLen, Label *exit, RegionSpaceFlag spaceType, bool isMutantArray) ExtendArray() argument
1096 BRANCH(Equal(slotId, Int32(ProfileTypeInfo::INVALID_SLOT_INDEX)), &exit, &isValidSlotId); SetProfileTypeInfoCellToFunction() local
1150 BRANCH(TaggedIsHeapObject(target), &targetIsHeapObject, &exit); NewJSBoundFunction() local
1152 BRANCH(IsConstructor(target), &targetIsConstructor, &exit); NewJSBoundFunction() local
1273 NewArgumentsList(Variable *result, Label *exit, GateRef sp, GateRef startIdx, GateRef numArgs) NewArgumentsList() argument
1290 NewArgumentsObj(Variable *result, Label *exit, GateRef argumentsList, GateRef numArgs) NewArgumentsObj() argument
1323 AssignRestArg(Variable *result, Label *exit, GateRef sp, GateRef startIdx, GateRef numArgs, GateRef intialHClass) AssignRestArg() argument
1353 NewJSArrayLiteral(Variable *result, Label *exit, RegionSpaceFlag spaceType, GateRef obj, GateRef hclass, GateRef trackInfo, bool isEmptyArray) NewJSArrayLiteral() argument
1394 HeapAlloc(Variable *result, Label *exit, RegionSpaceFlag spaceType, GateRef hclass) HeapAlloc() argument
1410 AllocateInSOldPrologue([[maybe_unused]] Variable *result, Label *callRuntime, [[maybe_unused]] Label *exit) AllocateInSOldPrologue() argument
1446 AllocateInSOld(Variable *result, Label *exit, GateRef hclass) AllocateInSOld() argument
1460 AllocateInYoungPrologue([[maybe_unused]] Variable *result, Label *callRuntime, [[maybe_unused]] Label *exit) AllocateInYoungPrologue() argument
1496 AllocateInYoung(Variable *result, Label *exit, GateRef hclass) AllocateInYoung() argument
1556 InitializeWithSpeicalValue(Label *exit, GateRef object, GateRef value, GateRef start, GateRef end, MemoryAttribute mAttr) InitializeWithSpeicalValue() argument
1605 InitializeTaggedArrayWithSpeicalValue(Label *exit, GateRef array, GateRef value, GateRef start, GateRef length) InitializeTaggedArrayWithSpeicalValue() argument
1617 AllocLineStringObject(Variable *result, Label *exit, GateRef length, bool compressed) AllocLineStringObject() argument
1639 AllocSlicedStringObject(Variable *result, Label *exit, GateRef from, GateRef length, FlatStringStubBuilder *flatString) AllocSlicedStringObject() argument
1664 AllocTreeStringObject(Variable *result, Label *exit, GateRef first, GateRef second, GateRef length, bool compressed) AllocTreeStringObject() argument
1789 BRANCH(IsBase(ctor), &ctorIsBase, &exit); NewThisObjectChecked() local
2031 CreateJSCollectionIterator( Variable *result, Label *exit, GateRef thisValue, GateRef kind) CreateJSCollectionIterator() argument
2088 CreateJSTypedArrayIterator(Variable *result, Label *exit, GateRef thisValue, GateRef kind) CreateJSTypedArrayIterator() argument
2403 NewByteArray(Variable *result, Label *exit, GateRef elementSize, GateRef length) NewByteArray() argument
[all...]
H A Dslowpath_lowering.cpp1842 LowerFastSuperCallWithArgArray(GateRef array, const std::vector<GateRef> &args, bool isSpread, Variable &result, Label &exit) LowerFastSuperCallWithArgArray() argument
1857 LowerFastSuperCall(const std::vector<GateRef> &args, GateRef elementsPtr, Variable &result, Label &exit) LowerFastSuperCall() argument
1997 GenerateSuperCallForwardAllArgsWithoutArgv(const std::vector<GateRef> &args, Variable &result, Label &exit) GenerateSuperCallForwardAllArgsWithoutArgv() argument
3406 LowerNewFastCall(GateRef gate, GateRef glue, GateRef func, bool needPushArgv, const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall, Variable *result, Label *exit) LowerNewFastCall() argument
3471 LowerFastCall(GateRef gate, GateRef glue, GateRef func, GateRef argc, const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall, Variable *result, Label *exit, bool isNew) LowerFastCall() argument
[all...]
H A Dtyped_hcr_lowering.cpp1194 BuildTypedArrayLoadElement(GateRef receiver, GateRef offset, VariableType type, Label *isByteArray, Label *isArrayBuffer, Label *exit) BuildTypedArrayLoadElement() argument
1337 OptStoreElementByOnHeapMode(GateRef gate, GateRef receiver, GateRef offset, GateRef value, Label *isByteArray, Label *isArrayBuffer, Label *exit) OptStoreElementByOnHeapMode() argument
1379 BuildTypedArrayStoreElement(GateRef receiver, GateRef offset, GateRef value, Label *isByteArray, Label *isArrayBuffer, Label *exit) BuildTypedArrayStoreElement() argument
[all...]
H A Dtyped_native_inline_lowering.cpp1913 BRANCH_CIR(BuildDoubleIsFinite(doubleVal), &isFinite, &exit); BuildTaggedIsInteger() local
3832 CheckAndCalcuSliceIndex(GateRef length, GateRef startHandler, GateRef endHandler, Label* exit, Label* checkIndexDone, Variable* res, Variable* start, Variable* end) CheckAndCalcuSliceIndex() argument
[all...]
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h309 Label exit; in StoreTaggedPointer() local
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc1416 DeoptimizationExit* exit = in AssembleArchInstruction() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc1377 DeoptimizationExit* exit = in AssembleArchInstruction() local
/third_party/node/deps/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc537 Label invoke, handler_entry, exit; in Generate_JSEntryVariant() local
/third_party/node/deps/v8/src/builtins/ppc/
H A Dbuiltins-ppc.cc813 Label invoke, handler_entry, exit; in Generate_JSEntryVariant() local
/third_party/node/deps/v8/src/builtins/loong64/
H A Dbuiltins-loong64.cc538 Label invoke, handler_entry, exit; in Generate_JSEntryVariant() local
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.cc2030 void TurboAssembler::CallForDeoptimization(Builtin target, int, Label* exit, in CallRecordWriteStub() argument
/third_party/node/deps/v8/src/builtins/arm/
H A Dbuiltins-arm.cc557 Label invoke, handler_entry, exit; in Generate_JSEntryVariant() local
/third_party/node/deps/v8/src/builtins/riscv64/
H A Dbuiltins-riscv64.cc571 Label invoke, handler_entry, exit; in Generate_JSEntryVariant() local
/third_party/node/deps/v8/src/builtins/s390/
H A Dbuiltins-s390.cc792 Label invoke, handler_entry, exit; in Generate_JSEntryVariant() local
/third_party/python/Lib/test/
H A Dtest_subprocess.py190 [sys.executable, "-c", "import sys; sys.exit(5)"]) namespace
1586 self.run_python("import sys; sys.exit(47)", check=True) global() namespace
2267 fobj.write("exec '%s' -c 'import sys; sys.exit(47)'\\n" % global() namespace
2312 fobj.write("exec '%s' -c 'import sys; sys.exit(47)'\\n" % global() namespace
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dencode.cpp1145 auto exit = CreateLabel(); in EncodeCompareAndSwap() local
/third_party/node/deps/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h327 Label exit; in StoreTaggedPointer() local
/third_party/node/deps/v8/src/builtins/mips/
H A Dbuiltins-mips.cc383 Label invoke, handler_entry, exit; in Generate_JSEntryVariant() local
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc6108 void TurboAssembler::CallForDeoptimization(Builtin target, int, Label* exit, in CallRecordWriteStub() argument
/third_party/node/deps/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc374 Label invoke, handler_entry, exit; in Generate_JSEntryVariant() local

Completed in 111 milliseconds

12345678