OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompileNativeMethod
(Results
1 - 2
of
2
) sorted by null
/art/compiler/llvm/
compiler_llvm.h
82
CompiledMethod*
CompileNativeMethod
(DexCompilationUnit* dex_compilation_unit);
compiler_llvm.cc
163
CompileNativeMethod
(DexCompilationUnit* dex_compilation_unit) {
230
art::CompiledMethod* result = compiler_llvm->
CompileNativeMethod
(&dex_compilation_unit);
Completed in 33 milliseconds