Searched defs:JniCompiledMethod (Results 1 - 1 of 1) sorted by relevance

/art/compiler/jni/quick/
H A Djni_compiler.h31 class JniCompiledMethod { class in namespace:art
33 JniCompiledMethod(InstructionSet instruction_set, function in class:art::JniCompiledMethod
46 JniCompiledMethod(JniCompiledMethod&& other) = default;
47 ~JniCompiledMethod() = default;
65 JniCompiledMethod ArtQuickJniCompileMethod(CompilerDriver* compiler,

Completed in 46 milliseconds