OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DexCode
(Results
1 - 10
of
10
) sorted by null
/dalvik/libdex/
DexCatch.cpp
23
/* Get the first handler offset for the given
DexCode
.
26
u4 dexGetFirstHandlerOffset(const
DexCode
* pCode) {
39
/* Get count of handler lists for the given
DexCode
. */
40
u4 dexGetHandlersSize(const
DexCode
* pCode) {
86
const
DexCode
* pCode) {
DexDebugInfo.h
48
const
DexCode
* pDexCode,
DexCatch.h
35
/* Get the first handler offset for the given
DexCode
.
38
u4 dexGetFirstHandlerOffset(const
DexCode
* pCode);
40
/* Get count of handler lists for the given
DexCode
. */
41
u4 dexGetHandlersSize(const
DexCode
* pCode);
83
const
DexCode
* pCode, u4 offset)
111
const
DexCode
* pCode);
121
const
DexCode
* pCode, u4 address) {
DexClass.h
106
* Get the
DexCode
for a DexMethod. Returns NULL if the class is native
109
DEX_INLINE const
DexCode
* dexGetCode(const DexFile* pDexFile,
114
return (const
DexCode
*) (pDexFile->baseAddr + pDexMethod->codeOff);
DexDebugInfo.cpp
143
const
DexCode
* pCode,
314
const
DexCode
* pCode,
DexFile.h
337
struct
DexCode
{
751
/* get the size, in bytes, of a
DexCode
*/
752
size_t dexGetDexCodeSize(const
DexCode
* pCode);
754
/* Get the list of "tries" for the given
DexCode
. */
755
DEX_INLINE const DexTry* dexGetTries(const
DexCode
* pCode) {
766
/* Get the base of the encoded data for the given
DexCode
. */
767
DEX_INLINE const u1* dexGetCatchHandlerData(const
DexCode
* pCode) {
774
const
DexCode
* pCode)
DexFile.cpp
491
* Compute the size, in bytes, of a
DexCode
.
493
size_t dexGetDexCodeSize(const
DexCode
* pCode)
DexSwapVerify.cpp
[
all
...]
/dalvik/dexlist/
DexList.cpp
98
const
DexCode
* pCode;
133
u4 insnsOff = pDexMethod->codeOff + offsetof(
DexCode
, insns);
/dalvik/dexdump/
DexDump.cpp
567
void dumpCatches(DexFile* pDexFile, const
DexCode
* pCode)
617
void dumpPositions(DexFile* pDexFile, const
DexCode
* pCode,
642
void dumpLocals(DexFile* pDexFile, const
DexCode
* pCode,
849
void dumpInstruction(DexFile* pDexFile, const
DexCode
* pCode, int insnIdx,
[
all
...]
Completed in 46 milliseconds