Home
last modified time | relevance | path

Searched refs:mapping_table_used (Results 1 – 1 of 1) sorted by relevance

/art/compiler/
Dcommon_compiler_test.cc63 bool mapping_table_used = mapping_table != nullptr && !mapping_table->empty(); in MakeExecutable() local
64 size_t mapping_table_size = mapping_table_used ? mapping_table->size() : 0U; in MakeExecutable()
65 uint32_t mapping_table_offset = !mapping_table_used ? 0u in MakeExecutable()
87 if (mapping_table_used) { in MakeExecutable()