Searched defs:RegisterTable (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/analysis/
H A DCodeVerify.cpp74 typedef struct RegisterTable { struct
103 } RegisterTable; typedef in typeref:struct:RegisterTable
115 static bool doCodeVerification(VerifierData* vdata, RegisterTable* regTable);
117 RegisterTable* regTable, int insnIdx, UninitInstanceMap* uninitMap,
1781 static inline RegisterLine* getRegisterLine(const RegisterTable* regTable,
1810 static inline void copyLineToTable(RegisterTable* regTable, int insnIdx,
1822 const RegisterTable* regTable, int insnIdx)
1837 static inline int compareLineToTable(const RegisterTable* regTable,
2581 RegisterTable* regTable, int nextInsn, const RegisterLine* workLine)
3010 * Initialize the RegisterTable
[all...]

Completed in 50 milliseconds