HomeSort by relevance Sort by last modified time
    Searched refs:JitEntry (Results 1 - 6 of 6) sorted by null

  /dalvik/vm/interp/
Jit.h 106 typedef struct JitEntry {
110 } JitEntry;
120 struct JitEntry *dvmFindJitEntry(const u2* pc);
Jit.c 521 void setTraceConstruction(JitEntry *slot, bool value)
534 void resetTracehead(InterpState* interpState, JitEntry *slot)
551 static JitEntry *lookupAndAdd(const u2* dPC, bool callerLocked)
    [all...]
  /dalvik/vm/compiler/
Compiler.h 251 struct JitEntry;
294 const struct JitEntry *desc);
Compiler.c 273 /* Reset the JitEntry table contents to the initial unpopulated state */
332 JitEntry *pJitTable = NULL;
372 pJitTable = (JitEntry*)
  /dalvik/vm/compiler/codegen/arm/
Assemble.c     [all...]
  /dalvik/vm/
Globals.h 718 struct JitEntry *pJitEntryTable;

Completed in 265 milliseconds