Searched refs:group_flags (Results 1 – 5 of 5) sorted by relevance
57 const size_t group_flags = decoder.pop_front(); in for_all_packed_relocs() local61 if (group_flags & RELOCATION_GROUPED_BY_OFFSET_DELTA_FLAG) { in for_all_packed_relocs()64 if (group_flags & RELOCATION_GROUPED_BY_INFO_FLAG) { in for_all_packed_relocs()69 const size_t group_flags_reloc = group_flags & (RELOCATION_GROUP_HAS_ADDEND_FLAG | in for_all_packed_relocs()80 if (__predict_false(group_flags & RELOCATION_GROUP_HAS_ADDEND_FLAG)) { in for_all_packed_relocs()87 if (group_flags & RELOCATION_GROUPED_BY_OFFSET_DELTA_FLAG) { in for_all_packed_relocs()92 if ((group_flags & RELOCATION_GROUPED_BY_INFO_FLAG) == 0) { in for_all_packed_relocs()
51 uint8_t group_flags) override { in OnGroupStatus() argument54 group_status, group_flags)); in OnGroupStatus()
53 uint8_t group_flags) = 0;
73 uint8_t group_flags) override { in OnGroupStatus() argument82 (jint)group_flags); in OnGroupStatus()
444 int group_flags = stackEvent.valueInt3; in messageFromNative() local