Home
last modified time | relevance | path

Searched defs:CompilationUnit (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/
Dcompiler_ir.h40 struct CompilationUnit { struct
52 CompilerDriver* compiler_driver;
53 ClassLinker* class_linker; // Linker to resolve fields and methods.
54 const DexFile* dex_file; // DexFile containing the method being compiled.
55 jobject class_loader; // compiling method's class loader.
56 uint16_t class_def_idx; // compiling method's defining class definition index.
57 uint32_t method_idx; // compiling method's index into method_ids of DexFile.
58 const DexFile::CodeItem* code_item; // compiling method's DexFile code_item.
59 uint32_t access_flags; // compiling method's access flags.
60 InvokeType invoke_type; // compiling method's invocation type.
[all …]
Dfrontend.cc479 CompilationUnit::CompilationUnit(ArenaPool* pool) in CompilationUnit() function in art::CompilationUnit