Lines Matching refs:format
193 RegisterMapFormat format;
214 format = kRegMapFormatCompact8;
217 format = kRegMapFormatCompact16;
249 dvmRegisterMapSetFormat(pMap, format);
261 if (format == kRegMapFormatCompact8) {
402 const RegisterMapFormat format = dvmRegisterMapGetFormat(pMap);
407 switch (format) {
416 ALOGE("Can only dump Compact8 / Compact16 maps (not %d)", format);
469 const RegisterMapFormat format = dvmRegisterMapGetFormat(pMap);
499 switch (format) {
509 ALOGE("GLITCH: bad format (%d)", format);
573 u1 format = dvmRegisterMapGetFormat(pMap);
578 switch (format) {
593 ALOGE("Bad register map format %d", format);
605 * This strips the "allocated on heap" flag from the format byte, so that
624 /* strip the "on heap" flag out of the format byte, which is always first */
625 assert(**pPtr == meth->registerMap->format);
878 pMap, *pPtr, pMap->format, pMap->regWidth,
898 u1 format = dvmRegisterMapGetFormat(pMap);
903 switch (format) {
913 ALOGE("Unknown format %d", format);
1020 RegisterMapFormat format = dvmRegisterMapGetFormat(curMap);
1021 switch (format) {
1038 ALOGE("Unknown format %d in dvmGetExpandedRegisterMap", format);
1045 format, method->clazz->descriptor, method->name);
1169 registers won't change. Depending upon the encoding format, we may be
1190 be best accomplished by specifying a "pointer" format value, followed by
1206 ----- differential format -----
1209 +00 1B format
1212 +04 nB length in bytes of the data that follows, in ULEB128 format
1251 const u1 format = dvmRegisterMapGetFormat(pMap);
1258 switch (format) {
1268 ALOGE("GLITCH: bad format (%d)", format);
1371 * If "lebOutBuf" is non-NULL, we output the bit indices in ULEB128 format
1458 u1 format = dvmRegisterMapGetFormat(pMap);
1459 switch (format) {
1467 ALOGE("ERROR: can't compress map with format=%d", format);
1613 /* write bit indices in LEB128 format */
1698 u1 format = dvmRegisterMapGetFormat(pMap);
1702 if (format != kRegMapFormatDifferential) {
1703 ALOGE("Not differential (%d)", format);