Searched defs:branch_target_t (Results 1 – 3 of 3) sorted by relevance
174 struct branch_target_t { struct175 inline branch_target_t() : label(0), pc(0) { } in branch_target_t() function176 inline branch_target_t(const char* l, uint32_t* p) in branch_target_t() argument182 Vector<branch_target_t> mBranchTargets; argument
252 struct branch_target_t { struct253 inline branch_target_t() : label(0), pc(0) { } in branch_target_t() argument254 inline branch_target_t(const char* l, uint32_t* p) in branch_target_t() argument261 Vector<branch_target_t> mBranchTargets; argument
416 struct branch_target_t { struct417 inline branch_target_t() : label(0), pc(0) { } in branch_target_t() argument418 inline branch_target_t(const char* l, uint32_t* p) in branch_target_t() function424 Vector<branch_target_t> mBranchTargets; argument