1cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson#
2cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson# Copyright (C) 2016 The Android Open Source Project
3cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson#
4cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson# Licensed under the Apache License, Version 2.0 (the "License");
5cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson# you may not use this file except in compliance with the License.
6cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson# You may obtain a copy of the License at
7cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson#
8cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson#     http://www.apache.org/licenses/LICENSE-2.0
9cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson#
10cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson# Unless required by applicable law or agreed to in writing, software
11cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson# distributed under the License is distributed on an "AS IS" BASIS,
12cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson# See the License for the specific language governing permissions and
14cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson# limitations under the License.
15cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson
16cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson.source "NonReference.smali"
17cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson
18cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson.class public LNonReference;
19cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson.super Ljava/lang/Object;
20cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson
21cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson.method public constructor <init>()V
22cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson.registers 4
23cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson  invoke-direct {p0}, Ljava/lang/Object;-><init>()V
24cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson  # Set v0 to have incorrect type (not a MethodHandle) and value (not null).
25cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson  const-wide v0, 0
26cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson  const-string v1, "1"
27cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson  const-string v2, "2"
28cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson  invoke-polymorphic {v0, v1, v2}, Ljava/lang/invoke/MethodHandle;->invoke([Ljava/lang/Object;)Ljava/lang/Object;, (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
29cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson  return-void
30cfa325e4ca65603fdb03a836a6cb394d23ed511fOrion Hodson.end method
31