OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DexCatchIterator
(Results
1 - 4
of
4
) sorted by null
/dalvik/libdex/
DexCatch.h
47
struct
DexCatchIterator
{
54
/* Initialize a
DexCatchIterator
to emptiness. This mostly exists to
56
DEX_INLINE void dexCatchIteratorClear(
DexCatchIterator
* pIterator) {
64
/* Initialize a
DexCatchIterator
with a direct pointer to encoded handlers. */
65
DEX_INLINE void dexCatchIteratorInitToPointer(
DexCatchIterator
* pIterator,
81
/* Initialize a
DexCatchIterator
to a particular handler offset. */
82
DEX_INLINE void dexCatchIteratorInit(
DexCatchIterator
* pIterator,
89
/* Get the next item from a
DexCatchIterator
. Returns NULL if at end. */
90
DEX_INLINE DexCatchHandler* dexCatchIteratorNext(
DexCatchIterator
* pIterator) {
110
u4 dexCatchIteratorGetEndOffset(
DexCatchIterator
* pIterator
[
all
...]
DexCatch.cpp
85
u4 dexCatchIteratorGetEndOffset(
DexCatchIterator
* pIterator,
DexFile.cpp
512
DexCatchIterator
iterator;
/dalvik/dexdump/
DexDump.cpp
585
DexCatchIterator
iterator;
[
all
...]
Completed in 2456 milliseconds