Searched refs:JniCompiledMethod (Results 1 – 3 of 3) sorted by relevance
31 class JniCompiledMethod {33 JniCompiledMethod(InstructionSet instruction_set, in JniCompiledMethod() function46 JniCompiledMethod(JniCompiledMethod&& other) = default;47 ~JniCompiledMethod() = default;65 JniCompiledMethod ArtQuickJniCompileMethod(CompilerDriver* compiler,
117 static JniCompiledMethod ArtJniCompileMethodInternal(CompilerDriver* driver, in ArtJniCompileMethodInternal()659 return JniCompiledMethod(instruction_set, in ArtJniCompileMethodInternal()773 JniCompiledMethod ArtQuickJniCompileMethod(CompilerDriver* compiler, in ArtQuickJniCompileMethod()
1141 JniCompiledMethod jni_compiled_method = ArtQuickJniCompileMethod( in JniCompile()1206 JniCompiledMethod jni_compiled_method = ArtQuickJniCompileMethod( in JitCompile()