Searched refs:jni_compiled_method (Results 1 – 1 of 1) sorted by relevance
1160 const JniCompiledMethod& jni_compiled_method) { in CreateJniStackMap() argument1164 new (allocator) StackMapStream(allocator, jni_compiled_method.GetInstructionSet())); in CreateJniStackMap()1166 jni_compiled_method.GetFrameSize(), in CreateJniStackMap()1167 jni_compiled_method.GetCoreSpillMask(), in CreateJniStackMap()1168 jni_compiled_method.GetFpSpillMask(), in CreateJniStackMap()1223 JniCompiledMethod jni_compiled_method = ArtQuickJniCompileMethod( in JniCompile() local1229 jni_compiled_method); in JniCompile()1232 jni_compiled_method.GetInstructionSet(), in JniCompile()1233 jni_compiled_method.GetCode(), in JniCompile()1235 jni_compiled_method.GetCfi(), in JniCompile()[all …]