OSDN Git Service

Rename some instruction/opcode types and utilities.
authorDan Bornstein <danfuzz@android.com>
Thu, 2 Dec 2010 20:45:00 +0000 (12:45 -0800)
committerDan Bornstein <danfuzz@android.com>
Thu, 2 Dec 2010 23:13:46 +0000 (15:13 -0800)
commite485276c6ba778cafa373b3b5c867f84e91b0bfd
tree9ac49d973c691964ff51f03e79a9d01f1e71d000
parent0c1af6d7e3176545b249338d782f886931948c86
Rename some instruction/opcode types and utilities.

A lot of this is more about properties of opcodes as opposed to
inspecting instructions per se, and the new naming attempts to
make it clear what is being queried and what sort of data is being
returned.

Change-Id: Ice6f9f2ebf4f1cfa8c99597419aa13d1134a33b2
14 files changed:
dexdump/DexDump.c
libdex/InstrUtils.c
libdex/InstrUtils.h
vm/analysis/CodeVerify.c
vm/analysis/DexVerify.c
vm/analysis/Optimize.c
vm/compiler/Frontend.c
vm/compiler/InlineTransformation.c
vm/compiler/Loop.c
vm/compiler/codegen/arm/CodegenDriver.c
vm/compiler/codegen/arm/Thumb2/Gen.c
vm/interp/Jit.c
vm/mterp/x86-atom/header.S
vm/native/dalvik_bytecode_OpcodeInfo.c