Home
last modified time | relevance | path

Searched refs:JniCompile (Results 1 – 3 of 3) sorted by relevance

/art/compiler/
Dcompiler.h71 virtual CompiledMethod* JniCompile(uint32_t access_flags,
/art/compiler/optimizing/
Doptimizing_compiler.cc314 CompiledMethod* JniCompile(uint32_t access_flags, in JniCompile() function in art::FINAL
/art/compiler/driver/
Dcompiler_driver.cc591 compiled_method = driver->GetCompiler()->JniCompile(access_flags, in CompileMethod()