name string | code string | asm string | file string |
|---|---|---|---|
bool google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual<CoreML::Specification::CoreMLModels::AudioFeaturePrint_Sound>(google::protobuf::io::CodedInputStream*, CoreML::Specification::CoreMLModels::AudioFeaturePrint_Sound*) | inline bool WireFormatLite::ReadMessageNoVirtual(
io::CodedInputStream* input, MessageType_WorkAroundCppLookupDefect* value) {
int length;
if (!input->ReadVarintSizeAsInt(&length)) return false;
std::pair<io::CodedInputStream::Limit, int> p =
input->IncrementRecursionDepthAndPushLimit(length);
if (p.s... | pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq -0x10(%rbp), %rdi
leaq -0x1c(%rbp), %rsi
callq 0xddf50
testb $0x1, %al
jne 0xdd607
movb $0x0, -0x1(%rbp)
jmp 0xdd645
movq -0x10(%rbp), %rdi
movl -0x1c(%rbp), %esi
callq 0x3aca00
movq %rax, -0x24(%rbp)
cmpl $0x0, -0x20(%rbp)
j... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/wire_format_lite_inl.h |
CoreML::Specification::CoreMLModels::AudioFeaturePrint const* google::protobuf::internal::down_cast<CoreML::Specification::CoreMLModels::AudioFeaturePrint const*, google::protobuf::MessageLite const>(google::protobuf::MessageLite const*) | inline To down_cast(From* f) { // so we only accept pointers
// Ensures that To is a sub-type of From *. This test is here only
// for compile-time type checking, and has no overhead in an
// optimized build at run-time, as it will be optimized away
// completely.
if (false) {
implicit_... | pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movb $0x1, %al
cmpq $0x0, -0x8(%rbp)
movb %al, -0x9(%rbp)
je 0xdd6dd
movq -0x8(%rbp), %rax
movq %rax, -0x18(%rbp)
cmpq $0x0, %rax
je 0xdd6c7
movq -0x18(%rbp), %rdi
leaq 0x4564af(%rip), %rsi # 0x533b60
leaq 0x4459b8(%rip), %rdx # 0x523070
xorl %eax,... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/stubs/casts.h |
google::protobuf::io::CodedInputStream::ReadVarint32(unsigned int*) | inline bool CodedInputStream::ReadVarint32(uint32* value) {
uint32 v = 0;
if (GOOGLE_PREDICT_TRUE(buffer_ < buffer_end_)) {
v = *buffer_;
if (v < 0x80) {
*value = v;
Advance(1);
return true;
}
}
int64 result = ReadVarint32Fallback(v);
*value = static_cast<uint32>(result);
retur... | pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq -0x10(%rbp), %rcx
movq %rcx, -0x30(%rbp)
movl $0x0, -0x1c(%rbp)
movq (%rcx), %rax
cmpq 0x8(%rcx), %rax
setb %al
xorb $-0x1, %al
xorb $-0x1, %al
testb $0x1, %al
jne 0xddbb3
jmp 0xddbe8
movq -0x30(%rbp), %rax
movq (%rax), %rax
... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/io/coded_stream.h |
google::protobuf::Bits::Log2FloorNonZero(unsigned int) | static uint32 Log2FloorNonZero(uint32 n) {
#if defined(__GNUC__)
return 31 ^ __builtin_clz(n);
#elif defined(COMPILER_MSVC) && defined(_M_IX86)
_asm {
bsr ebx, n
mov n, ebx
}
return n;
#else
return Log2FloorNonZero_Portable(n);
#endif
} | pushq %rbp
movq %rsp, %rbp
movl %edi, -0x4(%rbp)
movl -0x4(%rbp), %eax
bsrl %eax, %eax
xorl $0x1f, %eax
xorl $0x1f, %eax
popq %rbp
retq
nopw %cs:(%rax,%rax)
nop
| /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/stubs/port.h |
CoreML::Specification::StringToInt64Map::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*) | bool StringToInt64Map::MergePartialFromCodedStream(
::google::protobuf::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
::google::protobuf::uint32 tag;
// @@protoc_insertion_point(parse_start:CoreML.Specification.StringToInt64Map)
for (;;) {
::std:... | pushq %rbp
movq %rsp, %rbp
subq $0x100, %rsp # imm = 0x100
movq %rdi, -0x58(%rbp)
movq %rsi, -0x60(%rbp)
movq -0x58(%rbp), %rax
movq %rax, -0xc8(%rbp)
movq -0x60(%rbp), %rax
movq %rax, -0x48(%rbp)
movl $0x7f, -0x4c(%rbp)
movq -0x48(%rbp), %rcx
movl -0x4c(%rbp), %eax
movq %rcx, -0x10(%rbp)
movl %eax, -0x14(%r... | /hollance[P]coremltools/build_O0/mlmodel/format/DataStructures.pb.cc |
CoreML::Specification::StringToInt64Map::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const | void StringToInt64Map::SerializeWithCachedSizes(
::google::protobuf::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:CoreML.Specification.StringToInt64Map)
::google::protobuf::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// map<string, int64> map = 1;
if (!this->... | pushq %rbp
movq %rsp, %rbp
subq $0x180, %rsp # imm = 0x180
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0xc0(%rbp)
movl $0x0, -0x14(%rbp)
callq 0xe84c0
movq %rax, %rdi
callq 0xe84e0
testb $0x1, %al
jne 0xdef56
movq -0x10(%rbp), %rdi
callq 0xe8510
testb $0x1, %al
jne 0xdeaec
... | /hollance[P]coremltools/build_O0/mlmodel/format/DataStructures.pb.cc |
CoreML::Specification::StringToInt64Map::MergeFrom(CoreML::Specification::StringToInt64Map const&) | void StringToInt64Map::MergeFrom(const StringToInt64Map& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:CoreML.Specification.StringToInt64Map)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::google::protobuf::uint32 cached_has_bits = 0;
(void) cache... | pushq %rbp
movq %rsp, %rbp
subq $0xd0, %rsp
movq %rdi, -0x48(%rbp)
movq %rsi, -0x50(%rbp)
movq -0x48(%rbp), %rcx
movq %rcx, -0xb0(%rbp)
movq -0x50(%rbp), %rax
movb $0x0, -0x89(%rbp)
cmpq %rcx, %rax
je 0xdf1d0
jmp 0xdf22e
leaq 0x2e62b9(%rip), %rdx # 0x3c5490
leaq -0x88(%rbp), %rdi
movq %rdi, -0xc0(%rbp)
movl $0x3, %e... | /hollance[P]coremltools/build_O0/mlmodel/format/DataStructures.pb.cc |
CoreML::Specification::Int64ToStringMap::New(google::protobuf::Arena*) const | Int64ToStringMap* Int64ToStringMap::New(::google::protobuf::Arena* arena) const {
Int64ToStringMap* n = new Int64ToStringMap;
if (arena != NULL) {
arena->Own(n);
}
return n;
} | pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movl $0x38, %edi
callq 0x37220
movq %rax, %rdi
movq %rdi, %rax
movq %rax, -0x30(%rbp)
callq 0xdf4a0
jmp 0xdf83b
movq -0x30(%rbp), %rax
movq %rax, -0x18(%rbp)
cmpq $0x0, -0x10(%rbp)
je 0xdf875
movq -0x10(%rbp), %rdi
movq -0x18(%rbp)... | /hollance[P]coremltools/build_O0/mlmodel/format/DataStructures.pb.cc |
CoreML::Specification::Int64ToStringMap::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*) | bool Int64ToStringMap::MergePartialFromCodedStream(
::google::protobuf::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
::google::protobuf::uint32 tag;
// @@protoc_insertion_point(parse_start:CoreML.Specification.Int64ToStringMap)
for (;;) {
::std:... | pushq %rbp
movq %rsp, %rbp
subq $0xf0, %rsp
movq %rdi, -0x58(%rbp)
movq %rsi, -0x60(%rbp)
movq -0x58(%rbp), %rax
movq %rax, -0xb0(%rbp)
movq -0x60(%rbp), %rax
movq %rax, -0x48(%rbp)
movl $0x7f, -0x4c(%rbp)
movq -0x48(%rbp), %rcx
movl -0x4c(%rbp), %eax
movq %rcx, -0x10(%rbp)
movl %eax, -0x14(%rbp)
movq -0x10(%rbp), %rcx... | /hollance[P]coremltools/build_O0/mlmodel/format/DataStructures.pb.cc |
CoreML::Specification::Int64ToStringMap::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const | void Int64ToStringMap::SerializeWithCachedSizes(
::google::protobuf::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:CoreML.Specification.Int64ToStringMap)
::google::protobuf::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// map<int64, string> map = 1;
if (!this->... | pushq %rbp
movq %rsp, %rbp
subq $0x1c0, %rsp # imm = 0x1C0
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0xd0(%rbp)
movl $0x0, -0x14(%rbp)
callq 0xe8ce0
movq %rax, %rdi
callq 0xe8d00
testb $0x1, %al
jne 0xe0213
movq -0x10(%rbp), %rdi
callq 0xe8510
testb $0x1, %al
jne 0xdfcbc
... | /hollance[P]coremltools/build_O0/mlmodel/format/DataStructures.pb.cc |
CoreML::Specification::Int64ToStringMap::MergeFrom(CoreML::Specification::Int64ToStringMap const&) | void Int64ToStringMap::MergeFrom(const Int64ToStringMap& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:CoreML.Specification.Int64ToStringMap)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::google::protobuf::uint32 cached_has_bits = 0;
(void) cache... | pushq %rbp
movq %rsp, %rbp
subq $0xd0, %rsp
movq %rdi, -0x48(%rbp)
movq %rsi, -0x50(%rbp)
movq -0x48(%rbp), %rcx
movq %rcx, -0xb0(%rbp)
movq -0x50(%rbp), %rax
movb $0x0, -0x89(%rbp)
cmpq %rcx, %rax
je 0xe04a0
jmp 0xe04fe
leaq 0x2e4fe9(%rip), %rdx # 0x3c5490
leaq -0x88(%rbp), %rdi
movq %rdi, -0xc0(%rbp)
movl $0x3, %e... | /hollance[P]coremltools/build_O0/mlmodel/format/DataStructures.pb.cc |
CoreML::Specification::StringToDoubleMap::StringToDoubleMap(CoreML::Specification::StringToDoubleMap const&) | StringToDoubleMap::StringToDoubleMap(const StringToDoubleMap& from)
: ::google::protobuf::MessageLite(),
_internal_metadata_(NULL),
_cached_size_(0) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
map_.MergeFrom(from.map_);
// @@protoc_insertion_point(copy_constructor:CoreML.Specification... | pushq %rbp
movq %rsp, %rbp
subq $0xa0, %rsp
movq %rdi, -0x48(%rbp)
movq %rsi, -0x50(%rbp)
movq -0x48(%rbp), %rdi
movq %rdi, -0x70(%rbp)
callq 0xdd280
movq -0x70(%rbp), %rdi
leaq 0x44292d(%rip), %rax # 0x5231c8
addq $0x10, %rax
movq %rax, (%rdi)
addq $0x8, %rdi
movq %rdi, -0x68(%rbp)
xorl %eax, %eax
movl %eax, %esi
c... | /hollance[P]coremltools/build_O0/mlmodel/format/DataStructures.pb.cc |
CoreML::Specification::StringToDoubleMap::New(google::protobuf::Arena*) const | StringToDoubleMap* StringToDoubleMap::New(::google::protobuf::Arena* arena) const {
StringToDoubleMap* n = new StringToDoubleMap;
if (arena != NULL) {
arena->Own(n);
}
return n;
} | pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movl $0x38, %edi
callq 0x37220
movq %rax, %rdi
movq %rdi, %rax
movq %rax, -0x30(%rbp)
callq 0xe0770
jmp 0xe0b0b
movq -0x30(%rbp), %rax
movq %rax, -0x18(%rbp)
cmpq $0x0, -0x10(%rbp)
je 0xe0b45
movq -0x10(%rbp), %rdi
movq -0x18(%rbp)... | /hollance[P]coremltools/build_O0/mlmodel/format/DataStructures.pb.cc |
CoreML::Specification::StringToDoubleMap::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*) | bool StringToDoubleMap::MergePartialFromCodedStream(
::google::protobuf::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
::google::protobuf::uint32 tag;
// @@protoc_insertion_point(parse_start:CoreML.Specification.StringToDoubleMap)
for (;;) {
::st... | pushq %rbp
movq %rsp, %rbp
subq $0x100, %rsp # imm = 0x100
movq %rdi, -0x58(%rbp)
movq %rsi, -0x60(%rbp)
movq -0x58(%rbp), %rax
movq %rax, -0xc8(%rbp)
movq -0x60(%rbp), %rax
movq %rax, -0x48(%rbp)
movl $0x7f, -0x4c(%rbp)
movq -0x48(%rbp), %rcx
movl -0x4c(%rbp), %eax
movq %rcx, -0x10(%rbp)
movl %eax, -0x14(%r... | /hollance[P]coremltools/build_O0/mlmodel/format/DataStructures.pb.cc |
CoreML::Specification::StringToDoubleMap::ByteSizeLong() const | size_t StringToDoubleMap::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:CoreML.Specification.StringToDoubleMap)
size_t total_size = 0;
// map<string, double> map = 1;
total_size += 1 *
::google::protobuf::internal::FromIntSize(this->map_size());
{
::google::protobuf::scop... | pushq %rbp
movq %rsp, %rbp
subq $0xc0, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x70(%rbp)
movq $0x0, -0x10(%rbp)
callq 0xe9920
movl %eax, %edi
callq 0xe8910
movq %rax, %rcx
movq -0x10(%rbp), %rax
addq %rcx, %rax
movq %rax, -0x10(%rbp)
xorl %eax, %eax
movl %eax, %esi
leaq -0x18(%rbp), %rdi
callq 0xe... | /hollance[P]coremltools/build_O0/mlmodel/format/DataStructures.pb.cc |
CoreML::Specification::StringToDoubleMap::MergeFrom(CoreML::Specification::StringToDoubleMap const&) | void StringToDoubleMap::MergeFrom(const StringToDoubleMap& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:CoreML.Specification.StringToDoubleMap)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::google::protobuf::uint32 cached_has_bits = 0;
(void) ca... | pushq %rbp
movq %rsp, %rbp
subq $0xd0, %rsp
movq %rdi, -0x48(%rbp)
movq %rsi, -0x50(%rbp)
movq -0x48(%rbp), %rcx
movq %rcx, -0xb0(%rbp)
movq -0x50(%rbp), %rax
movb $0x0, -0x89(%rbp)
cmpq %rcx, %rax
je 0xe1670
jmp 0xe16ce
leaq 0x2e3e19(%rip), %rdx # 0x3c5490
leaq -0x88(%rbp), %rdi
movq %rdi, -0xc0(%rbp)
movl $0x3, %e... | /hollance[P]coremltools/build_O0/mlmodel/format/DataStructures.pb.cc |
CoreML::Specification::Int64ToDoubleMap::Int64ToDoubleMap(CoreML::Specification::Int64ToDoubleMap const&) | Int64ToDoubleMap::Int64ToDoubleMap(const Int64ToDoubleMap& from)
: ::google::protobuf::MessageLite(),
_internal_metadata_(NULL),
_cached_size_(0) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
map_.MergeFrom(from.map_);
// @@protoc_insertion_point(copy_constructor:CoreML.Specification.In... | pushq %rbp
movq %rsp, %rbp
subq $0xa0, %rsp
movq %rdi, -0x48(%rbp)
movq %rsi, -0x50(%rbp)
movq -0x48(%rbp), %rdi
movq %rdi, -0x70(%rbp)
callq 0xdd280
movq -0x70(%rbp), %rdi
leaq 0x4417f5(%rip), %rax # 0x523260
addq $0x10, %rax
movq %rax, (%rdi)
addq $0x8, %rdi
movq %rdi, -0x68(%rbp)
xorl %eax, %eax
movl %eax, %esi
c... | /hollance[P]coremltools/build_O0/mlmodel/format/DataStructures.pb.cc |
CoreML::Specification::Int64ToDoubleMap::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*) | bool Int64ToDoubleMap::MergePartialFromCodedStream(
::google::protobuf::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
::google::protobuf::uint32 tag;
// @@protoc_insertion_point(parse_start:CoreML.Specification.Int64ToDoubleMap)
for (;;) {
::std:... | pushq %rbp
movq %rsp, %rbp
subq $0xd0, %rsp
movq %rdi, -0x58(%rbp)
movq %rsi, -0x60(%rbp)
movq -0x58(%rbp), %rax
movq %rax, -0xb0(%rbp)
movq -0x60(%rbp), %rax
movq %rax, -0x48(%rbp)
movl $0x7f, -0x4c(%rbp)
movq -0x48(%rbp), %rcx
movl -0x4c(%rbp), %eax
movq %rcx, -0x10(%rbp)
movl %eax, -0x14(%rbp)
movq -0x10(%rbp), %rcx... | /hollance[P]coremltools/build_O0/mlmodel/format/DataStructures.pb.cc |
CoreML::Specification::Int64ToDoubleMap::SerializeWithCachedSizes(google::protobuf::io::CodedOutputStream*) const | void Int64ToDoubleMap::SerializeWithCachedSizes(
::google::protobuf::io::CodedOutputStream* output) const {
// @@protoc_insertion_point(serialize_start:CoreML.Specification.Int64ToDoubleMap)
::google::protobuf::uint32 cached_has_bits = 0;
(void) cached_has_bits;
// map<int64, double> map = 1;
if (!this->... | pushq %rbp
movq %rsp, %rbp
subq $0x1b0, %rsp # imm = 0x1B0
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0xd0(%rbp)
movl $0x0, -0x14(%rbp)
callq 0xe9cc0
movq %rax, %rdi
callq 0xe9ce0
testb $0x1, %al
jne 0xe25d5
movq -0x10(%rbp), %rdi
callq 0xe8510
testb $0x1, %al
jne 0xe20cc
... | /hollance[P]coremltools/build_O0/mlmodel/format/DataStructures.pb.cc |
CoreML::Specification::StringVector::StringVector(CoreML::Specification::StringVector const&) | StringVector::StringVector(const StringVector& from)
: ::google::protobuf::MessageLite(),
_internal_metadata_(NULL),
vector_(from.vector_),
_cached_size_(0) {
_internal_metadata_.MergeFrom(from._internal_metadata_);
// @@protoc_insertion_point(copy_constructor:CoreML.Specification.StringVector)
... | pushq %rbp
movq %rsp, %rbp
subq $0xa0, %rsp
movq %rdi, -0x48(%rbp)
movq %rsi, -0x50(%rbp)
movq -0x48(%rbp), %rdi
movq %rdi, -0x70(%rbp)
callq 0xdd280
movq -0x70(%rbp), %rdi
leaq 0x4406ed(%rip), %rax # 0x5232f8
addq $0x10, %rax
movq %rax, (%rdi)
addq $0x8, %rdi
movq %rdi, -0x68(%rbp)
xorl %eax, %eax
movl %eax, %esi
c... | /hollance[P]coremltools/build_O0/mlmodel/format/DataStructures.pb.cc |
CoreML::Specification::StringVector::New(google::protobuf::Arena*) const | StringVector* StringVector::New(::google::protobuf::Arena* arena) const {
StringVector* n = new StringVector;
if (arena != NULL) {
arena->Own(n);
}
return n;
} | pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movl $0x30, %edi
callq 0x37220
movq %rax, %rdi
movq %rdi, %rax
movq %rax, -0x30(%rbp)
callq 0xe2ae0
jmp 0xe2e6b
movq -0x30(%rbp), %rax
movq %rax, -0x18(%rbp)
cmpq $0x0, -0x10(%rbp)
je 0xe2ea5
movq -0x10(%rbp), %rdi
movq -0x18(%rbp)... | /hollance[P]coremltools/build_O0/mlmodel/format/DataStructures.pb.cc |
CoreML::Specification::DoubleRange::New(google::protobuf::Arena*) const | DoubleRange* DoubleRange::New(::google::protobuf::Arena* arena) const {
DoubleRange* n = new DoubleRange;
if (arena != NULL) {
arena->Own(n);
}
return n;
} | pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movl $0x28, %edi
callq 0x37220
movq %rax, %rdi
movq %rdi, %rax
movq %rax, -0x30(%rbp)
callq 0xe6f40
jmp 0xe72bb
movq -0x30(%rbp), %rax
movq %rax, -0x18(%rbp)
cmpq $0x0, -0x10(%rbp)
je 0xe72f5
movq -0x10(%rbp), %rdi
movq -0x18(%rbp)... | /hollance[P]coremltools/build_O0/mlmodel/format/DataStructures.pb.cc |
CoreML::Specification::DoubleRange::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*) | bool DoubleRange::MergePartialFromCodedStream(
::google::protobuf::io::CodedInputStream* input) {
#define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
::google::protobuf::uint32 tag;
// @@protoc_insertion_point(parse_start:CoreML.Specification.DoubleRange)
for (;;) {
::std::pair< ::g... | pushq %rbp
movq %rsp, %rbp
subq $0x90, %rsp
movq %rdi, -0x58(%rbp)
movq %rsi, -0x60(%rbp)
movq -0x58(%rbp), %rax
movq %rax, -0x78(%rbp)
movq -0x60(%rbp), %rax
movq %rax, -0x48(%rbp)
movl $0x7f, -0x4c(%rbp)
movq -0x48(%rbp), %rcx
movl -0x4c(%rbp), %eax
movq %rcx, -0x10(%rbp)
movl %eax, -0x14(%rbp)
movq -0x10(%rbp), %rcx... | /hollance[P]coremltools/build_O0/mlmodel/format/DataStructures.pb.cc |
CoreML::Specification::DoubleRange::ByteSizeLong() const | size_t DoubleRange::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:CoreML.Specification.DoubleRange)
size_t total_size = 0;
// double minValue = 1;
if (this->minvalue() != 0) {
total_size += 1 + 8;
}
// double maxValue = 2;
if (this->maxvalue() != 0) {
total_size += 1 +... | pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x20(%rbp)
movq $0x0, -0x10(%rbp)
callq 0xec070
xorps %xmm1, %xmm1
ucomisd %xmm1, %xmm0
jne 0xe76ce
jp 0xe76ce
jmp 0xe76da
movq -0x10(%rbp), %rax
addq $0x9, %rax
movq %rax, -0x10(%rbp)
movq -0x20(%rbp), %rdi
callq 0xec09... | /hollance[P]coremltools/build_O0/mlmodel/format/DataStructures.pb.cc |
CoreML::Specification::DoubleRange::MergeFrom(CoreML::Specification::DoubleRange const&) | void DoubleRange::MergeFrom(const DoubleRange& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:CoreML.Specification.DoubleRange)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom(from._internal_metadata_);
::google::protobuf::uint32 cached_has_bits = 0;
(void) cached_has_bits;
... | pushq %rbp
movq %rsp, %rbp
subq $0xd0, %rsp
movq %rdi, -0x48(%rbp)
movq %rsi, -0x50(%rbp)
movq -0x48(%rbp), %rcx
movq %rcx, -0xb0(%rbp)
movq -0x50(%rbp), %rax
movb $0x0, -0x89(%rbp)
cmpq %rcx, %rax
je 0xe7790
jmp 0xe77ee
leaq 0x2ddcf9(%rip), %rdx # 0x3c5490
leaq -0x88(%rbp), %rdi
movq %rdi, -0xc0(%rbp)
movl $0x3, %e... | /hollance[P]coremltools/build_O0/mlmodel/format/DataStructures.pb.cc |
google::protobuf::internal::MapFieldLite<google::protobuf::internal::MapEntryLite<long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, (google::protobuf::internal::WireFormatLite::FieldType)3, (google::protobuf::internal::WireFormatLite::FieldType)9, 0>, long, std::__cxx11::basic_string... | void MergeFrom(const MapFieldLite& other) {
for (typename Map<Key, T>::const_iterator it = other.map_.begin();
it != other.map_.end(); ++it) {
map_[it->first] = it->second;
}
} | pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x48(%rbp)
movq -0x10(%rbp), %rsi
addq $0x8, %rsi
leaq -0x28(%rbp), %rdi
callq 0xe8d80
movq -0x10(%rbp), %rsi
addq $0x8, %rsi
leaq -0x40(%rbp), %rdi
callq 0xe8e00
leaq -0x28(%rbp), %rdi
leaq -0x40(... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map_field_lite.h |
bool google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual<google::protobuf::internal::MapEntryImpl<google::protobuf::internal::MapEntryLite<long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, (google::protobuf::internal::WireFormatLite::FieldType)3, (google::protobuf::inter... | inline bool WireFormatLite::ReadMessageNoVirtual(
io::CodedInputStream* input, MessageType_WorkAroundCppLookupDefect* value) {
int length;
if (!input->ReadVarintSizeAsInt(&length)) return false;
std::pair<io::CodedInputStream::Limit, int> p =
input->IncrementRecursionDepthAndPushLimit(length);
if (p.s... | pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq -0x10(%rbp), %rdi
leaq -0x1c(%rbp), %rsi
callq 0xddf50
testb $0x1, %al
jne 0xe8c57
movb $0x0, -0x1(%rbp)
jmp 0xe8c95
movq -0x10(%rbp), %rdi
movl -0x1c(%rbp), %esi
callq 0x3aca00
movq %rax, -0x24(%rbp)
cmpl $0x0, -0x20(%rbp)
j... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/wire_format_lite_inl.h |
bool google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual<google::protobuf::internal::MapEntryImpl<google::protobuf::internal::MapEntryLite<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, double, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::int... | inline bool WireFormatLite::ReadMessageNoVirtual(
io::CodedInputStream* input, MessageType_WorkAroundCppLookupDefect* value) {
int length;
if (!input->ReadVarintSizeAsInt(&length)) return false;
std::pair<io::CodedInputStream::Limit, int> p =
input->IncrementRecursionDepthAndPushLimit(length);
if (p.s... | pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq -0x10(%rbp), %rdi
leaq -0x1c(%rbp), %rsi
callq 0xddf50
testb $0x1, %al
jne 0xe9487
movb $0x0, -0x1(%rbp)
jmp 0xe94c5
movq -0x10(%rbp), %rdi
movl -0x1c(%rbp), %esi
callq 0x3aca00
movq %rax, -0x24(%rbp)
cmpl $0x0, -0x20(%rbp)
j... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/wire_format_lite_inl.h |
CoreML::Specification::Int64ToDoubleMap const* google::protobuf::internal::down_cast<CoreML::Specification::Int64ToDoubleMap const*, google::protobuf::MessageLite const>(google::protobuf::MessageLite const*) | inline To down_cast(From* f) { // so we only accept pointers
// Ensures that To is a sub-type of From *. This test is here only
// for compile-time type checking, and has no overhead in an
// optimized build at run-time, as it will be optimized away
// completely.
if (false) {
implicit_... | pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movb $0x1, %al
cmpq $0x0, -0x8(%rbp)
movb %al, -0x9(%rbp)
je 0xea1ad
movq -0x8(%rbp), %rax
movq %rax, -0x18(%rbp)
cmpq $0x0, %rax
je 0xea197
movq -0x18(%rbp), %rdi
leaq 0x4499df(%rip), %rsi # 0x533b60
leaq 0x4395e0(%rip), %rdx # 0x523768
xorl %eax,... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/stubs/casts.h |
CoreML::Specification::StringVector const* google::protobuf::internal::down_cast<CoreML::Specification::StringVector const*, google::protobuf::MessageLite const>(google::protobuf::MessageLite const*) | inline To down_cast(From* f) { // so we only accept pointers
// Ensures that To is a sub-type of From *. This test is here only
// for compile-time type checking, and has no overhead in an
// optimized build at run-time, as it will be optimized away
// completely.
if (false) {
implicit_... | pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movb $0x1, %al
cmpq $0x0, -0x8(%rbp)
movb %al, -0x9(%rbp)
je 0xea45d
movq -0x8(%rbp), %rax
movq %rax, -0x18(%rbp)
cmpq $0x0, %rax
je 0xea447
movq -0x18(%rbp), %rdi
leaq 0x44972f(%rip), %rsi # 0x533b60
leaq 0x439348(%rip), %rdx # 0x523780
xorl %eax,... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/stubs/casts.h |
google::protobuf::internal::RepeatedPtrFieldBase::InternalSwap(google::protobuf::internal::RepeatedPtrFieldBase*) | void RepeatedPtrFieldBase::InternalSwap(RepeatedPtrFieldBase* other) {
GOOGLE_DCHECK(this != other);
GOOGLE_DCHECK(GetArenaNoVirtual() == other->GetArenaNoVirtual());
std::swap(rep_, other->rep_);
std::swap(current_size_, other->current_size_);
std::swap(total_size_, other->total_size_);
} | pushq %rbp
movq %rsp, %rbp
subq $0xd0, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0xa8(%rbp)
movq -0x10(%rbp), %rcx
movb $0x0, -0x49(%rbp)
cmpq %rcx, %rax
je 0xea4fd
jmp 0xea552
leaq 0x2d4bf1(%rip), %rdx # 0x3bf0f5
leaq -0x48(%rbp), %rdi
movq %rdi, -0xb8(%rbp)
movl $0x3, %esi... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/repeated_field.h |
google::protobuf::RepeatedField<long>::RepeatedField(google::protobuf::RepeatedField<long> const&) | inline RepeatedField<Element>::RepeatedField(const RepeatedField& other)
: current_size_(0),
total_size_(0),
rep_(NULL) {
if (other.current_size_ != 0) {
Reserve(other.current_size_);
CopyArray(rep_->elements,
other.rep_->elements, other.current_size_);
current_size_ = other.curren... | pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x18(%rbp)
movl $0x0, (%rax)
movl $0x0, 0x4(%rax)
movq $0x0, 0x8(%rax)
movq -0x10(%rbp), %rax
cmpl $0x0, (%rax)
je 0xea794
movq -0x18(%rbp), %rdi
movq -0x10(%rbp), %rax
movl (%rax), %esi
callq 0x3a... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/repeated_field.h |
google::protobuf::io::CodedOutputStream::WriteVarint32(unsigned int) | inline void CodedOutputStream::WriteVarint32(uint32 value) {
if (buffer_size_ >= 5) {
// Fast path: We have enough bytes left in the buffer to guarantee that
// this write won't cross the end, so we can skip the checks.
uint8* target = buffer_;
uint8* end = WriteVarint32ToArray(value, target);
in... | pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x30(%rbp)
cmpl $0x5, 0x10(%rax)
jl 0xea995
movq -0x30(%rbp), %rax
movq 0x8(%rax), %rax
movq %rax, -0x18(%rbp)
movl -0xc(%rbp), %edi
movq -0x18(%rbp), %rsi
callq 0xf7680
movq -0x30(%rbp), %rdi
movq ... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/io/coded_stream.h |
CoreML::Specification::Int64Vector const* google::protobuf::internal::down_cast<CoreML::Specification::Int64Vector const*, google::protobuf::MessageLite const>(google::protobuf::MessageLite const*) | inline To down_cast(From* f) { // so we only accept pointers
// Ensures that To is a sub-type of From *. This test is here only
// for compile-time type checking, and has no overhead in an
// optimized build at run-time, as it will be optimized away
// completely.
if (false) {
implicit_... | pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movb $0x1, %al
cmpq $0x0, -0x8(%rbp)
movb %al, -0x9(%rbp)
je 0xeaaed
movq -0x8(%rbp), %rax
movq %rax, -0x18(%rbp)
cmpq $0x0, %rax
je 0xeaad7
movq -0x18(%rbp), %rdi
leaq 0x44909f(%rip), %rsi # 0x533b60
leaq 0x438cd0(%rip), %rdx # 0x523798
xorl %eax,... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/stubs/casts.h |
google::protobuf::RepeatedField<float>::RepeatedField(google::protobuf::RepeatedField<float> const&) | inline RepeatedField<Element>::RepeatedField(const RepeatedField& other)
: current_size_(0),
total_size_(0),
rep_(NULL) {
if (other.current_size_ != 0) {
Reserve(other.current_size_);
CopyArray(rep_->elements,
other.rep_->elements, other.current_size_);
current_size_ = other.curren... | pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x18(%rbp)
movl $0x0, (%rax)
movl $0x0, 0x4(%rax)
movq $0x0, 0x8(%rax)
movq -0x10(%rbp), %rax
cmpl $0x0, (%rax)
je 0xeaf04
movq -0x18(%rbp), %rdi
movq -0x10(%rbp), %rax
movl (%rax), %esi
callq 0x47... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/repeated_field.h |
CoreML::Specification::FloatVector const* google::protobuf::internal::down_cast<CoreML::Specification::FloatVector const*, google::protobuf::MessageLite const>(google::protobuf::MessageLite const*) | inline To down_cast(From* f) { // so we only accept pointers
// Ensures that To is a sub-type of From *. This test is here only
// for compile-time type checking, and has no overhead in an
// optimized build at run-time, as it will be optimized away
// completely.
if (false) {
implicit_... | pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movb $0x1, %al
cmpq $0x0, -0x8(%rbp)
movb %al, -0x9(%rbp)
je 0xeb1ed
movq -0x8(%rbp), %rax
movq %rax, -0x18(%rbp)
cmpq $0x0, %rax
je 0xeb1d7
movq -0x18(%rbp), %rdi
leaq 0x44899f(%rip), %rsi # 0x533b60
leaq 0x4385e8(%rip), %rdx # 0x5237b0
xorl %eax,... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/stubs/casts.h |
google::protobuf::RepeatedField<float>::MergeFrom(google::protobuf::RepeatedField<float> const&) | inline void RepeatedField<Element>::MergeFrom(const RepeatedField& other) {
GOOGLE_DCHECK_NE(&other, this);
if (other.current_size_ != 0) {
Reserve(current_size_ + other.current_size_);
CopyArray(rep_->elements + current_size_,
other.rep_->elements, other.current_size_);
current_size_ += o... | pushq %rbp
movq %rsp, %rbp
subq $0x80, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rcx
movq %rcx, -0x68(%rbp)
movq -0x10(%rbp), %rax
movb $0x0, -0x49(%rbp)
cmpq %rcx, %rax
je 0xeb25a
jmp 0xeb2a3
leaq 0x2d3e94(%rip), %rdx # 0x3bf0f5
leaq -0x48(%rbp), %rdi
movq %rdi, -0x78(%rbp)
movl $0x3, %esi... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/repeated_field.h |
google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long>::erase(google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long>::iterator) | iterator erase(iterator pos) {
if (arena_ == NULL) delete pos.operator->();
iterator i = pos++;
elements_->erase(i.it_);
return pos;
} | pushq %rbp
movq %rsp, %rbp
subq $0x80, %rsp
movq %rdi, -0x58(%rbp)
movq %rdi, -0x50(%rbp)
leaq 0x10(%rbp), %rax
movq %rax, -0x48(%rbp)
movq %rsi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x40(%rbp)
cmpq $0x0, (%rax)
jne 0xec729
movq -0x48(%rbp), %rdi
callq 0xec810
movq %rax, -0x60(%rbp)
cmpq $0x0, %rax
je 0xec727
m... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long>::InnerMap::iterator_base<google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long>::KeyValuePair>::revalidate_if_necessary(std::_Rb_tree_const_iterator<std::__cxx... | bool revalidate_if_necessary(TreeIterator* it) {
GOOGLE_DCHECK(node_ != NULL && m_ != NULL);
// Force bucket_index_ to be in range.
bucket_index_ &= (m_->num_buckets_ - 1);
// Common case: the bucket we think is relevant points to node_.
if (m_->table_[bucket_index_] == static_ca... | pushq %rbp
movq %rsp, %rbp
subq $0xc0, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0xa8(%rbp)
movq (%rax), %rax
movb $0x0, -0x51(%rbp)
cmpq $0x0, %rax
je 0xecf9b
movq -0xa8(%rbp), %rax
cmpq $0x0, 0x8(%rax)
je 0xecf9b
jmp 0xecff0
leaq 0x2d87ac(%rip), %rdx # 0x3c574e
leaq -0x5... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long>::InnerMap::FindHelper(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::_Rb_tree_const_iterator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<ch... | std::pair<const_iterator, size_type> FindHelper(const Key& k,
TreeIterator* it) const {
size_type b = BucketNumber(k);
if (TableEntryIsNonEmptyList(b)) {
Node* node = static_cast<Node*>(table_[b]);
do {
if (IsMatch(*KeyPtrFromNode... | pushq %rbp
movq %rsp, %rbp
subq $0x110, %rsp # imm = 0x110
movq %rdi, -0x100(%rbp)
movq %rdi, -0xf8(%rbp)
movq %rsi, -0x8(%rbp)
movq %rdx, -0x10(%rbp)
movq %rcx, -0x18(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0xf0(%rbp)
movq -0x10(%rbp), %rsi
callq 0xed8e0
movq -0xf0(%rbp), %rdi
movq %rax, -0x20(%rbp)
movq -0... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>::InnerMap::iterator_base<google::protobuf::Map<long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>::KeyValuePair>::SearchFrom(unsigned long) | void SearchFrom(size_type start_bucket) {
GOOGLE_DCHECK(m_->index_of_first_non_null_ == m_->num_buckets_ ||
m_->table_[m_->index_of_first_non_null_] != NULL);
node_ = NULL;
for (bucket_index_ = start_bucket; bucket_index_ < m_->num_buckets_;
bucket_index_++) {
... | pushq %rbp
movq %rsp, %rbp
subq $0xe0, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rcx
movq %rcx, -0xb8(%rbp)
movq 0x8(%rcx), %rax
movq 0x18(%rax), %rax
movq 0x8(%rcx), %rcx
movq 0x8(%rcx), %rcx
movb $0x0, -0x49(%rbp)
cmpq %rcx, %rax
je 0xeff95
movq -0xb8(%rbp), %rcx
movq 0x8(%rcx), %rax
movq 0x... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>::MapAllocator<std::_Rb_tree_node<long*>>::deallocate(std::_Rb_tree_node<long*>*, unsigned long) | void deallocate(pointer p, size_type n) {
if (arena_ == NULL) {
#if defined(__GXX_DELETE_WITH_SIZE__) || defined(__cpp_sized_deallocation)
::operator delete(p, n * sizeof(value_type));
#else
::operator delete(p);
#endif
}
} | pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x8(%rbp), %rax
cmpq $0x0, (%rax)
jne 0xf17fc
movq -0x10(%rbp), %rdi
imulq $0x28, -0x18(%rbp), %rsi
callq 0x371a0
addq $0x20, %rsp
popq %rbp
retq
nopw %cs:(%rax,%rax)
nopl (%rax)
| /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, double>::InnerMap::erase(google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, double>::InnerMap::iterator_base<google::protobuf::Map<std::__cxx11::basic_string<char, std... | void erase(iterator it) {
GOOGLE_DCHECK_EQ(it.m_, this);
typename Tree::iterator tree_it;
const bool is_list = it.revalidate_if_necessary(&tree_it);
size_type b = it.bucket_index_;
Node* const item = it.node_;
if (is_list) {
GOOGLE_DCHECK(TableEntryIsNonEmptyList(b));
... | pushq %rbp
movq %rsp, %rbp
subq $0x160, %rsp # imm = 0x160
leaq 0x10(%rbp), %rax
movq %rax, -0x118(%rbp)
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rcx
movq %rcx, -0x110(%rbp)
movq 0x8(%rax), %rax
movb $0x0, -0x41(%rbp)
cmpq %rcx, %rax
jne 0xf23f4
jmp 0xf2449
leaq 0x2d3353(%rip), %rdx # 0x3c574e
leaq -0x40(%... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, double>::InnerMap::iterator_base<google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, double>::KeyValuePair>::operator++() | iterator_base& operator++() {
if (node_->next == NULL) {
TreeIterator tree_it;
const bool is_list = revalidate_if_necessary(&tree_it);
if (is_list) {
SearchFrom(bucket_index_ + 1);
} else {
GOOGLE_DCHECK_EQ(bucket_index_ & 1, 0);
Tree* ... | pushq %rbp
movq %rsp, %rbp
subq $0xa0, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x80(%rbp)
movq (%rax), %rax
cmpq $0x0, 0x28(%rax)
jne 0xf2a46
leaq -0x10(%rbp), %rdi
callq 0xecf40
movq -0x80(%rbp), %rdi
leaq -0x10(%rbp), %rsi
callq 0xf2a70
andb $0x1, %al
movb %al, -0x11(%rbp)
testb $0x1, -0x11(%rbp)... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, double>::InnerMap::iterator_base<google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, double>::KeyValuePair>::revalidate_if_necessary(std::_Rb_tree_const_iterator<std::_... | bool revalidate_if_necessary(TreeIterator* it) {
GOOGLE_DCHECK(node_ != NULL && m_ != NULL);
// Force bucket_index_ to be in range.
bucket_index_ &= (m_->num_buckets_ - 1);
// Common case: the bucket we think is relevant points to node_.
if (m_->table_[bucket_index_] == static_ca... | pushq %rbp
movq %rsp, %rbp
subq $0xc0, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0xa8(%rbp)
movq (%rax), %rax
movb $0x0, -0x51(%rbp)
cmpq $0x0, %rax
je 0xf2aab
movq -0xa8(%rbp), %rax
cmpq $0x0, 0x8(%rax)
je 0xf2aab
jmp 0xf2b00
leaq 0x2d2c9c(%rip), %rdx # 0x3c574e
leaq -0x5... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<long, double>::MapAllocator<std::set<long*, google::protobuf::Map<long, double>::InnerMap::KeyCompare, google::protobuf::Map<long, double>::MapAllocator<long*>>>::deallocate(std::set<long*, google::protobuf::Map<long, double>::InnerMap::KeyCompare, google::protobuf::Map<long, double>::MapAllocator... | void deallocate(pointer p, size_type n) {
if (arena_ == NULL) {
#if defined(__GXX_DELETE_WITH_SIZE__) || defined(__cpp_sized_deallocation)
::operator delete(p, n * sizeof(value_type));
#else
::operator delete(p);
#endif
}
} | pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x8(%rbp), %rax
cmpq $0x0, (%rax)
jne 0xf6d2c
movq -0x10(%rbp), %rdi
imulq $0x38, -0x18(%rbp), %rsi
callq 0x371a0
addq $0x20, %rsp
popq %rbp
retq
nopw %cs:(%rax,%rax)
nopl (%rax)
| /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::io::CodedOutputStream::WriteVarint32ToArray(unsigned int, unsigned char*) | inline uint8* CodedOutputStream::WriteVarint32ToArray(uint32 value,
uint8* target) {
while (value >= 0x80) {
*target = static_cast<uint8>(value | 0x80);
value >>= 7;
++target;
}
*target = static_cast<uint8>(value);
return target + 1;
} | pushq %rbp
movq %rsp, %rbp
movl %edi, -0x4(%rbp)
movq %rsi, -0x10(%rbp)
cmpl $0x80, -0x4(%rbp)
jb 0xf76bb
movl -0x4(%rbp), %eax
orl $0x80, %eax
movb %al, %cl
movq -0x10(%rbp), %rax
movb %cl, (%rax)
movl -0x4(%rbp), %eax
shrl $0x7, %eax
movl %eax, -0x4(%rbp)
movq -0x10(%rbp), %rax
addq $0x1, %rax
movq %rax, -0x10(%rbp)
... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/io/coded_stream.h |
google::protobuf::io::CodedOutputStream::WriteVarint64(unsigned long) | inline void CodedOutputStream::WriteVarint64(uint64 value) {
if (buffer_size_ >= 10) {
// Fast path: We have enough bytes left in the buffer to guarantee that
// this write won't cross the end, so we can skip the checks.
uint8* target = buffer_;
uint8* end = WriteVarint64ToArray(value, target);
i... | pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x30(%rbp)
cmpl $0xa, 0x10(%rax)
jl 0xf7757
movq -0x30(%rbp), %rax
movq 0x8(%rax), %rax
movq %rax, -0x18(%rbp)
movq -0x10(%rbp), %rdi
movq -0x18(%rbp), %rsi
callq 0xf7770
movq -0x30(%rbp), %rdi
mov... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/io/coded_stream.h |
google::protobuf::internal::MapEntryImpl<google::protobuf::internal::MapEntryLite<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)3, 0>, google::protobuf::MessageLite, s... | size_t ByteSizeLong() const {
size_t size = 0;
size += has_key() ? kTagSize + KeyTypeHandler::ByteSize(key()) : 0;
size += has_value() ? kTagSize + ValueTypeHandler::ByteSize(value()) : 0;
return size;
} | pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x18(%rbp)
movq $0x0, -0x10(%rbp)
callq 0xf9120
testb $0x1, %al
jne 0xf88f7
jmp 0xf8918
movq -0x18(%rbp), %rdi
movq (%rdi), %rax
callq *0x88(%rax)
movq %rax, %rdi
callq 0xf9600
cltq
addq $0x1, %rax
movq %rax, -0x20(%rbp)... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map_entry_lite.h |
google::protobuf::internal::MapEntryImpl<google::protobuf::internal::MapEntryLite<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)3, 0>, google::protobuf::MessageLite, s... | virtual inline const ValueMapEntryAccessorType& value() const {
GOOGLE_CHECK(default_instance_ != NULL);
return ValueTypeHandler::DefaultIfNotInitialized(value_,
default_instance_->value_);
} | pushq %rbp
movq %rsp, %rbp
subq $0x70, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x60(%rbp)
movq 0x8(%rax), %rax
movb $0x0, -0x41(%rbp)
cmpq $0x0, %rax
je 0xf8b54
jmp 0xf8b9d
leaq 0x2cd01c(%rip), %rdx # 0x3c5b77
leaq -0x40(%rbp), %rdi
movq %rdi, -0x70(%rbp)
movl $0x3, %esi
movl $0xa2, %ecx
callq 0... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map_entry_lite.h |
google::protobuf::internal::ArenaStringPtr::CreateInstance(google::protobuf::Arena*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const*) | GOOGLE_ATTRIBUTE_NOINLINE void CreateInstance(::google::protobuf::Arena* arena,
const ::std::string* initial_value) {
GOOGLE_DCHECK(initial_value != NULL);
ptr_ = new ::std::string(*initial_value);
if (arena != NULL) {
arena->Own(ptr_);
}
} | pushq %rbp
movq %rsp, %rbp
subq $0x90, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x70(%rbp)
movq -0x18(%rbp), %rax
movb $0x0, -0x51(%rbp)
cmpq $0x0, %rax
je 0xf92df
jmp 0xf9328
leaq 0x2c63d8(%rip), %rdx # 0x3bf6be
leaq -0x50(%rbp), %rdi
movq %rdi, -0x8... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/arenastring.h |
google::protobuf::io::CodedInputStream::ExpectAtEnd() | inline bool CodedInputStream::ExpectAtEnd() {
// If we are at a limit we know no more bytes can be read. Otherwise, it's
// hard to say without calling Refresh(), and we'd rather not do that.
if (buffer_ == buffer_end_ &&
((buffer_size_after_limit_ != 0) ||
(total_bytes_read_ == current_limit_))) {... | pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x10(%rbp)
movq -0x10(%rbp), %rcx
movq %rcx, -0x18(%rbp)
movq (%rcx), %rax
cmpq 0x8(%rcx), %rax
jne 0xf95f4
movq -0x18(%rbp), %rax
cmpl $0x0, 0x2c(%rax)
jne 0xf95df
movq -0x18(%rbp), %rcx
movl 0x18(%rcx), %eax
cmpl 0x28(%rcx), %eax
jne 0xf95f4
movq -0x18(%rbp), %rax
movl $0x0, 0x2... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/io/coded_stream.h |
google::protobuf::internal::MapEntryImpl<google::protobuf::internal::MapEntryLite<long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, (google::protobuf::internal::WireFormatLite::FieldType)3, (google::protobuf::internal::WireFormatLite::FieldType)9, 0>, google::protobuf::MessageLite, l... | ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(bool deterministic,
::google::protobuf::uint8* output) const {
output = KeyTypeHandler::InternalWriteToArray(kKeyFieldNumber, key(),
deterministic, ... | pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movb %sil, %al
movq %rdi, -0x8(%rbp)
andb $0x1, %al
movb %al, -0x9(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x20(%rbp)
movq (%rdi), %rax
callq *0x88(%rax)
movq %rax, %rsi
movb -0x9(%rbp), %al
movq -0x18(%rbp), %rcx
movl $0x1, %edi
andb $0x1, %al
movzbl %... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map_entry_lite.h |
google::protobuf::internal::MapEntryImpl<google::protobuf::internal::MapEntryLite<long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, (google::protobuf::internal::WireFormatLite::FieldType)3, (google::protobuf::internal::WireFormatLite::FieldType)9, 0>, google::protobuf::MessageLite, l... | ~MapEntryImpl() {
if (this != default_instance_) {
if (GetArenaNoVirtual() != NULL) return;
KeyTypeHandler::DeleteNoArena(key_);
ValueTypeHandler::DeleteNoArena(value_);
}
} | pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x18(%rbp)
leaq 0x4297a5(%rip), %rcx # 0x523a80
addq $0x10, %rcx
movq %rcx, (%rax)
cmpq 0x8(%rax), %rax
je 0xfa328
movq -0x18(%rbp), %rdi
callq 0xfa380
movq %rax, -0x20(%rbp)
jmp 0xfa2f7
movq -0x20(%rbp), %rax
cmpq $0... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map_entry_lite.h |
google::protobuf::internal::MapEntryImpl<google::protobuf::internal::MapEntryLite<long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, (google::protobuf::internal::WireFormatLite::FieldType)3, (google::protobuf::internal::WireFormatLite::FieldType)9, 0>, google::protobuf::MessageLite, l... | void MergeFromInternal(const MapEntryImpl& from) {
if (from._has_bits_[0]) {
if (from.has_key()) {
KeyTypeHandler::EnsureMutable(&key_, GetArenaNoVirtual());
KeyTypeHandler::Merge(from.key(), &key_, GetArenaNoVirtual());
set_has_key();
}
if (from.has_value()) {
Valu... | pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x18(%rbp)
movq -0x10(%rbp), %rax
cmpl $0x0, 0x28(%rax)
je 0xfa652
movq -0x10(%rbp), %rdi
callq 0xfa700
testb $0x1, %al
jne 0xfa585
jmp 0xfa5e3
movq -0x18(%rbp), %rdi
movq %rdi, %rax
addq $0x10, %r... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map_entry_lite.h |
google::protobuf::internal::MapEntryLite<long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, (google::protobuf::internal::WireFormatLite::FieldType)3, (google::protobuf::internal::WireFormatLite::FieldType)9, 0> const* google::protobuf::internal::down_cast<google::protobuf::internal::M... | inline To down_cast(From* f) { // so we only accept pointers
// Ensures that To is a sub-type of From *. This test is here only
// for compile-time type checking, and has no overhead in an
// optimized build at run-time, as it will be optimized away
// completely.
if (false) {
implicit_... | pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movb $0x1, %al
cmpq $0x0, -0x8(%rbp)
movb %al, -0x9(%rbp)
je 0xfa6bd
movq -0x8(%rbp), %rax
movq %rax, -0x18(%rbp)
cmpq $0x0, %rax
je 0xfa6a7
movq -0x18(%rbp), %rdi
leaq 0x4394cf(%rip), %rsi # 0x533b60
leaq 0x4293d0(%rip), %rdx # 0x523a68
xorl %eax,... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/stubs/casts.h |
google::protobuf::internal::MapEntryImpl<google::protobuf::internal::MapEntryLite<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, double, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)1, 0>, google::protobuf::MessageLite,... | ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(bool deterministic,
::google::protobuf::uint8* output) const {
output = KeyTypeHandler::InternalWriteToArray(kKeyFieldNumber, key(),
deterministic, ... | pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movb %sil, %al
movq %rdi, -0x8(%rbp)
andb $0x1, %al
movb %al, -0x9(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x20(%rbp)
movq (%rdi), %rax
callq *0x88(%rax)
movq %rax, %rsi
movb -0x9(%rbp), %al
movq -0x18(%rbp), %rcx
movl $0x1, %edi
andb $0x1, %al
movzbl %... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map_entry_lite.h |
google::protobuf::internal::MapEntryImpl<google::protobuf::internal::MapEntryLite<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, double, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)1, 0>, google::protobuf::MessageLite,... | ~MapEntryImpl() {
if (this != default_instance_) {
if (GetArenaNoVirtual() != NULL) return;
KeyTypeHandler::DeleteNoArena(key_);
ValueTypeHandler::DeleteNoArena(value_);
}
} | pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x18(%rbp)
leaq 0x4289c5(%rip), %rcx # 0x523c00
addq $0x10, %rcx
movq %rcx, (%rax)
cmpq 0x8(%rax), %rax
je 0xfb28a
movq -0x18(%rbp), %rdi
callq 0xfb2e0
movq %rax, -0x20(%rbp)
jmp 0xfb257
movq -0x20(%rbp), %rax
cmpq $0... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map_entry_lite.h |
google::protobuf::internal::MapEntryImpl<google::protobuf::internal::MapEntryLite<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, double, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)1, 0>, google::protobuf::MessageLite,... | void MergeFromInternal(const MapEntryImpl& from) {
if (from._has_bits_[0]) {
if (from.has_key()) {
KeyTypeHandler::EnsureMutable(&key_, GetArenaNoVirtual());
KeyTypeHandler::Merge(from.key(), &key_, GetArenaNoVirtual());
set_has_key();
}
if (from.has_value()) {
Valu... | pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x18(%rbp)
movq -0x10(%rbp), %rax
cmpl $0x0, 0x28(%rax)
je 0xfb592
movq -0x10(%rbp), %rdi
callq 0xfb640
testb $0x1, %al
jne 0xfb4c5
jmp 0xfb523
movq -0x18(%rbp), %rdi
movq %rdi, %rax
addq $0x10, %r... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map_entry_lite.h |
google::protobuf::internal::MapEntryImpl<google::protobuf::internal::MapEntryLite<long, double, (google::protobuf::internal::WireFormatLite::FieldType)3, (google::protobuf::internal::WireFormatLite::FieldType)1, 0>, google::protobuf::MessageLite, long, double, (google::protobuf::internal::WireFormatLite::FieldType)3, (... | Base* New(Arena* arena) const {
Derived* entry = Arena::CreateMessage<Derived>(arena);
entry->default_instance_ = default_instance_;
return entry;
} | pushq %rbp
movq %rsp, %rbp
subq $0xa0, %rsp
movq %rdi, -0x60(%rbp)
movq %rsi, -0x68(%rbp)
movq -0x60(%rbp), %rax
movq %rax, -0x78(%rbp)
movq -0x68(%rbp), %rax
movq %rax, -0x48(%rbp)
cmpq $0x0, -0x48(%rbp)
jne 0xfbb95
movl $0x30, %edi
callq 0x37220
movq %rax, %rdi
movq %rdi, %rax
movq %rax, -0x80(%rbp)
callq 0xfb930
jmp... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map_entry_lite.h |
google::protobuf::internal::MapEntryImpl<google::protobuf::internal::MapEntryLite<long, double, (google::protobuf::internal::WireFormatLite::FieldType)3, (google::protobuf::internal::WireFormatLite::FieldType)1, 0>, google::protobuf::MessageLite, long, double, (google::protobuf::internal::WireFormatLite::FieldType)3, (... | size_t ByteSizeLong() const {
size_t size = 0;
size += has_key() ? kTagSize + KeyTypeHandler::ByteSize(key()) : 0;
size += has_value() ? kTagSize + ValueTypeHandler::ByteSize(value()) : 0;
return size;
} | pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x18(%rbp)
movq $0x0, -0x10(%rbp)
callq 0xfc690
testb $0x1, %al
jne 0xfbfd7
jmp 0xfbff8
movq -0x18(%rbp), %rdi
movq (%rdi), %rax
callq *0x88(%rax)
movq %rax, %rdi
callq 0xf9620
cltq
addq $0x1, %rax
movq %rax, -0x20(%rbp)... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map_entry_lite.h |
google::protobuf::internal::MapEntryImpl<google::protobuf::internal::MapEntryLite<long, double, (google::protobuf::internal::WireFormatLite::FieldType)3, (google::protobuf::internal::WireFormatLite::FieldType)1, 0>, google::protobuf::MessageLite, long, double, (google::protobuf::internal::WireFormatLite::FieldType)3, (... | ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(bool deterministic,
::google::protobuf::uint8* output) const {
output = KeyTypeHandler::InternalWriteToArray(kKeyFieldNumber, key(),
deterministic, ... | pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movb %sil, %al
movq %rdi, -0x8(%rbp)
andb $0x1, %al
movb %al, -0x9(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x20(%rbp)
movq (%rdi), %rax
callq *0x88(%rax)
movq %rax, %rsi
movb -0x9(%rbp), %al
movq -0x18(%rbp), %rcx
movl $0x1, %edi
andb $0x1, %al
movzbl %... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map_entry_lite.h |
google::protobuf::internal::MapEntryImpl<google::protobuf::internal::MapEntryLite<long, double, (google::protobuf::internal::WireFormatLite::FieldType)3, (google::protobuf::internal::WireFormatLite::FieldType)1, 0>, google::protobuf::MessageLite, long, double, (google::protobuf::internal::WireFormatLite::FieldType)3, (... | virtual inline const ValueMapEntryAccessorType& value() const {
GOOGLE_CHECK(default_instance_ != NULL);
return ValueTypeHandler::DefaultIfNotInitialized(value_,
default_instance_->value_);
} | pushq %rbp
movq %rsp, %rbp
subq $0x70, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x60(%rbp)
movq 0x8(%rax), %rax
movb $0x0, -0x41(%rbp)
cmpq $0x0, %rax
je 0xfc234
jmp 0xfc27d
leaq 0x2c993c(%rip), %rdx # 0x3c5b77
leaq -0x40(%rbp), %rdi
movq %rdi, -0x70(%rbp)
movl $0x3, %esi
movl $0xa2, %ecx
callq 0... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map_entry_lite.h |
google::protobuf::internal::MapEntryLite<long, double, (google::protobuf::internal::WireFormatLite::FieldType)3, (google::protobuf::internal::WireFormatLite::FieldType)1, 0> const* google::protobuf::internal::down_cast<google::protobuf::internal::MapEntryLite<long, double, (google::protobuf::internal::WireFormatLite::F... | inline To down_cast(From* f) { // so we only accept pointers
// Ensures that To is a sub-type of From *. This test is here only
// for compile-time type checking, and has no overhead in an
// optimized build at run-time, as it will be optimized away
// completely.
if (false) {
implicit_... | pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movb $0x1, %al
cmpq $0x0, -0x8(%rbp)
movb %al, -0x9(%rbp)
je 0xfc64d
movq -0x8(%rbp), %rax
movq %rax, -0x18(%rbp)
cmpq $0x0, %rax
je 0xfc637
movq -0x18(%rbp), %rdi
leaq 0x43753f(%rip), %rsi # 0x533b60
leaq 0x427740(%rip), %rdx # 0x523d68
xorl %eax,... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/stubs/casts.h |
google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long>::Init() | void Init() {
elements_ = Arena::Create<InnerMap>(arena_, 0, hasher(), Allocator(arena_));
} | pushq %rbp
movq %rsp, %rbp
subq $0xc0, %rsp
movq %rdi, -0x80(%rbp)
movq -0x80(%rbp), %rax
movq %rax, -0xa0(%rbp)
movq (%rax), %rcx
movq %rcx, -0x98(%rbp)
movl $0x0, -0x84(%rbp)
movq (%rax), %rsi
leaq -0x90(%rbp), %rdi
callq 0xfc9b0
movq -0x98(%rbp), %rax
movq %rax, -0x48(%rbp)
leaq -0x84(%rbp), %rax
movq %rax, -0x50(%r... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long>::InnerMap::InnerMap(unsigned long, google::protobuf::hash<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>, google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<c... | InnerMap(size_type n, hasher h, Allocator alloc)
: hasher(h),
num_elements_(0),
seed_(Seed()),
table_(NULL),
alloc_(alloc) {
n = TableSize(n);
table_ = CreateEmptyTable(n);
num_buckets_ = index_of_first_non_null_ = n;
} | pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdx, -0x10(%rbp)
movq %rdi, -0x18(%rbp)
movq %rsi, -0x20(%rbp)
movq -0x18(%rbp), %rdi
movq %rdi, -0x28(%rbp)
movq $0x0, (%rdi)
callq 0xfca50
movq -0x28(%rbp), %rdi
movq %rax, 0x10(%rdi)
movq $0x0, 0x20(%rdi)
movq -0x10(%rbp), %rax
movq %rax, 0x28(%rdi)
movq -0x20(%rbp),... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long>::InnerMap::Seed() const | size_type Seed() const {
// random_device can throw, so avoid it unless we are compiling with
// exceptions enabled.
#if __cpp_exceptions && LANG_CXX11
try {
std::random_device rd;
std::knuth_b knuth(rd());
std::uniform_int_distribution<size_type> u;
return u(knuth);
... | pushq %rbp
movq %rsp, %rbp
subq $0x1bf0, %rsp # imm = 0x1BF0
movq %rdi, -0x10(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x1be0(%rbp)
leaq -0x1398(%rbp), %rdi
callq 0xfcd80
jmp 0xfca78
leaq -0x1398(%rbp), %rdi
callq 0xfce20
movl %eax, -0x1be4(%rbp)
jmp 0xfca8c
movl -0x1be4(%rbp), %eax
movl %eax, %eax
movl %eax,... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long>::InnerMap::CreateEmptyTable(unsigned long) | void** CreateEmptyTable(size_type n) {
GOOGLE_DCHECK(n >= kMinTableSize);
GOOGLE_DCHECK_EQ(n & (n - 1), 0);
void** result = Alloc<void*>(n);
memset(result, 0, n * sizeof(result[0]));
return result;
} | pushq %rbp
movq %rsp, %rbp
subq $0xd0, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0xb0(%rbp)
movq -0x10(%rbp), %rax
movb $0x0, -0x49(%rbp)
cmpq $0x8, %rax
jb 0xfcbee
jmp 0xfcc43
leaq 0x2c8b59(%rip), %rdx # 0x3c574e
leaq -0x48(%rbp), %rdi
movq %rdi, -0xc0(%rbp)
movl $0x3, %esi... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long>::MapAllocator<void*>::allocate(unsigned long, void const*) | pointer allocate(size_type n, const void* hint = 0) {
// If arena is not given, malloc needs to be called which doesn't
// construct element object.
if (arena_ == NULL) {
return static_cast<pointer>(::operator new(n * sizeof(value_type)));
} else {
return reinterpret_cast<pointer... | pushq %rbp
movq %rsp, %rbp
subq $0x140, %rsp # imm = 0x140
movq %rdi, -0xd8(%rbp)
movq %rsi, -0xe0(%rbp)
movq %rdx, -0xe8(%rbp)
movq -0xd8(%rbp), %rax
movq %rax, -0xf0(%rbp)
cmpq $0x0, (%rax)
jne 0xfd510
movq -0xe0(%rbp), %rdi
shlq $0x3, %rdi
callq 0x37220
movq %rax, -0xd0(%rbp)
jmp 0xfd74f
movq -0xf0(%rbp),... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long>::operator[](std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) | T& operator[](const key_type& key) {
value_type** value = &(*elements_)[key];
if (*value == NULL) {
*value = CreateValueTypeInternal(key);
internal::MapValueInitializer<google::protobuf::is_proto_enum<T>::value,
T>::Initialize((*value)->second,
... | pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x20(%rbp)
movq 0x10(%rax), %rdi
movq -0x10(%rbp), %rsi
callq 0xfd850
movq %rax, -0x18(%rbp)
movq -0x18(%rbp), %rax
cmpq $0x0, (%rax)
jne 0xfd831
movq -0x20(%rbp), %rdi
movq -0x10(%rbp), %rsi
callq... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long>::CreateValueTypeInternal(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) | value_type* CreateValueTypeInternal(const Key& key) {
if (arena_ == NULL) {
return new value_type(key);
} else {
value_type* value = reinterpret_cast<value_type*>(
Arena::CreateArray<uint8>(arena_, sizeof(value_type)));
Arena::CreateInArenaStorage(const_cast<Key*>(&value->first), are... | pushq %rbp
movq %rsp, %rbp
subq $0x160, %rsp # imm = 0x160
movq %rdi, -0xd8(%rbp)
movq %rsi, -0xe0(%rbp)
movq -0xd8(%rbp), %rax
movq %rax, -0x100(%rbp)
cmpq $0x0, (%rax)
jne 0xfd97d
movl $0x28, %edi
callq 0x37220
movq %rax, %rdi
movq %rdi, %rax
movq %rax, -0x108(%rbp)
movq -0xe0(%rbp), %rsi
callq 0x100270
jm... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long>::InnerMap::insert(google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long>::KeyValuePair const&) | std::pair<iterator, bool> insert(const KeyValuePair& kv) {
std::pair<const_iterator, size_type> p = FindHelper(kv.key());
// Case 1: key was already present.
if (p.first.node_ != NULL)
return std::make_pair(iterator(p.first), false);
// Case 2: insert.
if (ResizeIfLoadIsOutOfRange(... | pushq %rbp
movq %rsp, %rbp
subq $0xc0, %rsp
movq %rdi, -0xb8(%rbp)
movq %rdi, -0xb0(%rbp)
movq %rsi, -0x8(%rbp)
movq %rdx, -0x10(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0xa8(%rbp)
movq -0x10(%rbp), %rdi
callq 0xfde20
movq -0xa8(%rbp), %rsi
movq %rax, %rdx
leaq -0x30(%rbp), %rdi
callq 0xfdde0
cmpq $0x0, -0x30(%rbp)
je 0... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long>::InnerMap::ResizeIfLoadIsOutOfRange(unsigned long) | bool ResizeIfLoadIsOutOfRange(size_type new_size) {
const size_type kMaxMapLoadTimes16 = 12; // controls RAM vs CPU tradeoff
const size_type hi_cutoff = num_buckets_ * kMaxMapLoadTimes16 / 16;
const size_type lo_cutoff = hi_cutoff / 4;
// We don't care how many elements are in trees. If a lot ... | pushq %rbp
movq %rsp, %rbp
subq $0x70, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x60(%rbp)
movq $0xc, -0x20(%rbp)
imulq $0xc, 0x8(%rax), %rax
shrq $0x4, %rax
movq %rax, -0x28(%rbp)
movq -0x28(%rbp), %rax
shrq $0x2, %rax
movq %rax, -0x30(%rbp)
movq -0x18(%rbp), %rax
cmpq -0x2... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
void google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long>::MapAllocator<google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long>::KeyValuePair>::construct<google::protobuf::Map<std::__cxx11::basic_string<char, std:... | void construct(NodeType* p, Args&&... args) {
// Clang 3.6 doesn't compile static casting to void* directly. (Issue
// #1266) According C++ standard 5.2.9/1: "The static_cast operator shall
// not cast away constness". So first the maybe const pointer is casted to
// const void* and after the co... | pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x10(%rbp), %rdi
movq -0x18(%rbp), %rsi
callq 0xfea90
addq $0x20, %rsp
popq %rbp
retq
nopw (%rax,%rax)
| /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long>::InnerMap::InsertUnique(unsigned long, google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long>::InnerMap::Node*) | iterator InsertUnique(size_type b, Node* node) {
GOOGLE_DCHECK(index_of_first_non_null_ == num_buckets_ ||
table_[index_of_first_non_null_] != NULL);
// In practice, the code that led to this point may have already
// determined whether we are inserting into an empty list, a short list,
... | pushq %rbp
movq %rsp, %rbp
subq $0x1b0, %rsp # imm = 0x1B0
movq %rdi, -0x178(%rbp)
movq %rdi, -0x170(%rbp)
movq %rsi, -0x8(%rbp)
movq %rdx, -0x10(%rbp)
movq %rcx, -0x18(%rbp)
movq -0x8(%rbp), %rcx
movq %rcx, -0x168(%rbp)
movq 0x18(%rcx), %rax
movq 0x8(%rcx), %rcx
movb $0x0, -0x51(%rbp)
cmpq %rcx, %rax
je 0xf... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long>::InnerMap::TransferTree(void* const*, unsigned long) | void TransferTree(void* const* table, size_type index) {
Tree* tree = static_cast<Tree*>(table[index]);
typename Tree::iterator tree_it = tree->begin();
do {
Node* node = NodePtrFromKeyPtr(*tree_it);
InsertUnique(BucketNumber(**tree_it), node);
} while (++tree_it != tree->end());... | pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x58(%rbp)
movq -0x10(%rbp), %rax
movq -0x18(%rbp), %rcx
movq (%rax,%rcx,8), %rax
movq %rax, -0x20(%rbp)
movq -0x20(%rbp), %rdi
callq 0xee150
movq %rax, -0x28(%rbp)
leaq -0x2... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long>::MapAllocator<google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long>::InnerMap::Node>::allocate(unsigned long, void const*) | pointer allocate(size_type n, const void* hint = 0) {
// If arena is not given, malloc needs to be called which doesn't
// construct element object.
if (arena_ == NULL) {
return static_cast<pointer>(::operator new(n * sizeof(value_type)));
} else {
return reinterpret_cast<pointer... | pushq %rbp
movq %rsp, %rbp
subq $0x140, %rsp # imm = 0x140
movq %rdi, -0xd8(%rbp)
movq %rsi, -0xe0(%rbp)
movq %rdx, -0xe8(%rbp)
movq -0xd8(%rbp), %rax
movq %rax, -0xf0(%rbp)
cmpq $0x0, (%rax)
jne 0xfe82d
imulq $0x30, -0xe0(%rbp), %rdi
callq 0x37220
movq %rax, -0xd0(%rbp)
jmp 0xfea69
movq -0xf0(%rbp), %rax
mo... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long>::InnerMap::TreeConvert(unsigned long) | void TreeConvert(size_type b) {
GOOGLE_DCHECK(!TableEntryIsTree(b) && !TableEntryIsTree(b ^ 1));
typename Allocator::template rebind<Tree>::other tree_allocator(alloc_);
Tree* tree = tree_allocator.allocate(1);
// We want to use the three-arg form of construct, if it exists, but we
// crea... | pushq %rbp
movq %rsp, %rbp
subq $0x160, %rsp # imm = 0x160
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x108(%rbp)
movq -0x10(%rbp), %rsi
callq 0xed9d0
movb $0x0, -0x49(%rbp)
testb $0x1, %al
jne 0xfecf9
movq -0x108(%rbp), %rdi
movq -0x10(%rbp), %rsi
xorq $0x1, %rsi
callq 0x... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long>::MapAllocator<std::_Rb_tree_node<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*>>::allocate(unsigned long, void const*) | pointer allocate(size_type n, const void* hint = 0) {
// If arena is not given, malloc needs to be called which doesn't
// construct element object.
if (arena_ == NULL) {
return static_cast<pointer>(::operator new(n * sizeof(value_type)));
} else {
return reinterpret_cast<pointer... | pushq %rbp
movq %rsp, %rbp
subq $0x140, %rsp # imm = 0x140
movq %rdi, -0xd8(%rbp)
movq %rsi, -0xe0(%rbp)
movq %rdx, -0xe8(%rbp)
movq -0xd8(%rbp), %rax
movq %rax, -0xf0(%rbp)
cmpq $0x0, (%rax)
jne 0xffe4d
imulq $0x28, -0xe0(%rbp), %rdi
callq 0x37220
movq %rax, -0xd0(%rbp)
jmp 0x100089
movq -0xf0(%rbp), %rax
m... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
void google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long>::MapAllocator<std::_Rb_tree_node<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*>>::construct<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*, ... | void construct(NodeType* p, Args&&... args) {
// Clang 3.6 doesn't compile static casting to void* directly. (Issue
// #1266) According C++ standard 5.2.9/1: "The static_cast operator shall
// not cast away constness". So first the maybe const pointer is casted to
// const void* and after the co... | pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x10(%rbp), %rax
movq -0x18(%rbp), %rcx
movq (%rcx), %rcx
movq %rcx, (%rax)
popq %rbp
retq
| /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::internal::MapFieldLite<google::protobuf::internal::MapEntryLite<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)3, 0>, std::__cxx11::basic_string<char,... | EntryType* NewEntry() const {
if (arena_ == NULL) {
return new EntryType();
} else {
return Arena::CreateMessage<EntryType>(arena_);
}
} | pushq %rbp
movq %rsp, %rbp
subq $0xb0, %rsp
movq %rdi, -0x68(%rbp)
movq -0x68(%rbp), %rax
movq %rax, -0x80(%rbp)
cmpq $0x0, (%rax)
jne 0x1009ed
movl $0x30, %edi
callq 0x37220
movq %rax, %rdi
movq %rdi, %rax
movq %rax, -0x88(%rbp)
callq 0xf8230
jmp 0x1009bb
movq -0x88(%rbp), %rax
movq %rax, -0x60(%rbp)
jmp 0x100b04
movq... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map_field_lite.h |
google::protobuf::Map<long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>::Init() | void Init() {
elements_ = Arena::Create<InnerMap>(arena_, 0, hasher(), Allocator(arena_));
} | pushq %rbp
movq %rsp, %rbp
subq $0xc0, %rsp
movq %rdi, -0x80(%rbp)
movq -0x80(%rbp), %rax
movq %rax, -0xa0(%rbp)
movq (%rax), %rcx
movq %rcx, -0x98(%rbp)
movl $0x0, -0x84(%rbp)
movq (%rax), %rsi
leaq -0x90(%rbp), %rdi
callq 0x102900
movq -0x98(%rbp), %rax
movq %rax, -0x48(%rbp)
leaq -0x84(%rbp), %rax
movq %rax, -0x50(%... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>::CreateValueTypeInternal(long const&) | value_type* CreateValueTypeInternal(const Key& key) {
if (arena_ == NULL) {
return new value_type(key);
} else {
value_type* value = reinterpret_cast<value_type*>(
Arena::CreateArray<uint8>(arena_, sizeof(value_type)));
Arena::CreateInArenaStorage(const_cast<Key*>(&value->first), are... | pushq %rbp
movq %rsp, %rbp
subq $0x160, %rsp # imm = 0x160
movq %rdi, -0xd8(%rbp)
movq %rsi, -0xe0(%rbp)
movq -0xd8(%rbp), %rax
movq %rax, -0x100(%rbp)
cmpq $0x0, (%rax)
jne 0x10318d
movl $0x28, %edi
callq 0x37220
movq %rax, %rdi
movq %rdi, %rax
movq %rax, -0x108(%rbp)
movq -0xe0(%rbp), %rsi
callq 0x105960
j... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>::InnerMap::ResizeIfLoadIsOutOfRange(unsigned long) | bool ResizeIfLoadIsOutOfRange(size_type new_size) {
const size_type kMaxMapLoadTimes16 = 12; // controls RAM vs CPU tradeoff
const size_type hi_cutoff = num_buckets_ * kMaxMapLoadTimes16 / 16;
const size_type lo_cutoff = hi_cutoff / 4;
// We don't care how many elements are in trees. If a lot ... | pushq %rbp
movq %rsp, %rbp
subq $0x70, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x60(%rbp)
movq $0xc, -0x20(%rbp)
imulq $0xc, 0x8(%rax), %rax
shrq $0x4, %rax
movq %rax, -0x28(%rbp)
movq -0x28(%rbp), %rax
shrq $0x2, %rax
movq %rax, -0x30(%rbp)
movq -0x18(%rbp), %rax
cmpq -0x2... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>::InnerMap::InsertUnique(unsigned long, google::protobuf::Map<long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>::InnerMap::Node*) | iterator InsertUnique(size_type b, Node* node) {
GOOGLE_DCHECK(index_of_first_non_null_ == num_buckets_ ||
table_[index_of_first_non_null_] != NULL);
// In practice, the code that led to this point may have already
// determined whether we are inserting into an empty list, a short list,
... | pushq %rbp
movq %rsp, %rbp
subq $0x1b0, %rsp # imm = 0x1B0
movq %rdi, -0x178(%rbp)
movq %rdi, -0x170(%rbp)
movq %rsi, -0x8(%rbp)
movq %rdx, -0x10(%rbp)
movq %rcx, -0x18(%rbp)
movq -0x8(%rbp), %rcx
movq %rcx, -0x168(%rbp)
movq 0x18(%rcx), %rax
movq 0x8(%rcx), %rcx
movb $0x0, -0x51(%rbp)
cmpq %rcx, %rax
je 0x1... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>::InnerMap::TransferTree(void* const*, unsigned long) | void TransferTree(void* const* table, size_type index) {
Tree* tree = static_cast<Tree*>(table[index]);
typename Tree::iterator tree_it = tree->begin();
do {
Node* node = NodePtrFromKeyPtr(*tree_it);
InsertUnique(BucketNumber(**tree_it), node);
} while (++tree_it != tree->end());... | pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x58(%rbp)
movq -0x10(%rbp), %rax
movq -0x18(%rbp), %rcx
movq (%rax,%rcx,8), %rax
movq %rax, -0x20(%rbp)
movq -0x20(%rbp), %rdi
callq 0xf0eb0
movq %rax, -0x28(%rbp)
leaq -0x2... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>::InnerMap::TableEntryIsTooLong(unsigned long) | bool TableEntryIsTooLong(size_type b) {
const size_type kMaxLength = 8;
size_type count = 0;
Node* node = static_cast<Node*>(table_[b]);
do {
++count;
node = node->next;
} while (node != NULL);
// Invariant: no linked list ever is more than kMaxLength in length.
... | pushq %rbp
movq %rsp, %rbp
subq $0x90, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rax
movq $0x8, -0x18(%rbp)
movq $0x0, -0x20(%rbp)
movq 0x20(%rax), %rax
movq -0x10(%rbp), %rcx
movq (%rax,%rcx,8), %rax
movq %rax, -0x28(%rbp)
movq -0x20(%rbp), %rax
addq $0x1, %rax
movq %rax, -0x20(%rbp)
movq -0x... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::internal::MapEntryImpl<google::protobuf::internal::MapEntryLite<long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, (google::protobuf::internal::WireFormatLite::FieldType)3, (google::protobuf::internal::WireFormatLite::FieldType)9, 0>, google::protobuf::MessageLite, l... | bool ReadBeyondKeyValuePair(::google::protobuf::io::CodedInputStream* input)
GOOGLE_ATTRIBUTE_COLD {
typedef MoveHelper<KeyTypeHandler::kIsEnum,
KeyTypeHandler::kIsMessage,
KeyTypeHandler::kWireType ==
WireFormatLite::WIRETYPE_LENG... | pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x20(%rbp)
movq %rax, %rcx
addq $0x20, %rcx
movq %rcx, -0x38(%rbp)
movq (%rax), %rdi
callq 0x105ed0
movq -0x38(%rbp), %rdi
movq %rax, %rsi
callq 0x105e80
movq -0x20(%rbp), %rdi
movq 0x18(%rdi), %ra... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map_entry_lite.h |
google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, double>::MapAllocator<void*>::allocate(unsigned long, void const*) | pointer allocate(size_type n, const void* hint = 0) {
// If arena is not given, malloc needs to be called which doesn't
// construct element object.
if (arena_ == NULL) {
return static_cast<pointer>(::operator new(n * sizeof(value_type)));
} else {
return reinterpret_cast<pointer... | pushq %rbp
movq %rsp, %rbp
subq $0x140, %rsp # imm = 0x140
movq %rdi, -0xd8(%rbp)
movq %rsi, -0xe0(%rbp)
movq %rdx, -0xe8(%rbp)
movq -0xd8(%rbp), %rax
movq %rax, -0xf0(%rbp)
cmpq $0x0, (%rax)
jne 0x108320
movq -0xe0(%rbp), %rdi
shlq $0x3, %rdi
callq 0x37220
movq %rax, -0xd0(%rbp)
jmp 0x10855f
movq -0xf0(%rbp... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, double>::operator[](std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) | T& operator[](const key_type& key) {
value_type** value = &(*elements_)[key];
if (*value == NULL) {
*value = CreateValueTypeInternal(key);
internal::MapValueInitializer<google::protobuf::is_proto_enum<T>::value,
T>::Initialize((*value)->second,
... | pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x20(%rbp)
movq 0x10(%rax), %rdi
movq -0x10(%rbp), %rsi
callq 0x108660
movq %rax, -0x18(%rbp)
movq -0x18(%rbp), %rax
cmpq $0x0, (%rax)
jne 0x108641
movq -0x20(%rbp), %rdi
movq -0x10(%rbp), %rsi
cal... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, double>::InnerMap::Resize(unsigned long) | void Resize(size_t new_num_buckets) {
GOOGLE_DCHECK_GE(new_num_buckets, kMinTableSize);
void** const old_table = table_;
const size_type old_table_size = num_buckets_;
num_buckets_ = new_num_buckets;
table_ = CreateEmptyTable(num_buckets_);
const size_type start = index_of_first_non_... | pushq %rbp
movq %rsp, %rbp
subq $0xa0, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x88(%rbp)
movq -0x10(%rbp), %rax
movb $0x0, -0x49(%rbp)
cmpq $0x8, %rax
jb 0x10932e
jmp 0x109383
leaq 0x2bc419(%rip), %rdx # 0x3c574e
leaq -0x48(%rbp), %rdi
movq %rdi, -0x98(%rbp)
movl $0x3, %e... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, double>::MapAllocator<std::set<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*, google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, doub... | pointer allocate(size_type n, const void* hint = 0) {
// If arena is not given, malloc needs to be called which doesn't
// construct element object.
if (arena_ == NULL) {
return static_cast<pointer>(::operator new(n * sizeof(value_type)));
} else {
return reinterpret_cast<pointer... | pushq %rbp
movq %rsp, %rbp
subq $0x140, %rsp # imm = 0x140
movq %rdi, -0xd8(%rbp)
movq %rsi, -0xe0(%rbp)
movq %rdx, -0xe8(%rbp)
movq -0xd8(%rbp), %rax
movq %rax, -0xf0(%rbp)
cmpq $0x0, (%rax)
jne 0x109fbd
imulq $0x38, -0xe0(%rbp), %rdi
callq 0x37220
movq %rax, -0xd0(%rbp)
jmp 0x10a1f9
movq -0xf0(%rbp), %rax
... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, double>::erase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) | size_type erase(const key_type& key) {
iterator it = find(key);
if (it == end()) {
return 0;
} else {
erase(it);
return 1;
}
} | pushq %rbp
movq %rsp, %rbp
subq $0xa0, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq -0x10(%rbp), %rsi
movq %rsi, -0x80(%rbp)
movq -0x18(%rbp), %rdx
leaq -0x30(%rbp), %rdi
callq 0x10b7b0
movq -0x80(%rbp), %rsi
leaq -0x48(%rbp), %rdi
callq 0xf2190
leaq -0x30(%rbp), %rdi
leaq -0x48(%rbp), %rsi
callq 0xf22e0
tes... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::internal::MapEntryImpl<google::protobuf::internal::MapEntryLite<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, double, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)1, 0>, google::protobuf::MessageLite,... | bool ReadBeyondKeyValuePair(::google::protobuf::io::CodedInputStream* input)
GOOGLE_ATTRIBUTE_COLD {
typedef MoveHelper<KeyTypeHandler::kIsEnum,
KeyTypeHandler::kIsMessage,
KeyTypeHandler::kWireType ==
WireFormatLite::WIRETYPE_LENG... | pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x20(%rbp)
movq %rax, %rcx
addq $0x38, %rcx
movq %rcx, -0x38(%rbp)
movq (%rax), %rdi
callq 0x10b510
movq -0x38(%rbp), %rdi
movq %rax, %rsi
callq 0x10b4c0
movq -0x20(%rbp), %rdi
movq 0x30(%rdi), %ra... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map_entry_lite.h |
google::protobuf::internal::MapFieldLite<google::protobuf::internal::MapEntryLite<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, double, (google::protobuf::internal::WireFormatLite::FieldType)9, (google::protobuf::internal::WireFormatLite::FieldType)1, 0>, std::__cxx11::basic_string<cha... | EntryType* NewEntry() const {
if (arena_ == NULL) {
return new EntryType();
} else {
return Arena::CreateMessage<EntryType>(arena_);
}
} | pushq %rbp
movq %rsp, %rbp
subq $0xb0, %rsp
movq %rdi, -0x68(%rbp)
movq -0x68(%rbp), %rax
movq %rax, -0x80(%rbp)
cmpq $0x0, (%rax)
jne 0x10b57d
movl $0x30, %edi
callq 0x37220
movq %rax, %rdi
movq %rdi, %rax
movq %rax, -0x88(%rbp)
callq 0xfa830
jmp 0x10b54b
movq -0x88(%rbp), %rax
movq %rax, -0x60(%rbp)
jmp 0x10b694
movq... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map_field_lite.h |
google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, double>::InnerMap::iterator_base<google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, double>::KeyValuePair const>::operator++() | iterator_base& operator++() {
if (node_->next == NULL) {
TreeIterator tree_it;
const bool is_list = revalidate_if_necessary(&tree_it);
if (is_list) {
SearchFrom(bucket_index_ + 1);
} else {
GOOGLE_DCHECK_EQ(bucket_index_ & 1, 0);
Tree* ... | pushq %rbp
movq %rsp, %rbp
subq $0xa0, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x80(%rbp)
movq (%rax), %rax
cmpq $0x0, 0x28(%rax)
jne 0x10bac6
leaq -0x10(%rbp), %rdi
callq 0xecf40
movq -0x80(%rbp), %rdi
leaq -0x10(%rbp), %rsi
callq 0x10baf0
andb $0x1, %al
movb %al, -0x11(%rbp)
testb $0x1, -0x11(%rb... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, double>::InnerMap::iterator_base<google::protobuf::Map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, double>::KeyValuePair const>::revalidate_if_necessary(std::_Rb_tree_const_iterator<... | bool revalidate_if_necessary(TreeIterator* it) {
GOOGLE_DCHECK(node_ != NULL && m_ != NULL);
// Force bucket_index_ to be in range.
bucket_index_ &= (m_->num_buckets_ - 1);
// Common case: the bucket we think is relevant points to node_.
if (m_->table_[bucket_index_] == static_ca... | pushq %rbp
movq %rsp, %rbp
subq $0xb0, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x90(%rbp)
movq (%rax), %rax
movb $0x0, -0x51(%rbp)
cmpq $0x0, %rax
je 0x10bb2b
movq -0x90(%rbp), %rax
cmpq $0x0, 0x8(%rax)
je 0x10bb2b
jmp 0x10bb80
leaq 0x2b9c1c(%rip), %rdx # 0x3c574e
leaq -... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::Map<long, double>::Init() | void Init() {
elements_ = Arena::Create<InnerMap>(arena_, 0, hasher(), Allocator(arena_));
} | pushq %rbp
movq %rsp, %rbp
subq $0xc0, %rsp
movq %rdi, -0x80(%rbp)
movq -0x80(%rbp), %rax
movq %rax, -0xa0(%rbp)
movq (%rax), %rcx
movq %rcx, -0x98(%rbp)
movl $0x0, -0x84(%rbp)
movq (%rax), %rsi
leaq -0x90(%rbp), %rdi
callq 0x10d430
movq -0x98(%rbp), %rax
movq %rax, -0x48(%rbp)
leaq -0x84(%rbp), %rax
movq %rax, -0x50(%... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
void google::protobuf::Map<long, double>::MapAllocator<std::_Rb_tree_node<long*>>::construct<long*, long*>(long**, long*&&) | void construct(NodeType* p, Args&&... args) {
// Clang 3.6 doesn't compile static casting to void* directly. (Issue
// #1266) According C++ standard 5.2.9/1: "The static_cast operator shall
// not cast away constness". So first the maybe const pointer is casted to
// const void* and after the co... | pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x10(%rbp), %rax
movq -0x18(%rbp), %rcx
movq (%rcx), %rcx
movq %rcx, (%rax)
popq %rbp
retq
| /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map.h |
google::protobuf::internal::MapEntryImpl<google::protobuf::internal::MapEntryLite<long, double, (google::protobuf::internal::WireFormatLite::FieldType)3, (google::protobuf::internal::WireFormatLite::FieldType)1, 0>, google::protobuf::MessageLite, long, double, (google::protobuf::internal::WireFormatLite::FieldType)3, (... | bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream* input) {
// Look for the expected thing: a key and then a value. If it fails,
// invoke the enclosing class's MergePartialFromCodedStream, or return
// false if that would be pointless.
if (input->ExpectTag(kKeyTag)) {
... | pushq %rbp
movq %rsp, %rbp
subq $0x90, %rsp
movq %rdi, -0x38(%rbp)
movq %rsi, -0x40(%rbp)
movq -0x38(%rbp), %rax
movq %rax, -0x70(%rbp)
movq -0x40(%rbp), %rax
movq %rax, -0x28(%rbp)
movl $0x8, -0x2c(%rbp)
movq -0x28(%rbp), %rax
movq %rax, -0x68(%rbp)
cmpl $0x80, -0x2c(%rbp)
jae 0x110488
movq -0x68(%rbp), %rcx
movq (%rc... | /hollance[P]coremltools/mlmodel/../deps/protobuf/src/google/protobuf/map_entry_lite.h |
Subsets and Splits
SQL Console for LLM4Binary/decompile-bench
Filters out entries with file names ending in .cpp, providing a basic subset of the dataset that excludes C++ files.