Home
last modified time | relevance | path

Searched defs:comment (Results 1 – 5 of 5) sorted by relevance

/system/core/libzipfile/
Dprivate.h34 const unsigned char* comment; //mComment; member
/system/core/libpixelflinger/codeflinger/
DARMAssembler.cpp98 ssize_t comment = mComments.indexOfKey(i); in disassemble() local
108 void ARMAssembler::comment(const char* string) in comment() function in android::ARMAssembler
361 void ARMAssembler::SWI(int cc, uint32_t comment) { in SWI()
DMIPSAssembler.cpp132 void ArmToMipsAssembler::comment(const char* string) in comment() function in android::ArmToMipsAssembler
1019 void ArmToMipsAssembler::SWI(int cc, uint32_t comment) { in SWI()
1353 ssize_t comment = mComments.indexOfKey(mipsPC); in disassemble() local
1366 void MIPSAssembler::comment(const char* string) in comment() function in android::MIPSAssembler
DARMAssemblerProxy.cpp68 void ARMAssemblerProxy::comment(const char* string) { in comment() function in android::ARMAssemblerProxy
249 void ARMAssemblerProxy::SWI(int cc, uint32_t comment) { in SWI()
DArm64Assembler.cpp241 ssize_t comment = mComments.indexOfKey(i); in disassemble() local
256 void ArmToArm64Assembler::comment(const char* string) in comment() function in android::ArmToArm64Assembler