Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dstandardize.cpp64 uint32 destSize = dest.GetSize(); in AddressMapping() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_standardize.cpp76 uint32 destSize = OpndDesSize; in StdzCvtOp() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightset.cpp204 uint32_t destSize = lightweightSet->GetLength(); in HasAll() local
253 uint32_t destSize = obj->GetLength(); in Equal() local
/arkcompiler/ets_runtime/ecmascript/
Decma_string-inl.h532 uint32_t start, uint32_t destSize, uint32_t length) in ReadData()
Decma_string.cpp187 void EcmaString::WriteData(EcmaString *src, uint32_t start, uint32_t destSize, uint32_t length) in WriteData()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doperand.h590 bool IsBitmaskImmediate(uint32 destSize) const in IsBitmaskImmediate()
603 bool IsSingleInstructionMovable(uint32 destSize) const in IsSingleInstructionMovable()