Searched refs:ShouldTransToDict (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_object-inl.h | 347 inline bool JSObject::ShouldTransToDict(uint32_t capacity, uint32_t index) in ShouldTransToDict() function in panda::ecmascript::JSObject
|
H A D | js_array.cpp | 247 if (JSObject::ShouldTransToDict(oldLen, newLen)) { in SetCapacity()
|
H A D | js_object.h | 746 static bool ShouldTransToDict(uint32_t capacity, uint32_t index);
|
H A D | js_object.cpp | 433 if (!receiver->IsJSSArray() && (ShouldTransToDict(capacity, index) || !attr.IsDefaultAttributes())) { in AddElementInternal()
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
H A D | ic_runtime_stub-inl.h | 579 if (JSObject::ShouldTransToDict(capacity, elementIndex)) { in StoreElement()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | stub_builder.h | 840 GateRef ShouldTransToDict(GateRef capcity, GateRef index);
|
H A D | stub_builder.cpp | 2687 BRANCH(ShouldTransToDict(capacity, index), &isTransToDict, ¬TransToDict); in TaggedArraySetValue() 3886 BRANCH(LogicOrBuilder(env).Or(notDefault).Or(ShouldTransToDict(capacity, index)).Done(), in AddElementInternal() 3943 GateRef StubBuilder::ShouldTransToDict(GateRef capacity, GateRef index) in ShouldTransToDict() function in panda::ecmascript::kungfu::StubBuilder
|
Completed in 30 milliseconds