Home
last modified time | relevance | path

Searched defs:srcLength (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.cpp125 int srcLength = strlen(src); in CheckAndCopy() local
173 uint8_t srcLength = stream.str().size(); in GetNativeStack() local
/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp741 uint32_t srcLength = srcFlat.GetLength(); in ToLower() local
756 uint32_t srcLength = srcFlat.GetLength(); in TryToLower() local
777 uint32_t srcLength = srcFlat.GetLength(); in TryToUpper() local
800 uint32_t srcLength = src->GetLength(); in ConvertUtf8ToLowerOrUpper() local
825 uint32_t srcLength = srcFlat.GetLength(); in ToUpper() local
Djs_stable_array.cpp1438uint32_t srcLength, JSHandle<JSObject> &obj) in FastCopyFromArrayToTypedArray()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp396 int srcLength = strlen(moduleStr.c_str()) + 1; in SetModuleDeregisterProcession() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_buffer.cpp212 uint32_t srcLength = src->GetLength(); in Compare() local
583 uint32_t srcLength = src->GetLength(); in Copy() local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.cpp778 int srcLength = strlen(src); in CheckAndCopy() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp1246 uint32_t srcLength = typedArray->GetArrayLength(); in Set() local
1576 uint32_t srcLength = thisObj->GetArrayLength(); in Subarray() local
Dbuiltins_typedarray.cpp1319 uint32_t srcLength = typedArray->GetArrayLength(); in Set() local
1679 uint32_t srcLength = thisObj->GetArrayLength(); in Subarray() local
Dbuiltins_string.cpp1312 int32_t srcLength = static_cast<int32_t>(EcmaStringAccessor(srcString).GetLength()); in ProcessDollarSingleQuote() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dshare_gate_meta_data.h359 auto srcLength = str.size(); in StringMetaData() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp3480 GateRef targetOffset, GateRef srcLength, Label *check, Label *slowPath, in FastCopyFromArrayToTypedArray()
3527 void BuiltinsTypedArrayStubBuilder::CopyElementsToArrayBuffer(GateRef glue, GateRef srcLength, Gate… in CopyElementsToArrayBuffer()
Dbuiltins_string_stub_builder.cpp2131 GateRef srcLength = GetLengthFromString(thisValue); in ToLowerCase() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_buffer.cpp271 uint32_t srcLength = srcBuffer->GetArrayBufferByteLength(); in FromArrayBuffer() local