Home
last modified time | relevance | path

Searched defs:oldExtractLen (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp969 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 Dnew_object_stub_builder.cpp755 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 11 milliseconds