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

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp108 void ARMAssembler::label(const char* theLabel) argument
110 mLabels.add(theLabel, mPC);
111 mLabelsInverseMapping.add(mPC, theLabel);
H A DARMAssemblerProxy.h69 virtual void label(const char* theLabel);
H A DARMAssemblerProxy.cpp107 void ARMAssemblerProxy::label(const char* theLabel) { argument
108 mTarget->label(theLabel);
H A DARMAssembler.h79 virtual void label(const char* theLabel);
H A DARMAssemblerInterface.h137 virtual void label(const char* theLabel) = 0;

Completed in 75 milliseconds