Searched defs:branch_target_t (Results 1 – 3 of 3) sorted by relevance
171 struct branch_target_t { struct172 inline branch_target_t() : label(0), pc(0) { } in branch_target_t() argument173 inline branch_target_t(const char* l, uint32_t* p) in branch_target_t() function179 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() function261 Vector<branch_target_t> mBranchTargets; argument
414 struct branch_target_t { struct415 inline branch_target_t() : label(0), pc(0) { } in branch_target_t() argument416 inline branch_target_t(const char* l, uint32_t* p) in branch_target_t() argument422 Vector<branch_target_t> mBranchTargets; argument