Home
last modified time | relevance | path

Searched refs:gDvmMterpHandlerNames (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/mterp/cstubs/
Dentry.cpp10 DEFINE_GOTO_TABLE(gDvmMterpHandlerNames) in DEFINE_GOTO_TABLE() argument
47 (void) gDvmMterpHandlerNames; /* avoid gcc "defined but not used" */ in DEFINE_GOTO_TABLE()
49 handler, (const char*) gDvmMterpHandlerNames[inst & 0xff]); in DEFINE_GOTO_TABLE()
/dalvik/vm/mterp/out/
DInterpC-allstubs.cpp3033 DEFINE_GOTO_TABLE(gDvmMterpHandlerNames) in DEFINE_GOTO_TABLE()
3070 (void) gDvmMterpHandlerNames; /* avoid gcc "defined but not used" */ in DEFINE_GOTO_TABLE()
3072 handler, (const char*) gDvmMterpHandlerNames[inst & 0xff]); in DEFINE_GOTO_TABLE()