Searched defs:oldExtractLen (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_object_stub_builder.cpp | 969 GateRef oldExtractLen = GetExtractLengthOfTaggedArray(elements);
in CopyFromEnumCache() local 970 Store(VariableType::INT32(), glue, array, IntPtr(TaggedArray::EXTRA_LENGTH_OFFSET), oldExtractLen);
in CopyFromEnumCache() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | new_object_stub_builder.cpp | 755 GateRef oldExtractLen = GetExtractLengthOfTaggedArray(elements);
in ExtendArray() local 756 Store(VariableType::INT32(), glue, *array, IntPtr(TaggedArray::EXTRA_LENGTH_OFFSET), oldExtractLen);
in ExtendArray() local 856 GateRef oldExtractLen = GetExtractLengthOfTaggedArray(elements);
in CopyArray() local 857 Store(VariableType::INT32(), glue, *array, IntPtr(TaggedArray::EXTRA_LENGTH_OFFSET), oldExtractLen);
in CopyArray() local
|
Completed in 10 milliseconds