Lines Matching refs:u2
43 const u2* startPC; /* starting pc of jitted region */
51 const u2* endPC; /* ending pc of jitted region */
68 void* dvmSelfVerificationSaveState(const u2* pc, u4* fp,
71 void* dvmSelfVerificationRestoreState(const u2* pc, u4* fp,
74 void dvmCheckSelfVerification(const u2* pc, Thread* self);
90 static inline u4 dvmJitHashMask( const u2* p, u4 mask ) { in dvmJitHashMask()
94 static inline u4 dvmJitHash( const u2* p ) { in dvmJitHash()
134 u2 chain; /* Index of next in chain */
144 const u2* dPC; /* Dalvik code address */
149 void dvmCheckJit(const u2* pc, Thread* self);
150 void* dvmJitGetTraceAddr(const u2* dPC);
151 void* dvmJitGetMethodAddr(const u2* dPC);
152 void* dvmJitGetTraceAddrThread(const u2* dPC, Thread* self);
153 void* dvmJitGetMethodAddrThread(const u2* dPC, Thread* self);
164 JitEntry *dvmJitFindEntry(const u2* pc, bool isMethodEntry);
167 void dvmJitSetCodeAddr(const u2* dPC, void *nPC, JitInstructionSetType set,
169 void dvmJitEndTraceSelect(Thread* self, const u2* dPC);
177 void dvmJitResumeTranslation(Thread* self, const u2* pc, const u4* fp);