Fix 'locals' for methods with arguments that were compiled without -g:locals.

This was a transcription error from the original libdex code. That code translated
the string index anyway and then checked that against NULL, but I think it's both
clearer and closer to the .dex format documentation if we check for NO_INDEX instead.

Change-Id: I1f9c4943641468f5fc2b2c5c5f07f95ac6911677
1 file changed
tree: 2c134c3eac6cdc54ac5546f5b20bbe1d9f5f4bce
  1. build/
  2. oat_process/
  3. oat_runtime/
  4. src/
  5. test/
  6. tools/
  7. Android.mk