Searched refs:theLabel (Results 1 - 7 of 7) sorted by last modified time

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp113 void ARMAssembler::label(const char* theLabel) argument
115 mLabels.add(theLabel, mPC);
116 mLabelsInverseMapping.add(mPC, theLabel);
H A DARMAssembler.h110 virtual void label(const char* theLabel);
H A DARMAssemblerInterface.h145 virtual void label(const char* theLabel) = 0;
H A DARMAssemblerProxy.cpp198 void ARMAssemblerProxy::label(const char* theLabel) { argument
199 mTarget->label(theLabel);
H A DARMAssemblerProxy.h98 virtual void label(const char* theLabel);
H A DMIPSAssembler.cpp137 void ArmToMipsAssembler::label(const char* theLabel) argument
139 mMips->label(theLabel);
1371 void MIPSAssembler::label(const char* theLabel) argument
1373 mLabels.add(theLabel, pc());
1374 mLabelsInverseMapping.add(pc(), theLabel); local
H A DMIPSAssembler.h109 virtual void label(const char* theLabel);

Completed in 80 milliseconds