Lines Matching refs:DFXLOGU

64     DFXLOGU("rsState pcStart=%{public}" PRIx64 ", pcEnd=%{public}" PRIx64 "",

80 DFXLOGU("DW_CFA_nop");
85 DFXLOGU("DW_CFA_set_loc: new offset=%{public}" PRIu64 "", static_cast<uint64_t>(pcOffset));
90 DFXLOGU("DW_CFA_advance_loc1: new offset=%{public}" PRIu64 "", static_cast<uint64_t>(pcOffset));
95 DFXLOGU("DW_CFA_advance_loc2: %{public}" PRIu64 " to %{public}" PRIx64 "",
101 DFXLOGU("DW_CFA_advance_loc4: new offset=%{public}" PRIu64 "", static_cast<uint64_t>(pcOffset));
106 DFXLOGU("DW_CFA_offset_extended: reg=%{public}d", (int)reg);
116 DFXLOGU("DW_CFA_restore_extended: reg=%{public}d", (int)reg);
125 DFXLOGU("DW_CFA_undefined: reg=%{public}d", (int)reg);
137 DFXLOGU("DW_CFA_same_value: reg=%{public}d", (int)reg);
150 DFXLOGU("DW_CFA_register: reg=%{public}d, reg2=%{public}d", (int)reg, (int)reg2);
161 DFXLOGU("DW_CFA_remember_state");
165 DFXLOGU("DW_CFA_restore_state: Attempt to restore without remember");
169 DFXLOGU("DW_CFA_restore_state");
177 DFXLOGU("DW_CFA_def_cfa: reg=%{public}d, offset=%{public}" PRIu64 "", (int)reg, offset);
182 DFXLOGU("DW_CFA_def_cfa_register: reg=%{public}d", (int)reg);
186 DFXLOGU("DW_CFA_def_cfa_offset: cfaRegOffset=%{public}d", rsState.cfaRegOffset);
201 DFXLOGU("DW_CFA_def_cfa_sf: reg=%{public}d, offset=%{public}d", rsState.cfaReg, rsState.cfaRegOffset);
208 DFXLOGU("DW_CFA_def_cfa_offset_sf: offset=%{public}d", rsState.cfaRegOffset);
213 DFXLOGU("DW_CFA_val_offset: reg=%{public}d, offset=%{public}" PRIu64 "", (int)reg, offset);
224 DFXLOGU("DW_CFA_val_offset_sf: reg=%{public}d, offset=%{public}" PRIu64 "", (int)reg, offset);
259 DFXLOGU("DW_CFA_AARCH64_negate_ra_state");
265 DFXLOGU("DW_CFA_GNU_negative_offset_extended: reg=%{public}d, offset=%{public}" PRIu64 "",
281 DFXLOGU("DW_CFA_advance_loc: pcOffset=%{public}" PRIu64 "", static_cast<uint64_t>(pcOffset));
286 DFXLOGU("DW_CFA_offset: reg=%{public}d, offset=%{public}" PRId64 "", (int)reg, offset);
296 DFXLOGU("DW_CFA_restore: reg=%{public}d", (int)reg);
304 DFXLOGU("DW_CFA_unknown: opcode=0x%{public}02x", opCode);
316 DFXLOGU("Iterate cie operations");
322 DFXLOGU("Iterate fde operations");