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

  /art/tools/dexanalyze/
dexanalyze_bytecode.cc 257 const uint32_t dex_field_idx = inst->VRegC_22c(); local
262 CHECK_LT(dex_field_idx, dex_file.NumFieldIds());
263 dex::TypeIndex holder_type = dex_file.GetFieldId(dex_field_idx).class_idx_;
271 ++current_type.fields_.FindOrAdd(dex_field_idx)->second;
273 uint32_t field_idx = types[holder_type.index_].fields_.Get(dex_field_idx);
281 ++types[holder_type.index_].fields_.FindOrAdd(dex_field_idx)->second;
284 uint32_t field_idx = types[holder_type.index_].fields_.Get(dex_field_idx);
325 const uint32_t dex_field_idx = inst->VRegB_21c(); local
326 CHECK_LT(dex_field_idx, dex_file.NumFieldIds());
327 dex::TypeIndex holder_type = dex_file.GetFieldId(dex_field_idx).class_idx_
    [all...]
dexanalyze_experiments.cc 263 auto ProcessFieldIndex = [&](uint32_t dex_field_idx,
267 auto it = index_map.find(dex_field_idx);
287 const uint32_t dex_field_idx = inst.VRegC_22c();
288 ++types_accessed[dex_file.GetFieldId(dex_field_idx).class_idx_.index_];
295 ProcessFieldIndex(dex_field_idx, input, index_map, stats);
301 const uint32_t dex_field_idx = inst.VRegB_21c();
302 ++types_accessed[dex_file.GetFieldId(dex_field_idx).class_idx_.index_];
309 ProcessFieldIndex(dex_field_idx, output, index_map, stats);
  /art/runtime/mirror/
class.cc     [all...]
class.h     [all...]
  /art/runtime/verifier/
verifier_deps.h 290 uint32_t dex_field_idx,
verifier_deps.cc 169 uint32_t dex_field_idx,
177 dex_file.GetFieldId(dex_field_idx).class_idx_,
    [all...]

Completed in 929 milliseconds