Home
last modified time | relevance | path

Searched refs:GetExtractLengthOfTaggedArray (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp250 GateRef oldExtractLen = GetExtractLengthOfTaggedArray(elements); in ExtendArray()
366 GateRef oldExtractLen = GetExtractLengthOfTaggedArray(elements); in CopyArray()
Dstub_builder.h311 GateRef GetExtractLengthOfTaggedArray(GateRef array);
Dstub_builder-inl.h1043 inline GateRef StubBuilder::GetExtractLengthOfTaggedArray(GateRef array) in GetExtractLengthOfTaggedArray() function
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp1022 GateRef oldExtractLen = GetExtractLengthOfTaggedArray(elements); in CopyFromEnumCache()