Searched defs:branch_target_t (Results 1 - 2 of 2) sorted by path

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.h175 struct branch_target_t { struct in class:android::ARMAssembler
176 inline branch_target_t() : label(0), pc(0) { } function in struct:android::ARMAssembler::branch_target_t
177 inline branch_target_t(const char* l, uint32_t* p) function in struct:android::ARMAssembler::branch_target_t
183 Vector<branch_target_t> mBranchTargets;
H A DMIPSAssembler.h416 struct branch_target_t { struct in class:android::MIPSAssembler
417 inline branch_target_t() : label(0), pc(0) { } function in struct:android::MIPSAssembler::branch_target_t
418 inline branch_target_t(const char* l, uint32_t* p) function in struct:android::MIPSAssembler::branch_target_t
424 Vector<branch_target_t> mBranchTargets;

Completed in 4 milliseconds