Searched defs:theLabel (Results 1 - 3 of 3) 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 DARMAssemblerProxy.cpp198 void ARMAssemblerProxy::label(const char* theLabel) { argument
199 mTarget->label(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

Completed in 7 milliseconds