Home | History | Annotate | Download | only in src

Lines Matching refs:landing_pad

127         uint32_t landing_pad;
128 descriptor = getNextWord(descriptor, &landing_pad);
133 landing_pad = signExtendPrel31(landing_pad & ~0x80000000);
134 if (landing_pad == 0xffffffff) {
136 } else if (landing_pad == 0xfffffffe) {
140 bool is_reference_type = landing_pad & 0x80000000;
143 ucbp, reinterpret_cast<const std::type_info *>(landing_pad),