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

  /art/compiler/driver/
compiler_driver-inl.h 166 uint32_t* storage_index) {
171 *storage_index = members_class->GetDexTypeIndex();
202 *storage_index = storage_idx;
208 *storage_index = DexFile::kDexNoIndex;
214 ArtField* resolved_field, uint16_t field_idx, uint32_t* storage_index) {
216 dex_cache, referrer_class, resolved_field, field_idx, storage_index);
221 ArtMethod* resolved_method, uint16_t method_idx, uint32_t* storage_index) {
223 dex_cache, referrer_class, resolved_method, method_idx, storage_index);
compiler_driver.h 281 ArtField* resolved_field, uint16_t field_idx, uint32_t* storage_index)
287 // return it through the out argument `storage_index`; otherwise
288 // return DexFile::kDexNoIndex through `storage_index`.
293 uint32_t* storage_index)
369 MemberOffset* field_offset, uint32_t* storage_index,
482 // `storage_index`; otherwise return DexFile::kDexNoIndex through
483 // `storage_index`.
489 uint32_t* storage_index)
    [all...]
compiler_driver.cc     [all...]
  /art/compiler/optimizing/
builder.cc 689 uint32_t storage_index = DexFile::kDexNoIndex; local
692 storage_index = outer_class->GetDexTypeIndex();
694 // Get `storage_index` from IsClassOfStaticMethodAvailableToReferrer.
699 &storage_index);
711 } else if (storage_index != DexFile::kDexNoIndex) {
718 *outer_compilation_unit_->GetDexFile(), storage_index);
727 new (arena_) HLoadClass(storage_index, is_outer_class, dex_pc);
931 uint32_t storage_index; local
    [all...]
  /art/test/478-checker-clinit-check-pruning/src/
Main.java 264 // class type index is not available (i.e. when `storage_index`
  /art/compiler/dex/quick/
gen_common.cc 134 StaticFieldSlowPath(Mir2Lir* m2l, LIR* unresolved, LIR* uninit, LIR* cont, int storage_index,
138 storage_index_(storage_index), r_base_(r_base_in) {
    [all...]

Completed in 118 milliseconds