OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pcForLabel
(Results
1 - 6
of
6
) sorted by null
/system/core/libpixelflinger/codeflinger/
ARMAssembler.h
83
virtual uint32_t*
pcForLabel
(const char* label);
ARMAssemblerProxy.h
73
uint32_t*
pcForLabel
(const char* label);
ARMAssemblerProxy.cpp
117
uint32_t* ARMAssemblerProxy::
pcForLabel
(const char* label) {
118
return mTarget->
pcForLabel
(label);
ARMAssembler.cpp
199
uint32_t* ARMAssembler::
pcForLabel
(const char* label)
ARMAssemblerInterface.h
142
virtual uint32_t*
pcForLabel
(const char* label) = 0;
GGLAssembler.cpp
73
// 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");
[
all
...]
Completed in 23 milliseconds