Searched refs:pcForLabel (Results 1 - 8 of 8) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerProxy.cpp208 uint32_t* ARMAssemblerProxy::pcForLabel(const char* label) { function in class:android::ARMAssemblerProxy
209 return mTarget->pcForLabel(label);
H A DARMAssembler.h114 virtual uint32_t* pcForLabel(const char* label);
H A DARMAssemblerProxy.h102 uint32_t* pcForLabel(const char* label);
H A DMIPSAssembler.h113 virtual uint32_t* pcForLabel(const char* label);
260 uint32_t* pcForLabel(const char* 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
H A DARMAssembler.cpp204 uint32_t* ARMAssembler::pcForLabel(const char* label) function in class:android::ARMAssembler
H A DARMAssemblerInterface.h150 virtual uint32_t* pcForLabel(const char* label) = 0;
H A DGGLAssembler.cpp74 // XXX: in theory, pcForLabel is not valid before generate()
75 uint32_t* fragment_start_pc = pcForLabel("fragment_loop");
76 uint32_t* fragment_end_pc = pcForLabel("epilog");

Completed in 54 milliseconds