Home
last modified time | relevance | path

Searched refs:pcForLabel (Results 1 – 10 of 10) 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);
260 uint32_t* pcForLabel(const char* label);
DArm64Assembler.h121 virtual uint32_t* pcForLabel(const char* label);
DARMAssemblerInterface.h150 virtual uint32_t* pcForLabel(const char* label) = 0;
DMIPSAssembler.cpp194 uint32_t* ArmToMipsAssembler::pcForLabel(const char* label) in pcForLabel() function in android::ArmToMipsAssembler
196 return mMips->pcForLabel(label); in pcForLabel()
1427 uint32_t* MIPSAssembler::pcForLabel(const char* label) in pcForLabel() function in android::MIPSAssembler
DGGLAssembler.cpp75 uint32_t* fragment_start_pc = pcForLabel("fragment_loop"); in scanline()
76 uint32_t* fragment_end_pc = pcForLabel("epilog"); in scanline()
DARMAssembler.cpp204 uint32_t* ARMAssembler::pcForLabel(const char* label) in pcForLabel() function in android::ARMAssembler
DArm64Assembler.cpp332 uint32_t* ArmToArm64Assembler::pcForLabel(const char* label) in pcForLabel() function in android::ArmToArm64Assembler