Home
last modified time | relevance | path

Searched defs:SetCapacity (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dinterference_graph.h123 void SetCapacity(unsigned capacity) in SetCapacity() function in panda::compiler::GraphMatrix
/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_array.cpp138 JSHandle<TaggedArray> TaggedArray::SetCapacity(const JSThread *thread, const JSHandle<TaggedArray> &array, in SetCapacity() function in panda::ecmascript::TaggedArray
H A Dtagged_queue.h163 inline void SetCapacity(const JSThread *thread, JSTaggedValue capacity) in SetCapacity() function in panda::ecmascript::TaggedQueue
H A Dlinked_hash_table.h191 inline void SetCapacity(const JSThread *thread, int capacity) in SetCapacity() function in panda::ecmascript::LinkedHashTable
H A Dtagged_tree.h101 inline void SetCapacity(const JSThread *thread, int capacity) in SetCapacity() function in panda::ecmascript::TaggedTree
H A Djs_array.cpp202 void JSArray::SetCapacity(JSThread *thread, const JSHandle<JSObject> &array, in SetCapacity() function in panda::ecmascript::JSArray
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dinterference_graph.h142 void SetCapacity(unsigned capacity) in SetCapacity() function in ark::compiler::GraphMatrix
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dlinked_hashtable_stub_builder.h139 void SetCapacity(GateRef linkedTable, GateRef numberOfElements) in SetCapacity() function in panda::ecmascript::kungfu::LinkedHashTableStubBuilder
/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_shared_array.cpp204 JSHandle<TaggedArray> JSSharedArray::SetCapacity(const JSThread *thread, const JSHandle<TaggedArray> &array, in SetCapacity() function in panda::ecmascript::JSSharedArray
213 void JSSharedArray::SetCapacity(JSThread *thread, const JSHandle<JSObject> &array, uint32_t oldLen, uint32_t newLen, in SetCapacity() function in panda::ecmascript::JSSharedArray

Completed in 8 milliseconds