Home
last modified time | relevance | path

Searched refs:EmitDecUnsigned (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cg.cpp175 emitter->EmitDecUnsigned(bitmapWords.size()); in EmitGCTIBLabel()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dasm_assembler.cpp256 void AsmAssembler::EmitDecUnsigned(uint64 num) in EmitDecUnsigned() function in assembler::AsmAssembler
327 EmitDecUnsigned(offset); in EmitDIDebugInfoSectionAbbrevId()
331 EmitDecUnsigned(size); in EmitDIDebugInfoSectionAbbrevId()
388 EmitDecUnsigned(name.length() + 1); in EmitDwFormString()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Demit.h275 void EmitDecUnsigned(uint64 num);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
H A Dasm_assembler.h155 void EmitDecUnsigned(uint64 num);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp2777 void Emitter::EmitDecUnsigned(uint64 num) in EmitAsmLabel() function in maplebe::Emitter

Completed in 11 milliseconds