Home
last modified time | relevance | path

Searched refs:MAX_GAP (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h343 if (index - capacity > MAX_GAP) { in ShouldTransToDict()
Djs_object.h406 static constexpr int MAX_GAP = 1_KB; variable
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp655 … Branch(Int64GreaterThan(*arrayLength, Int64(JSObject::MAX_GAP)), &slowPath, &lengthValid); in DECLARE_BUILTINS()
Dbuiltins_array_stub_builder.cpp195 Branch(Int64GreaterThan(len, Int64(JSObject::MAX_GAP)), slowPath, &notOverFlow); in Filter()
632 … Branch(Int64GreaterThan(*count, Int64(JSObject::MAX_GAP)), slowPath, &notOverFlow); in Slice()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp759 if (length - size > JSObject::MAX_GAP) { in Fill()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp2271 …builder_.Int64GreaterThan(*arrayLength, builder_.Int64(JSObject::MAX_GAP)), &slowPath, &lengthVali… in LowerArrayConstructor()
Dstub_builder.cpp3113 Int32(JSObject::MAX_GAP)), &isLessThanMax, &notLessThanMax); in ShouldTransToDict()