Searched defs:sizeInByte (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
| D | assembler.h | 82 void Emit(const void *data, uint64 sizeInByte) in Emit()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_emitter.cpp | 47 uint64 sizeInByte = Globals::GetInstance()->GetBECommon()->GetTypeSize(typeIndex); in GetSymbolSize() local 1722 uint64 sizeInByte = GetSymbolSize(elmTyIdx) * dim; in EmitArray() local 1852 uint64 sizeInByte = GetSymbolSize(ty->GetTypeIndex()); in EmitLocalVariable() local 1921 uint64 sizeInByte = GetSymbolSize(mirType->GetTypeIndex()); in EmitGlobalVariable() local
|
| D | asm_assembler.cpp | 84 void AsmAssembler::PostEmitVariable(int64 symIdx, SymbolAttr symAttr, uint64 sizeInByte, bool belon… in PostEmitVariable() 110 void AsmAssembler::EmitVariable(int64 symIdx, uint64 sizeInByte, uint8 alignInByte, SymbolAttr symA… in EmitVariable() 395 void AsmAssembler::EmitDwFormData(int32 attrValue, uint8 sizeInByte) in EmitDwFormData() 559 void AsmAssembler::EmitNull(uint64 sizeInByte) in EmitNull()
|
| D | elf_assembler.cpp | 49 void ElfAssembler::EmitVariable(int64 symIdx, uint64 sizeInByte, uint8 alignInByte, SymbolAttr symA… in EmitVariable() 95 void ElfAssembler::EmitBssSectionVar(int64 symIdx, uint64 sizeInByte, uint8 alignInByte, SymbolAttr… in EmitBssSectionVar() 284 void ElfAssembler::EmitNull(uint64 sizeInByte) in EmitNull() 290 void ElfAssembler::PostEmitVariable(int64 symIdx, SymbolAttr symAttr, uint64 sizeInByte, bool belon… in PostEmitVariable() 1096 void ElfAssembler::EmitDwFormData(int32 attrValue, uint8 sizeInByte) in EmitDwFormData()
|