HomeSort by relevance Sort by last modified time
    Searched refs:is_host (Results 1 - 13 of 13) sorted by null

  /external/qemu/
thunk.h 78 int thunk_type_size_array(const argtype *type_ptr, int is_host);
79 int thunk_type_align_array(const argtype *type_ptr, int is_host);
81 static inline int thunk_type_size(const argtype *type_ptr, int is_host)
101 if (is_host) {
109 return size * thunk_type_size_array(type_ptr + 2, is_host);
112 return se->size[is_host];
118 static inline int thunk_type_align(const argtype *type_ptr, int is_host)
138 if (is_host) {
145 return thunk_type_align_array(type_ptr + 2, is_host);
148 return se->align[is_host];
    [all...]
thunk.c 279 int thunk_type_size_array(const argtype *type_ptr, int is_host)
281 return thunk_type_size(type_ptr, is_host);
284 int thunk_type_align_array(const argtype *type_ptr, int is_host)
286 return thunk_type_align(type_ptr, is_host);
  /art/compiler/
elf_writer_quick.h 31 bool is_host,
39 bool is_host)
elf_writer_mclinker.h 46 bool is_host,
54 bool is_host)
65 void AddRuntimeInputs(const std::string& android_root, bool is_host);
elf_writer.h 56 bool is_host)
elf_writer_mclinker.cc 54 bool is_host,
57 return elf_writer.Write(oat_writer, dex_files, android_root, is_host);
63 bool is_host) {
74 AddRuntimeInputs(android_root, is_host);
274 void ElfWriterMclinker::AddRuntimeInputs(const std::string& android_root, bool is_host) {
284 if (is_host) {
297 if (is_host) {
309 if (is_host) {
elf_writer_quick.cc 40 bool is_host,
43 return elf_writer.Write(oat_writer, dex_files, android_root, is_host);
  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor_tables.cc 190 DCHECK(!url_data.is_host() && host_data.is_host());
257 bool is_host = key_type == PREFETCH_KEY_TYPE_HOST; local
260 const char* resource_table_name = is_host ? kHostResourceTableName :
290 const char* metadata_table_name = is_host ? kHostMetadataTableName :
318 scoped_ptr<Statement> deleter(data.is_host() ?
324 deleter.reset(data.is_host() ? GetHostMetadataDeleteStatement() :
334 scoped_ptr<Statement> resource_inserter(data.is_host() ?
341 scoped_ptr<Statement> metadata_inserter(data.is_host() ?
354 bool is_host = key_type == PREFETCH_KEY_TYPE_HOST local
    [all...]
resource_prefetch_predictor_tables.h 82 bool is_host() const { return key_type == PREFETCH_KEY_TYPE_HOST; } function in struct:predictors::ResourcePrefetchPredictorTables::PrefetchData
86 std::string primary_key; // is_host() ? main frame url : host.
resource_prefetch_predictor.cc 1013 bool is_host = key_type == PREFETCH_KEY_TYPE_HOST; local
    [all...]
  /art/dex2oat/
dex2oat.cc 229 bool is_host,
289 if (!driver->WriteElf(android_root, is_host, dex_files, oat_writer, oat_file)) {
606 bool is_host = false; local
688 is_host = true;
716 if (!oat_symbols.empty() && is_host) {
    [all...]
  /art/compiler/driver/
compiler_driver.h 226 bool is_host,
compiler_driver.cc     [all...]

Completed in 454 milliseconds