Home
last modified time | relevance | path

Searched refs:size_bits_ (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/binary_translation/tools/nogrod/
Dmain.cc66 : id_(id), kind_(kind), name_(name), size_bits_(size_bits) {} in TypeInfo()
73 uint64_t size() const { return size_bits_; } in size()
79 return kind_ == other->kind_ && size_bits_ == other->size_bits_ && name_ == other->name_; in EqualsTo()
93 uint64_t size_bits_; member in __anon23a93e9b0111::TypeInfo
172 obj["size"] = Json::UInt64(size_bits_); in GetJson()
210 obj["size"] = Json::UInt64(size_bits_); in GetJson()
235 obj["size"] = Json::UInt64(size_bits_); in GetJson()
285 obj["size"] = Json::UInt64(size_bits_); in GetJson()
308 obj["size"] = Json::UInt64(size_bits_); in GetJson()
403 obj["size"] = Json::UInt64(size_bits_); in GetJson()