Home | History | Annotate | Download | only in dexdump

Lines Matching full:is_static

1213   bool is_static = (flags & kAccStatic) != 0;
1217 accessor.DecodeDebugLocalInfo(is_static, idx, dumpLocalsCb, nullptr);