Home | History | Annotate | Download | only in runtime

Lines Matching refs:type_idx_

724         if (type_idx > field.type_idx_) {
726 } else if (type_idx < field.type_idx_) {
1366 result += dex_file_->StringByTypeIdx(params->GetTypeItem(i).type_idx_);
1396 StringPiece param(dex_file_->StringByTypeIdx(params->GetTypeItem(i).type_idx_));
1576 handler_.type_idx_ = dex::TypeIndex(DecodeUnsignedLeb128(&current_data_));
1583 handler_.type_idx_ = dex::TypeIndex(DexFile::kDexNoIndex16);