Searched refs:jni_compiled_method (Results 1 – 1 of 1) sorted by relevance
1117 const JniCompiledMethod& jni_compiled_method) { in CreateJniStackMap() argument1121 new (allocator) StackMapStream(allocator, jni_compiled_method.GetInstructionSet())); in CreateJniStackMap()1123 jni_compiled_method.GetFrameSize(), in CreateJniStackMap()1124 jni_compiled_method.GetCoreSpillMask(), in CreateJniStackMap()1125 jni_compiled_method.GetFpSpillMask(), in CreateJniStackMap()1181 JniCompiledMethod jni_compiled_method = ArtQuickJniCompileMethod( in JniCompile() local1187 jni_compiled_method); in JniCompile()1190 jni_compiled_method.GetInstructionSet(), in JniCompile()1191 jni_compiled_method.GetCode(), in JniCompile()1193 jni_compiled_method.GetCfi(), in JniCompile()[all …]