Searched refs:signature_ (Results 1 - 4 of 4) sorted by relevance

/art/dexdump/
H A Ddexdump.cc362 pHeader.signature_[0], pHeader.signature_[1],
363 pHeader.signature_[DexFile::kSha1DigestSize - 2],
364 pHeader.signature_[DexFile::kSha1DigestSize - 1]);
483 const char* signature = entry.signature_ != nullptr ? entry.signature_ : "";
/art/runtime/
H A Ddex_file.h93 uint8_t signature_[kSha1DigestSize]; member in struct:art::DexFile::Header
858 signature_(nullptr),
867 const char* signature_; // E.g., java.util.LinkedList<java.lang.Integer> member in struct:art::DexFile::LocalInfo
H A Ddex_file.cc865 local_in_reg[arg_reg].signature_ = nullptr;
886 local_in_reg[arg_reg].signature_ = nullptr;
949 local_in_reg[reg].signature_ = StringDataByIdx(signature_idx);
H A Ddebugger.cc1621 entry.name_, entry.descriptor_, entry.signature_, slot,
1630 expandBufAddUtf8String(pContext->pReply, entry.signature_);

Completed in 156 milliseconds