Searched refs:MAX_GAP (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | js_object-inl.h | 343 if (index - capacity > MAX_GAP) { in ShouldTransToDict()
|
D | js_object.h | 406 static constexpr int MAX_GAP = 1_KB; variable
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | builtins_stubs.cpp | 655 … Branch(Int64GreaterThan(*arrayLength, Int64(JSObject::MAX_GAP)), &slowPath, &lengthValid); in DECLARE_BUILTINS()
|
D | builtins_array_stub_builder.cpp | 195 Branch(Int64GreaterThan(len, Int64(JSObject::MAX_GAP)), slowPath, ¬OverFlow); in Filter() 632 … Branch(Int64GreaterThan(*count, Int64(JSObject::MAX_GAP)), slowPath, ¬OverFlow); in Slice()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_array.cpp | 759 if (length - size > JSObject::MAX_GAP) { in Fill()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | typed_hcr_lowering.cpp | 2271 …builder_.Int64GreaterThan(*arrayLength, builder_.Int64(JSObject::MAX_GAP)), &slowPath, &lengthVali… in LowerArrayConstructor()
|
D | stub_builder.cpp | 3113 Int32(JSObject::MAX_GAP)), &isLessThanMax, ¬LessThanMax); in ShouldTransToDict()
|