Searched defs:pcForLabel (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp204 uint32_t* ARMAssembler::pcForLabel(const char* label) function in class:android::ARMAssembler
H A DARMAssemblerProxy.cpp208 uint32_t* ARMAssemblerProxy::pcForLabel(const char* label) { function in class:android::ARMAssemblerProxy
209 return mTarget->pcForLabel(label);
H A DMIPSAssembler.cpp194 uint32_t* ArmToMipsAssembler::pcForLabel(const char* label) function in class:android::ArmToMipsAssembler
196 return mMips->pcForLabel(label);
1427 uint32_t* MIPSAssembler::pcForLabel(const char* label) function in class:android::MIPSAssembler

Completed in 231 milliseconds