HomeSort by relevance Sort by last modified time
    Searched full:mapping_table (Results 1 - 24 of 24) sorted by null

  /art/runtime/
oat_file-inl.h 82 const uint8_t* mapping_table = GetMappingTable(); local
83 return static_cast<uint32_t>(mapping_table != nullptr ? mapping_table - begin_ : 0u);
  /external/chromium_org/mojo/system/
BUILD.gn 53 "mapping_table.cc",
54 "mapping_table.h",
mapping_table.cc 5 #include "mojo/system/mapping_table.h"
core.h 17 #include "mojo/system/mapping_table.h"
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree_util.tcl 138 set mapping_table "${zTab}_parent"
139 set mapping_sql "SELECT parentnode FROM $mapping_table WHERE rowid = \$rowid"
141 set mapping_table "${zTab}_rowid"
142 set mapping_sql "SELECT nodeno FROM $mapping_table WHERE rowid = \$rowid"
148 puts "Node $iNode: $mapping_table entry for cell $rowid is $mapping"
  /art/compiler/optimizing/
optimizing_compiler.cc 163 std::vector<uint8_t> mapping_table; local
164 codegen->BuildMappingTable(&mapping_table);
176 mapping_table,
code_generator.cc 26 #include "mapping_table.h"
  /art/compiler/
common_compiler_test.cc 183 const std::vector<uint8_t>& mapping_table = compiled_method->GetMappingTable(); local
184 uint32_t mapping_table_offset = mapping_table.empty() ? 0u
185 : sizeof(OatQuickMethodHeader) + vmap_table.size() + mapping_table.size();
193 size_t size = sizeof(method_header) + code_size + vmap_table.size() + mapping_table.size();
200 chunk->insert(chunk->begin(), mapping_table.begin(), mapping_table.end());
compiled_method.cc 151 const std::vector<uint8_t>& mapping_table,
157 mapping_table_(driver->DeduplicateMappingTable(mapping_table)),
compiled_method.h 112 const std::vector<uint8_t>& mapping_table,
  /art/compiler/dex/quick/
codegen_util.cc 21 #include "mapping_table.h"
736 MappingTable mapping_table(&encoded_mapping_table_[0]);
738 for (auto it = mapping_table.PcToDexBegin(), end = mapping_table.PcToDexEnd(); it != end; ++it) {
751 mapping_table.PcToDexSize(),
754 for (auto it = mapping_table.PcToDexBegin(), end = mapping_table.PcToDexEnd(); it != end; ++it) {
    [all...]
  /external/chromium_org/mojo/
mojo_system_impl.target.darwin-arm64.mk 44 mojo/system/mapping_table.cc \
mojo_system_impl.target.linux-arm64.mk 44 mojo/system/mapping_table.cc \
mojo_system_impl.target.darwin-arm.mk 44 mojo/system/mapping_table.cc \
mojo_system_impl.target.darwin-mips.mk 44 mojo/system/mapping_table.cc \
mojo_system_impl.target.darwin-x86.mk 44 mojo/system/mapping_table.cc \
mojo_system_impl.target.darwin-x86_64.mk 44 mojo/system/mapping_table.cc \
mojo_system_impl.target.linux-arm.mk 44 mojo/system/mapping_table.cc \
mojo_system_impl.target.linux-mips.mk 44 mojo/system/mapping_table.cc \
mojo_system_impl.target.linux-x86.mk 44 mojo/system/mapping_table.cc \
mojo_system_impl.target.linux-x86_64.mk 44 mojo/system/mapping_table.cc \
mojo.gyp 193 'system/mapping_table.cc',
194 'system/mapping_table.h',
  /art/runtime/mirror/
art_method.cc 29 #include "mapping_table.h"
  /art/oatdump/
oatdump.cc 39 #include "mapping_table.h"
529 *indent2_os << "mapping_table: ";
    [all...]

Completed in 285 milliseconds