Home
last modified time | relevance | path

Searched defs:branch_target_t (Results 1 – 1 of 1) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DARMAssembler.h142 struct branch_target_t { struct
143 inline branch_target_t() : label(0), pc(0) { } in branch_target_t() argument
144 inline branch_target_t(const char* l, uint32_t* p) in branch_target_t() function
150 Vector<branch_target_t> mBranchTargets; argument