Home
last modified time | relevance | path

Searched refs:pcForLabel (Results 1 – 12 of 12) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DARMAssemblerProxy.cpp208 uint32_t* ARMAssemblerProxy::pcForLabel(const char* label) { in pcForLabel() function in android::ARMAssemblerProxy
209 return mTarget->pcForLabel(label); in pcForLabel()
DARMAssembler.h113 virtual uint32_t* pcForLabel(const char* label);
DARMAssemblerProxy.h102 uint32_t* pcForLabel(const char* label);
DMIPSAssembler.h113 virtual uint32_t* pcForLabel(const char* label);
261 virtual uint32_t* pcForLabel(const char* label);
DArm64Assembler.h121 virtual uint32_t* pcForLabel(const char* label);
DMIPS64Assembler.h118 virtual uint32_t* pcForLabel(const char* label);
DARMAssemblerInterface.h151 virtual uint32_t* pcForLabel(const char* label) = 0;
DMIPSAssembler.cpp192 uint32_t* ArmToMipsAssembler::pcForLabel(const char* label) in pcForLabel() function in android::ArmToMipsAssembler
194 return mMips->pcForLabel(label); in pcForLabel()
1427 uint32_t* MIPSAssembler::pcForLabel(const char* label) in pcForLabel() function in android::MIPSAssembler
DGGLAssembler.cpp76 uint32_t* fragment_start_pc = pcForLabel("fragment_loop"); in scanline()
77 uint32_t* fragment_end_pc = pcForLabel("epilog"); in scanline()
DARMAssembler.cpp190 uint32_t* ARMAssembler::pcForLabel(const char* label) in pcForLabel() function in android::ARMAssembler
DMIPS64Assembler.cpp174 uint32_t* ArmToMips64Assembler::pcForLabel(const char* label) in pcForLabel() function in android::ArmToMips64Assembler
176 return mMips->pcForLabel(label); in pcForLabel()
DArm64Assembler.cpp331 uint32_t* ArmToArm64Assembler::pcForLabel(const char* label) in pcForLabel() function in android::ArmToArm64Assembler