Searched refs:JniCompile (Results 1 – 5 of 5) sorted by relevance
40 CompiledMethod* JniCompile(uint32_t access_flags,
66 virtual CompiledMethod* JniCompile(uint32_t access_flags,
80 CompiledMethod* QuickCompiler::JniCompile(uint32_t access_flags, in JniCompile() function in art::QuickCompiler
127 CompiledMethod* JniCompile(uint32_t access_flags, in JniCompile() function in art::FINAL
2109 compiled_method = compiler_->JniCompile(access_flags, method_idx, dex_file); in CompileMethod()