OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PushUint32
(Results
1 - 7
of
7
) sorted by null
/art/compiler/debug/dwarf/
headers.h
50
writer.
PushUint32
(0); // Length placeholder.
51
writer.
PushUint32
((format == DW_EH_FRAME_FORMAT) ? 0 : 0xFFFFFFFF); // CIE id.
95
writer.
PushUint32
(0); // Length placeholder.
98
writer.
PushUint32
(cie_pointer);
102
writer.
PushUint32
(cie_pointer);
116
writer.
PushUint32
(code_address);
117
writer.
PushUint32
(code_size);
136
writer.
PushUint32
(0); // Length placeholder.
138
writer.
PushUint32
(debug_abbrev_offset);
169
writer.
PushUint32
(0); // Section-length placeholder
[
all
...]
debug_info_entry_writer.h
91
this->
PushUint32
(value);
119
this->
PushUint32
(value);
129
this->
PushUint32
(offset);
158
this->
PushUint32
(cu_offset);
173
this->
PushUint32
(dchecked_integral_cast<uint32_t>(debug_str_offset));
179
this->
PushUint32
(debug_str->size());
writer.h
48
void
PushUint32
(uint32_t value) {
55
void
PushUint32
(int value) {
57
PushUint32
(static_cast<uint32_t>(value));
60
void
PushUint32
(uint64_t value) {
62
PushUint32
(static_cast<uint32_t>(value));
89
PushUint32
(static_cast<uint32_t>(value));
debug_line_opcode_writer.h
136
this->
PushUint32
(absolute_address);
debug_frame_opcode_writer.h
62
this->
PushUint32
(delta);
/art/compiler/debug/
elf_debug_loc_writer.h
267
debug_loc.
PushUint32
(variable_location.low_pc);
268
debug_loc.
PushUint32
(variable_location.high_pc);
282
debug_loc.
PushUint32
(0);
283
debug_loc.
PushUint32
(0);
301
debug_ranges.
PushUint32
(low_pc);
302
debug_ranges.
PushUint32
(high_pc);
310
debug_ranges.
PushUint32
(0);
311
debug_ranges.
PushUint32
(0);
elf_debug_frame_writer.h
263
header.
PushUint32
(dchecked_integral_cast<uint32_t>(binary_search_table.size()/2));
Completed in 553 milliseconds