Generate bytecode for array intrinsics manually

#KT-28285 Fixed
This commit is contained in:
Alexander Udalov
2018-11-22 16:18:49 +01:00
parent dd0b087b92
commit d12e5ddafc
11 changed files with 128 additions and 118 deletions
@@ -38,6 +38,8 @@ public class AsmTypes {
public static final Type RESULT_FAILURE = Type.getObjectType("kotlin/Result$Failure");
public static final Type FUNCTION1 = Type.getObjectType("kotlin/jvm/functions/Function1");
public static final Type[] PROPERTY_REFERENCE_IMPL = {
Type.getObjectType("kotlin/jvm/internal/PropertyReference0Impl"),
Type.getObjectType("kotlin/jvm/internal/PropertyReference1Impl"),