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

  /art/compiler/dex/
mir_field_info.h 160 storage_index_(DexFile::kDexNoIndex) {
184 return storage_index_;
205 uint32_t storage_index_; member in class:art::MirSFieldLoweringInfo
mir_field_info.cc 83 // In 64-bit builds, there's padding after storage_index_, don't include it in memcmp.
84 size_t size = OFFSETOF_MEMBER(MirSFieldLoweringInfo, storage_index_) +
85 sizeof(it->storage_index_);
116 &it->storage_index_, &is_referrers_class, &is_initialized);
  /art/compiler/dex/quick/
gen_common.cc 512 storage_index_(storage_index), r_base_(r_base) {
518 m2l_->CallRuntimeHelperImm(kQuickInitializeStaticStorage, storage_index_, true);
527 const int storage_index_; member in class:art::StaticFieldSlowPath
    [all...]

Completed in 133 milliseconds