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 201 storage_index_(DexFile::kDexNoIndex) {
229 return storage_index_;
252 uint32_t storage_index_; member in class:art::MirSFieldLoweringInfo
mir_field_info.cc 103 // In 64-bit builds, there's padding after storage_index_, don't include it in memcmp.
104 size_t size = OFFSETOF_MEMBER(MirSFieldLoweringInfo, storage_index_) +
105 sizeof(it->storage_index_);
135 dex_cache.Get(), referrer_class, resolved_field, field_idx, &it->storage_index_);
149 it->storage_index_);
  /art/compiler/dex/quick/
gen_common.cc 138 storage_index_(storage_index), r_base_(r_base_in) {
146 m2l_->CallRuntimeHelperImm(kQuickInitializeStaticStorage, storage_index_, true);
157 const int storage_index_; member in class:art::StaticFieldSlowPath
    [all...]

Completed in 288 milliseconds