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

  /art/runtime/
dex_file_test.cc 231 to_find_types.push_back(to_find_tl->GetTypeItem(j).type_idx_);
262 const DexFile::TypeId& type = java_lang_dex_file_->GetTypeId(to_find.type_idx_);
265 << java_lang_dex_file_->StringByTypeIdx(to_find.type_idx_) << " "
dex_file.h 151 uint16_t type_idx_; // index into type_ids_ array for field type member in struct:art::DexFile::FieldId
198 uint16_t type_idx_; // index into type_ids section member in struct:art::DexFile::TypeItem
516 const DexFile::TypeId& type_id = GetTypeId(field_id.type_idx_);
928 return type_list_->GetTypeItem(pos_).type_idx_;
1195 uint16_t type_idx_; \/\/ type index of the caught exception type member in struct:art::CatchHandlerIterator::CatchHandlerItem
    [all...]
dex_file.cc 390 if (type_idx > field.type_idx_) {
392 } else if (type_idx < field.type_idx_) {
598 uint32_t type_idx = type_item.type_idx_;
    [all...]
dex_file_verifier.cc     [all...]
object_utils.h 157 return GetInterfaceTypeList()->GetTypeItem(idx).type_idx_;
286 mirror::Class* type = GetDexCache()->GetResolvedType(field_id.type_idx_);
288 type = GetClassLinker()->ResolveType(field_id.type_idx_, field_);
reflection.cc 78 mirror::Class* dst_class = mh.GetClassFromTypeIdx(classes->GetTypeItem(i).type_idx_);
debugger.cc     [all...]
class_linker.cc     [all...]
jni_internal.cc 111 uint16_t type_idx = params->GetTypeItem(i).type_idx_;
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/runtime/interpreter/
interpreter.cc 483 Class* arg_type = mh.GetClassFromTypeIdx(params->GetTypeItem(shorty_pos).type_idx_);
    [all...]

Completed in 547 milliseconds