Home
last modified time | relevance | path

Searched defs:sizeInByte (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp47 uint64 sizeInByte = Globals::GetInstance()->GetBECommon()->GetTypeSize(typeIndex); in GetSymbolSize() local
1592 uint64 sizeInByte = GetSymbolSize(elmTyIdx) * dim; in EmitArray() local
1722 uint64 sizeInByte = GetSymbolSize(ty->GetTypeIndex()); in EmitLocalVariable() local
1791 uint64 sizeInByte = GetSymbolSize(mirType->GetTypeIndex()); in EmitGlobalVariable() local
Dasm_assembler.cpp84 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()
Delf_assembler.cpp49 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()
1092 void ElfAssembler::EmitDwFormData(int32 attrValue, uint8 sizeInByte) in EmitDwFormData()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Dassembler.h82 void Emit(const void *data, uint64 sizeInByte) in Emit()