Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Djni_compiler.h31 class JniCompiledMethod {
33 JniCompiledMethod(InstructionSet instruction_set, in JniCompiledMethod() function
46 JniCompiledMethod(JniCompiledMethod&& other) = default;
47 ~JniCompiledMethod() = default;
65 JniCompiledMethod ArtQuickJniCompileMethod(const CompilerOptions& compiler_options,
Djni_compiler.cc117 static JniCompiledMethod ArtJniCompileMethodInternal(const CompilerOptions& compiler_options, in ArtJniCompileMethodInternal()
653 return JniCompiledMethod(instruction_set, in ArtJniCompileMethodInternal()
767 JniCompiledMethod ArtQuickJniCompileMethod(const CompilerOptions& compiler_options, in ArtQuickJniCompileMethod()
/art/compiler/optimizing/
Doptimizing_compiler.cc1160 const JniCompiledMethod& jni_compiled_method) { in CreateJniStackMap()
1223 JniCompiledMethod jni_compiled_method = ArtQuickJniCompileMethod( in JniCompile()
1272 JniCompiledMethod jni_compiled_method = ArtQuickJniCompileMethod( in JitCompile()