HomeSort by relevance Sort by last modified time
    Searched full:getobjname (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
ldebug.c 303 static const char *getobjname (Proto *p, int lastpc, int reg,
320 const char *what = getobjname(p, pc, c, name); /* search for 'c' */
378 static const char *getobjname (Proto *p, int lastpc, int reg, function
393 return getobjname(p, pc, b, name); /* get name for 'b' */
440 return getobjname(p, pc, GETARG_A(i), name);
508 kind = getobjname(ci_func(ci)->p, currentpc(ci),

Completed in 55 milliseconds