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

/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.h171 struct branch_target_t { struct in class:android::ARMAssembler
172 inline branch_target_t() : label(0), pc(0) { } function in struct:android::ARMAssembler::branch_target_t
173 inline branch_target_t(const char* l, uint32_t* p) function in struct:android::ARMAssembler::branch_target_t
179 Vector<branch_target_t> mBranchTargets;
H A DArm64Assembler.h252 struct branch_target_t { struct in class:android::ArmToArm64Assembler
253 inline branch_target_t() : label(0), pc(0) { } function in struct:android::ArmToArm64Assembler::branch_target_t
254 inline branch_target_t(const char* l, uint32_t* p) function in struct:android::ArmToArm64Assembler::branch_target_t
261 Vector<branch_target_t> mBranchTargets;
H A DMIPSAssembler.h414 struct branch_target_t { struct in class:android::MIPSAssembler
415 inline branch_target_t() : label(0), pc(0) { } function in struct:android::MIPSAssembler::branch_target_t
416 inline branch_target_t(const char* l, uint32_t* p) function in struct:android::MIPSAssembler::branch_target_t
422 Vector<branch_target_t> mBranchTargets;

Completed in 19 milliseconds