Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string_builder.h100 void SetLength(EtsInt length) in SetLength() function
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Darray.h248 void SetLength(ArraySizeT length) in SetLength() function
/arkcompiler/jsvm/src/inspector/
Dinspector_utils.h170 void SetLength(size_t lengthParam) in SetLength() function
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_events.h511 ScriptFailedToParse &SetLength(int32_t length) in SetLength() function
779 ScriptParsed &SetLength(int32_t length) in SetLength() function
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_vector.cpp60 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.cpp95 JSTaggedValue ContainersVector::SetLength(EcmaRuntimeCallInfo *argv) in SetLength() function in panda::ecmascript::containers::ContainersVector