From f6c387128427e121477c1b32ad35cdcaa5101ba3 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Tue, 3 Mar 2009 19:28:47 -0800 Subject: auto import from //depot/cupcake/@135843 --- docs/opcodes/opcode-1b-const-class.html | 92 +++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 docs/opcodes/opcode-1b-const-class.html (limited to 'docs/opcodes/opcode-1b-const-class.html') diff --git a/docs/opcodes/opcode-1b-const-class.html b/docs/opcodes/opcode-1b-const-class.html new file mode 100644 index 000000000..7a33e771b --- /dev/null +++ b/docs/opcodes/opcode-1b-const-class.html @@ -0,0 +1,92 @@ + + + + + +const-class + + + + + +

const-class

+ +

Purpose

+ +

+Move a reference to the class specified by the given index into the specified +register. In the case where the indicated type is primitive, this will store a +reference to the primitive type's degenerate class. +

+ +

Details

+ + + + + + + + + + + + + + + + +
Op & FormatMnemonic / SyntaxArguments
1c 21cconst-class vAA, type@BBBBA: destination register (8 bits)
+ B: type index
+ +

Constraints

+ + + +

Behavior

+ + + +

Exceptions

+ + + + + -- cgit v1.2.3