Home
last modified time | relevance | path

Searched refs:ShouldTransToDict (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_object-inl.h347 inline bool JSObject::ShouldTransToDict(uint32_t capacity, uint32_t index) in ShouldTransToDict() function in panda::ecmascript::JSObject
H A Djs_array.cpp247 if (JSObject::ShouldTransToDict(oldLen, newLen)) { in SetCapacity()
H A Djs_object.h746 static bool ShouldTransToDict(uint32_t capacity, uint32_t index);
H A Djs_object.cpp433 if (!receiver->IsJSSArray() && (ShouldTransToDict(capacity, index) || !attr.IsDefaultAttributes())) { in AddElementInternal()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime_stub-inl.h579 if (JSObject::ShouldTransToDict(capacity, elementIndex)) { in StoreElement()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.h840 GateRef ShouldTransToDict(GateRef capcity, GateRef index);
H A Dstub_builder.cpp2687 BRANCH(ShouldTransToDict(capacity, index), &isTransToDict, &notTransToDict); 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