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

/system/core/libpixelflinger/codeflinger/
H A DARMAssemblerProxy.h73 uint32_t* pcForLabel(const char* label);
H A DARMAssemblerProxy.cpp117 uint32_t* ARMAssemblerProxy::pcForLabel(const char* label) { function in class:android::ARMAssemblerProxy
118 return mTarget->pcForLabel(label);
H A DARMAssembler.h83 virtual uint32_t* pcForLabel(const char* label);
H A DARMAssembler.cpp199 uint32_t* ARMAssembler::pcForLabel(const char* label) function in class:android::ARMAssembler
H A DARMAssemblerInterface.h142 virtual uint32_t* pcForLabel(const char* label) = 0;
H A DGGLAssembler.cpp73 // XXX: in theory, pcForLabel is not valid before generate()
74 uint32_t* fragment_start_pc = pcForLabel("fragment_loop");
75 uint32_t* fragment_end_pc = pcForLabel("epilog");

Completed in 2189 milliseconds