HomeSort by relevance Sort by last modified time
    Searched refs:pcForLabel (Results 1 - 10 of 10) sorted by null

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.cpp 208 uint32_t* ARMAssemblerProxy::pcForLabel(const char* label) {
209 return mTarget->pcForLabel(label);
ARMAssembler.h 113 virtual uint32_t* pcForLabel(const char* label);
ARMAssemblerProxy.h 102 uint32_t* pcForLabel(const char* label);
MIPSAssembler.h 113 virtual uint32_t* pcForLabel(const char* label);
260 uint32_t* pcForLabel(const char* label);
ARMAssemblerInterface.h 150 virtual uint32_t* pcForLabel(const char* label) = 0;
Arm64Assembler.h 121 virtual uint32_t* pcForLabel(const char* label);
MIPSAssembler.cpp 194 uint32_t* ArmToMipsAssembler::pcForLabel(const char* label)
196 return mMips->pcForLabel(label);
    [all...]
ARMAssembler.cpp 204 uint32_t* ARMAssembler::pcForLabel(const char* label)
GGLAssembler.cpp 74 // 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");
    [all...]
Arm64Assembler.cpp 332 uint32_t* ArmToArm64Assembler::pcForLabel(const char* label)
    [all...]

Completed in 900 milliseconds