OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vmap_table_offsets_
(Results
1 - 2
of
2
) sorted by null
/art/compiler/
oat_writer.cc
346
vmap_table_offsets_
.find(&vmap_table);
347
if (vmap_iter !=
vmap_table_offsets_
.end()) {
350
vmap_table_offsets_
.Put(&vmap_table, vmap_table_offset);
749
vmap_table_offsets_
.find(&vmap_table);
750
if (vmap_iter !=
vmap_table_offsets_
.end() &&
[
all
...]
oat_writer.h
223
SafeMap<const std::vector<uint8_t>*, uint32_t>
vmap_table_offsets_
;
member in class:art::OatWriter
Completed in 495 milliseconds