Home | History | Annotate | Download | only in verifier

Lines Matching refs:DexFile

115   const DexFile& dex_file = klass->GetDexFile();
116 const DexFile::ClassDef* class_def = klass->GetClassDef();
143 MethodVerifier::FailureKind MethodVerifier::VerifyClass(const DexFile* dex_file,
146 const DexFile::ClassDef* class_def,
258 const DexFile* dex_file,
261 const DexFile::ClassDef* class_def,
262 const DexFile::CodeItem* code_item,
307 const DexFile* dex_file,
310 const DexFile::ClassDef* class_def,
311 const DexFile::CodeItem* code_item,
325 MethodVerifier::MethodVerifier(const DexFile* dex_file, Handle<mirror::DexCache>* dex_cache,
327 const DexFile::ClassDef* class_def,
328 const DexFile::CodeItem* code_item, uint32_t dex_method_idx,
607 const DexFile::TryItem* tries = DexFile::GetTryItems(*code_item_, 0);
610 const DexFile::TryItem* try_item = &tries[idx];
629 const byte* handlers_ptr = DexFile::GetCatchHandlerData(*code_item_, 0);
644 if (iterator.GetHandlerTypeIndex() != DexFile::kDexNoIndex16) {
1213 const DexFile::ProtoId& proto_id =
2245 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx);
2268 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx);
2351 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx);
2409 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx);
2843 if (handler_type_idx == DexFile::kDexNoIndex16) {
2995 const byte* handlers_ptr = DexFile::GetCatchHandlerData(*code_item_, 0);
3001 if (iterator.GetHandlerTypeIndex() == DexFile::kDexNoIndex16) {
3043 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx);
3288 const DexFile::TypeList* params_;
3440 const DexFile::TypeList* params = res_method->GetParameterTypeList();
3659 const DexFile::FieldId& field_id = dex_file_->GetFieldId(field_idx);
3694 const DexFile::FieldId& field_id = dex_file_->GetFieldId(field_idx);
3800 const DexFile::FieldId& field_id = dex_file_->GetFieldId(field_idx);
4108 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);
4109 const DexFile::ProtoId& proto_id = dex_file_->GetMethodPrototype(method_id);
4120 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);