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

/art/runtime/
H A Ddex_file.h81 uint8_t signature_[kSha1DigestSize]; member in struct:art::DexFile::Header
825 : name_(nullptr), descriptor_(nullptr), signature_(nullptr), start_address_(0),
830 const char* signature_; // E.g., java.util.LinkedList<java.lang.Integer> member in struct:art::DexFile::LocalInfo
852 local_in_reg[reg].signature_ != nullptr ? local_in_reg[reg].signature_ : "");
H A Ddex_file.cc828 local_in_reg[arg_reg].signature_ = nullptr;
848 local_in_reg[arg_reg].signature_ = nullptr;
910 local_in_reg[reg].signature_ = StringDataByIdx(signature_idx);

Completed in 30 milliseconds