Searched refs:JniCompile (Results 1 – 5 of 5) sorted by relevance
48 CompiledMethod* JniCompile(uint32_t access_flags,
789 CompiledMethod* QuickCompiler::JniCompile(uint32_t access_flags, in JniCompile() function in art::QuickCompiler
56 virtual CompiledMethod* JniCompile(uint32_t access_flags,
193 CompiledMethod* JniCompile(uint32_t access_flags, in JniCompile() function in art::FINAL
2271 compiled_method = compiler_->JniCompile(access_flags, method_idx, dex_file); in CompileMethod()