Home
last modified time | relevance | path

Searched defs:destSize (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dstandardize.cpp63 uint32 destSize = dest.GetSize(); in AddressMapping() local
/arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/api/
Dani_textencoder.cpp95 … const UConverterWrapper &cvt, char *dest, size_t destSize) in OtherEncode()
142 char *dest, size_t destSize) in OtherEncode()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_standardize.cpp74 uint32 destSize = OpndDesSize; in StdzCvtOp() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightset.cpp202 uint32_t destSize = lightweightSet->GetLength(); in HasAll() local
251 uint32_t destSize = obj->GetLength(); in Equal() local
/arkcompiler/runtime_core/common_interfaces/objects/string/
Dbase_string_impl.h174 …aseString::WriteData(ReadBarrier &&readBarrier, BaseString *src, uint32_t start, uint32_t destSize, in WriteData()
/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h452 uint32_t destSize, uint32_t length) in ReadData()
Decma_string.h339 …void WriteData(const JSThread *thread, EcmaString *src, uint32_t start, uint32_t destSize, uint32_… in WriteData()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doperand.h550 bool IsBitmaskImmediate(uint32 destSize) const in IsBitmaskImmediate()
563 bool IsSingleInstructionMovable(uint32 destSize) const in IsSingleInstructionMovable()