Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Doptimizing_compiler.cc1168 const JniCompiledMethod& jni_compiled_method, in CreateJniStackMap() argument
1174 new (allocator) StackMapStream(allocator, jni_compiled_method.GetInstructionSet())); in CreateJniStackMap()
1175 stack_map_stream->BeginMethod(jni_compiled_method.GetFrameSize(), in CreateJniStackMap()
1176 jni_compiled_method.GetCoreSpillMask(), in CreateJniStackMap()
1177 jni_compiled_method.GetFpSpillMask(), in CreateJniStackMap()
1233 JniCompiledMethod jni_compiled_method = ArtQuickJniCompileMethod( in JniCompile() local
1240 jni_compiled_method, in JniCompile()
1241 jni_compiled_method.GetCode().size(), in JniCompile()
1244 jni_compiled_method.GetInstructionSet(), in JniCompile()
1245 jni_compiled_method.GetCode(), in JniCompile()
[all …]