Lines Matching refs:DexFile
262 static SeaGraph* GetGraph(const art::DexFile&);
265 const art::DexFile::CodeItem* code_item, uint16_t class_def_idx,
266 uint32_t method_idx, uint32_t method_access_flags, const art::DexFile& dex_file);
280 const art::DexFile* GetDexFile() const { in GetDexFile()
296 explicit SeaGraph(const art::DexFile& df);
313 void BuildMethodSeaGraph(const art::DexFile::CodeItem* code_item,
314 const art::DexFile& dex_file, uint16_t class_def_idx,
342 CodeGenData* GenerateLLVM(const std::string& function_name, const art::DexFile& dex_file);
344 void InsertSignatureNodes(const art::DexFile::CodeItem* code_item, Region* r);
349 const art::DexFile& dex_file_;
350 const art::DexFile::CodeItem* code_item_;