Searched defs:needTransition (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | element_accessor-inl.h | 29 Set(const JSThread *thread, JSHandle<JSObject> receiver, uint32_t idx, const JSHandle<T> &value, bool needTransition, ElementsKind extraKind) Set() argument
|
| H A D | js_stable_array.cpp | 41 bool needTransition = true; in Push() local 63 bool needTransition = true; in Push() local 223 bool needTransition in Splice() local 155 UpdateArrayCapacity(JSHandle<JSObject> &thisObjHandle, uint32_t &len, uint32_t &insertCount, uint32_t &actualDeleteCount, JSHandle<JSArray> &receiver, uint32_t &start, JSThread *thread, bool &needTransition, JSHandle<JSTaggedValue> &holeHandle, EcmaRuntimeCallInfo *argv, JSHandle<JSTaggedValue> &thisObjVal, JSHandle<JSTaggedValue> &lengthKey) UpdateArrayCapacity() argument 274 bool needTransition = true; Splice() local 376 bool needTransition = false; Shift() local 404 bool needTransition = false; Shift() local [all...] |
| H A D | js_object.cpp | 444 bool needTransition = true; in AddElementInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | stub_builder.cpp | 9507 SetValueWithElementsKind(GateRef glue, GateRef receiver, GateRef rawValue, GateRef index, GateRef needTransition, GateRef extraKind) SetValueWithElementsKind() argument
|
Completed in 28 milliseconds