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/include/cg/x86_64/assembler/
Dassembler.h82 void Emit(const void *data, uint64 sizeInByte) in Emit()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp122 uint64 sizeInByte = Globals::GetInstance()->GetBECommon()->GetTypeSize(typeIndex); in GetSymbolSize() local
1640 uint64 sizeInByte = GetSymbolSize(structType.GetTypeIndex()); in EmitStructure() local
1802 uint64 sizeInByte = GetSymbolSize(elmTyIdx) * dim; in EmitArray() local
2020 uint64 sizeInByte = GetSymbolSize(ty->GetTypeIndex()); in EmitLocalVariable() local
2090 uint64 sizeInByte = GetSymbolSize(mirType->GetTypeIndex()); in EmitGlobalVariable() local
Dasm_assembler.cpp86 void AsmAssembler::PostEmitVariable(int64 symIdx, SymbolAttr symAttr, uint64 sizeInByte, bool belon… in PostEmitVariable()
112 void AsmAssembler::EmitVariable(int64 symIdx, uint64 sizeInByte, uint8 alignInByte, SymbolAttr symA… in EmitVariable()
397 void AsmAssembler::EmitDwFormData(int32 attrValue, uint8 sizeInByte) in EmitDwFormData()
561 void AsmAssembler::EmitNull(uint64 sizeInByte) in EmitNull()
Delf_assembler.cpp50 void ElfAssembler::EmitVariable(int64 symIdx, uint64 sizeInByte, uint8 alignInByte, SymbolAttr symA… in EmitVariable()
96 void ElfAssembler::EmitBssSectionVar(int64 symIdx, uint64 sizeInByte, uint8 alignInByte, SymbolAttr… in EmitBssSectionVar()
285 void ElfAssembler::EmitNull(uint64 sizeInByte) in EmitNull()
291 void ElfAssembler::PostEmitVariable(int64 symIdx, SymbolAttr symAttr, uint64 sizeInByte, bool belon… in PostEmitVariable()
1097 void ElfAssembler::EmitDwFormData(int32 attrValue, uint8 sizeInByte) in EmitDwFormData()