Home
last modified time | relevance | path

Searched defs:SetLength (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/runtime/include/coretypes/
Darray.h203 void SetLength(array_size_t length) in SetLength() function
/arkcompiler/toolchain/tooling/base/
Dpt_events.h419 ScriptFailedToParse &SetLength(int32_t length) in SetLength() function
687 ScriptParsed &SetLength(int32_t length) in SetLength() function
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_vector.cpp62 void JSAPIVector::SetLength(JSThread *thread, const JSHandle<JSAPIVector> &vector, uint32_t newSize) in SetLength() function in panda::ecmascript::JSAPIVector
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_vector.cpp100 JSTaggedValue ContainersVector::SetLength(EcmaRuntimeCallInfo *argv) in SetLength() function in panda::ecmascript::containers::ContainersVector
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h2112 inline void StubBuilder::SetLength(GateRef glue, GateRef str, GateRef length, bool compressed) in SetLength() function