Home | History | Annotate | Download | only in dex

Lines Matching full:dexfile

254     const DexFile::TryItem* pTry =
255 DexFile::GetTryItems(*current_code_item_, i);
264 const byte* handlers_ptr = DexFile::GetCatchHandlerData(*current_code_item_, 0);
505 void MIRGraph::InlineMethod(const DexFile::CodeItem* code_item, uint32_t access_flags,
507 uint32_t method_idx, jobject class_loader, const DexFile& dex_file) {
1069 const DexFile::MethodId& method_id = cu_->dex_file->GetMethodId(target_idx);