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

  /art/compiler/driver/
compiler_options_map.def 68 COMPILER_OPTIONS_KEY (unsigned int, MaxImageBlockSize)
compiler_options_map-inl.h 87 map.AssignIfExists(Base::MaxImageBlockSize, &options->max_image_block_size_);
209 .IntoKey(Map::MaxImageBlockSize);
compiler_options.h 359 uint32_t MaxImageBlockSize() const {
  /art/dex2oat/linker/
image_writer.cc 782 const uint32_t cur_size = std::min(size, compiler_options_.MaxImageBlockSize());
    [all...]

Completed in 506 milliseconds