OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cgd
(Results
1 - 2
of
2
) sorted by null
/art/compiler/sea_ir/code_gen/
code_gen.h
86
explicit CodeGenPassVisitor(CodeGenData*
cgd
): llvm_data_(
cgd
) { }
/art/compiler/sea_ir/ir/
sea.cc
431
CodeGenData*
cgd
= GenerateLLVM(function_name, dex_file);
local
432
return
cgd
;
Completed in 580 milliseconds