name string | code string | asm string | file string |
|---|---|---|---|
google::protobuf::internal::WireFormatLite::WriteFixed32(int, unsigned int, google::protobuf::io::CodedOutputStream*) | void WireFormatLite::WriteFixed32(int field_number, uint32 value,
io::CodedOutputStream* output) {
WriteTag(field_number, WIRETYPE_FIXED32, output);
WriteFixed32NoTag(value, output);
} | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rdx, %rbx
movl %esi, %r14d
movl %edi, %r15d
shll $0x3, %r15d
movq 0x40(%rdx), %rax
cmpq %rax, (%rdx)
jbe 0x1545e8
cmpl $0x7f, %r15d
ja 0x154588
orb $0x5, %r15b
movb %r15b, (%rax)
incq %rax
jmp 0x1545c9
movl %r15d, %ecx
orb $-0x7b, %cl
movb %cl... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/wire_format_lite.cc |
google::protobuf::internal::WireFormatLite::WriteFixed64(int, unsigned long, google::protobuf::io::CodedOutputStream*) | void WireFormatLite::WriteFixed64(int field_number, uint64 value,
io::CodedOutputStream* output) {
WriteTag(field_number, WIRETYPE_FIXED64, output);
WriteFixed64NoTag(value, output);
} | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rdx, %rbx
movq %rsi, %r14
movl %edi, %r15d
shll $0x3, %r15d
movq 0x40(%rdx), %rax
cmpq %rax, (%rdx)
jbe 0x154694
cmpl $0x7f, %r15d
ja 0x154634
orb $0x1, %r15b
movb %r15b, (%rax)
incq %rax
jmp 0x154675
movl %r15d, %ecx
orb $-0x7f, %cl
movb %cl,... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/wire_format_lite.cc |
google::protobuf::internal::WireFormatLite::WriteDouble(int, double, google::protobuf::io::CodedOutputStream*) | void WireFormatLite::WriteDouble(int field_number, double value,
io::CodedOutputStream* output) {
WriteTag(field_number, WIRETYPE_FIXED64, output);
WriteDoubleNoTag(value, output);
} | pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
subq $0x10, %rsp
movq %rsi, %rbx
movl %edi, %r14d
shll $0x3, %r14d
movq 0x40(%rsi), %rax
cmpq %rax, (%rsi)
jbe 0x154955
cmpl $0x7f, %r14d
ja 0x1548f6
orb $0x1, %r14b
movb %r14b, (%rax)
incq %rax
jmp 0x154937
movl %r14d, %ecx
orb $-0x7f, %cl
movb %cl, (%rax)
movl %r14d, %... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/wire_format_lite.cc |
google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, google::protobuf::io::CodedOutputStream*) | void WireFormatLite::WriteStringMaybeAliased(int field_number,
const std::string& value,
io::CodedOutputStream* output) {
// String is for UTF-8 text only
WriteTag(field_number, WIRETYPE_LENGTH_DELIMITED, output);
GOOGLE_CHE... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x48, %rsp
movq %rdx, %rbx
movq %rsi, %r14
movl %edi, %r15d
shll $0x3, %r15d
movq 0x40(%rdx), %rcx
cmpq %rcx, (%rdx)
jbe 0x154e2a
cmpl $0x7f, %r15d
ja 0x154d17
orb $0x2, %r15b
movb %r15b, (%rcx)
incq %rcx
jmp 0x154d57
movl %r15d, %eax
orb $-0x7e, %al
mov... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/wire_format_lite.cc |
google::protobuf::internal::WireFormatLite::WriteBytesMaybeAliased(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, google::protobuf::io::CodedOutputStream*) | void WireFormatLite::WriteBytesMaybeAliased(int field_number,
const std::string& value,
io::CodedOutputStream* output) {
WriteTag(field_number, WIRETYPE_LENGTH_DELIMITED, output);
GOOGLE_CHECK_LE(value.size(), kint32max);
outp... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x48, %rsp
movq %rdx, %rbx
movq %rsi, %r14
movl %edi, %r15d
shll $0x3, %r15d
movq 0x40(%rdx), %rcx
cmpq %rcx, (%rdx)
jbe 0x155166
cmpl $0x7f, %r15d
ja 0x155053
orb $0x2, %r15b
movb %r15b, (%rcx)
incq %rcx
jmp 0x155093
movl %r15d, %eax
orb $-0x7e, %al
mov... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/wire_format_lite.cc |
google::protobuf::internal::WireFormatLite::WriteMessage(int, google::protobuf::MessageLite const&, google::protobuf::io::CodedOutputStream*) | void WireFormatLite::WriteMessage(int field_number, const MessageLite& value,
io::CodedOutputStream* output) {
WriteTag(field_number, WIRETYPE_LENGTH_DELIMITED, output);
const int size = value.GetCachedSize();
output->WriteVarint32(size);
value.SerializeWithCachedSizes(output);... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rdx, %rbx
movq %rsi, %r14
movl %edi, %r15d
shll $0x3, %r15d
movq 0x40(%rdx), %rax
cmpq %rax, (%rdx)
jbe 0x1553a7
cmpl $0x7f, %r15d
ja 0x1552e2
orb $0x2, %r15b
movb %r15b, (%rax)
incq %rax
jmp 0x155323
movl %r15d, %ecx
orb $-0x7e, %cl
movb %cl,... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/wire_format_lite.cc |
google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray(int, google::protobuf::MessageLite const&, google::protobuf::io::CodedOutputStream*) | void WireFormatLite::WriteMessageMaybeToArray(int field_number,
const MessageLite& value,
io::CodedOutputStream* output) {
WriteTag(field_number, WIRETYPE_LENGTH_DELIMITED, output);
const int size = value.GetCachedSize();
... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rdx, %rbx
movq %rsi, %r14
movl %edi, %r15d
shll $0x3, %r15d
movq 0x40(%rdx), %rax
cmpq %rax, (%rdx)
jbe 0x1555ff
cmpl $0x7f, %r15d
ja 0x15553a
orb $0x2, %r15b
movb %r15b, (%rax)
incq %rax
jmp 0x15557b
movl %r15d, %ecx
orb $-0x7e, %cl
movb %cl,... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/wire_format_lite.cc |
google::protobuf::internal::WireFormatLite::ReadBytes(google::protobuf::io::CodedInputStream*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>**) | bool WireFormatLite::ReadBytes(io::CodedInputStream* input, std::string** p) {
if (*p == &GetEmptyStringAlreadyInited()) {
*p = new std::string();
}
return ReadBytesToString(input, *p);
} | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
movq (%rsi), %r14
cmpq 0x168c11(%rip), %r14 # 0x2be298
jne 0x1556b0
movq %rsi, %r15
movl $0x20, %edi
callq 0x106dc0
movq %rax, %r14
addq $0x10, %rax
movq %rax, (%r14)
movq $0x0, 0x8(%r14)
movb $0x0, 0x10(%r14)
movq %r14, (%r15)
mo... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/wire_format_lite.cc |
google::protobuf::internal::WireFormatLite::Int64Size(google::protobuf::RepeatedField<long> const&) | size_t WireFormatLite::Int64Size(const RepeatedField<int64>& value) {
size_t out = 0;
const int n = value.size();
for (int i = 0; i < n; i++) {
out += Int64Size(value.Get(i));
}
return out;
} | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movl (%rdi), %r12d
xorl %r14d, %r14d
testl %r12d, %r12d
jle 0x155aa2
movq %rdi, %rbx
xorl %r15d, %r15d
movq %rbx, %rdi
movl %r14d, %esi
callq 0x1007f0
movq (%rax), %rax
orq $0x1, %rax
bsrq %rax, %rax
leal (%rax,%rax,8), %eax
addl $0x49, %eax
shrl $0... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/wire_format_lite.cc |
google::protobuf::internal::WireFormatLite::SInt64Size(google::protobuf::RepeatedField<long> const&) | size_t WireFormatLite::SInt64Size(const RepeatedField<int64>& value) {
size_t out = 0;
const int n = value.size();
for (int i = 0; i < n; i++) {
out += SInt64Size(value.Get(i));
}
return out;
} | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movl (%rdi), %r12d
xorl %r14d, %r14d
testl %r12d, %r12d
jle 0x155b5d
movq %rdi, %rbx
xorl %r15d, %r15d
movq %rbx, %rdi
movl %r14d, %esi
callq 0x1007f0
movq (%rax), %rax
leaq (%rax,%rax), %rcx
sarq $0x3f, %rax
xorq %rcx, %rax
orq $0x1, %rax
bsrq %rax... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/wire_format_lite.cc |
google::protobuf::internal::AnyMetadata::PackFrom(google::protobuf::Message const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) | void AnyMetadata::PackFrom(const Message& message,
const std::string& type_url_prefix) {
type_url_->SetNoArena(
&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyString(),
GetTypeUrl(message.GetDescriptor()->full_name(), type_url_prefix));
message.SerializeToString(value_->MutableNo... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %rdx, %r15
movq %rsi, %rbx
movq %rdi, -0x30(%rbp)
movq (%rdi), %rax
movq %rax, -0x40(%rbp)
callq 0xfa170
movq (%rbx), %rax
movq %rbx, -0x38(%rbp)
movq %rbx, %rdi
callq *0x98(%rax)
movq 0x8(%rax), %rax
movq (%rax), %r... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/any.cc |
google::protobuf::internal::GetAnyFieldDescriptors(google::protobuf::Message const&, google::protobuf::FieldDescriptor const**, google::protobuf::FieldDescriptor const**) | bool GetAnyFieldDescriptors(const Message& message,
const FieldDescriptor** type_url_field,
const FieldDescriptor** value_field) {
const Descriptor* descriptor = message.GetDescriptor();
if (descriptor->full_name() != kAnyFullTypeName) {
return false;
}
... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x18, %rsp
movq %rdx, %rbx
movq %rsi, %r14
movq (%rdi), %rax
callq *0x98(%rax)
movq %rax, %r15
movq 0x8(%rax), %rdi
movq 0x168d46(%rip), %rsi # 0x2beaf8
callq 0xfaa10
testl %eax, %eax
je 0x155dc8
xorl %eax, %eax
addq $0x18, %rsp
popq %rbx
popq %r14
po... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/any.cc |
google::protobuf::Any::SharedDtor() | void Any::SharedDtor() {
GOOGLE_DCHECK(GetArena() == nullptr);
type_url_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
value_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
} | pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
subq $0x40, %rsp
movq %rdi, %rbx
movq 0x8(%rdi), %rax
testb $0x1, %al
jne 0x156779
testq %rax, %rax
je 0x15671a
leaq 0xee742(%rip), %rdx # 0x244e22
leaq -0x50(%rbp), %r14
movq %r14, %rdi
movl $0x3, %esi
movl $0x8d, %ecx
callq 0x104040
leaq 0xee7b6(%rip), %rsi # 0... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/any.pb.cc |
google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliased(unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, unsigned char*) | uint8* WriteStringMaybeAliased(uint32 num, const std::string& s, uint8* ptr) {
std::ptrdiff_t size = s.size();
if (PROTOBUF_PREDICT_FALSE(
size >= 128 || end_ - ptr + 16 - TagSize(num << 3) - 1 < size)) {
return WriteStringMaybeAliasedOutline(num, s, ptr);
}
ptr = UnsafeVarint((num << ... | pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
movq %rcx, %rbx
movq 0x8(%rdx), %r14
cmpq $0x7f, %r14
jg 0x1568da
movq (%rdi), %rcx
leal (,%rsi,8), %eax
cmpl $0x80, %eax
jae 0x156836
subq %rbx, %rcx
addq $0xe, %rcx
cmpq %r14, %rcx
jl 0x1568da
orl $0x2, %eax
movl %eax, %ecx
jmp 0x15687b
movl $0x2, %r8d
cmpl $0x4000, %e... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/io/coded_stream.h |
google::protobuf::UnknownFieldSet* google::protobuf::internal::InternalMetadata::mutable_unknown_fields_slow<google::protobuf::UnknownFieldSet>() | PROTOBUF_NOINLINE T* mutable_unknown_fields_slow() {
Arena* my_arena = arena();
Container<T>* container = Arena::Create<Container<T>>(my_arena);
// Two-step assignment works around a bug in clang's static analyzer:
// https://bugs.llvm.org/show_bug.cgi?id=34198.
ptr_ = container;
ptr_ = reinterp... | pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
movq %rdi, %rbx
movq (%rdi), %r14
testb $0x1, %r14b
jne 0x1569e1
testq %r14, %r14
je 0x1569b7
cmpq $0x0, 0x70(%r14)
jne 0x1569ea
movq 0x167a52(%rip), %rdx # 0x2be3f0
movl $0x20, %esi
movq %r14, %rdi
callq 0xfc3a0
xorps %xmm0, %xmm0
movups %xmm0, (%rax)
movups %xmm0, 0... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/metadata_lite.h |
google::protobuf::Method::Clear() | void Method::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Method)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
options_.Clear();
name_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::... | pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movq %rdi, %rbx
addq $0x10, %rdi
callq 0x105b10
movq 0x28(%rbx), %rax
cmpq 0x1665db(%rip), %rax # 0x2be298
je 0x157ccd
movq $0x0, 0x8(%rax)
movq (%rax), %rax
movb $0x0, (%rax)
movq 0x30(%rbx), %rax
cmpq 0x1665c0(%rip), %rax # 0x2be298
je 0x157ce8
movq $0x0, 0x8(%ra... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/api.pb.cc |
google::protobuf::Method::ByteSizeLong() const | size_t Method::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:google.protobuf.Method)
size_t total_size = 0;
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
// repeated .google.protobuf.O... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdi, %rbx
movslq 0x18(%rdi), %r14
movq 0x20(%rdi), %rax
leaq 0x8(%rax), %r15
testq %rax, %rax
cmoveq %rax, %r15
testq %r14, %r14
je 0x158031
leaq (,%r14,8), %r12
xorl %r13d, %r13d
movq (%r15,%r13), %rdi
callq 0x106730
add... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/api.pb.cc |
google::protobuf::Method* google::protobuf::Arena::CreateMaybeMessage<google::protobuf::Method>(google::protobuf::Arena*) | PROTOBUF_NOINLINE PROTOBUF_NAMESPACE_ID::Method* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::Method >(Arena* arena) {
return Arena::CreateMessageInternal< PROTOBUF_NAMESPACE_ID::Method >(arena);
} | pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
testq %rdi, %rdi
je 0x158d85
movq %rdi, %rbx
cmpq $0x0, 0x70(%rdi)
jne 0x158da4
movl $0x50, %esi
movq %rbx, %rdi
callq 0x103130
movq %rax, %r14
movq %rax, %rdi
movq %rbx, %rsi
callq 0xfb610
jmp 0x158d9c
movl $0x50, %edi
callq 0x106dc0
movq %rax, %r14
movq %rax, %rdi
xorl... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/api.pb.cc |
google::protobuf::Api::SharedDtor() | void Api::SharedDtor() {
GOOGLE_DCHECK(GetArena() == nullptr);
name_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
version_.DestroyNoArena(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited());
if (this != internal_default_instance()) delete source_context_;
} | pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
subq $0x40, %rsp
movq %rdi, %rbx
movq 0x8(%rdi), %rax
testb $0x1, %al
jne 0x158fd7
testq %rax, %rax
je 0x158f56
leaq 0xec481(%rip), %rdx # 0x24539d
leaq -0x50(%rbp), %r14
movq %r14, %rdi
movl $0x3, %esi
movl $0xf7, %ecx
callq 0x104040
leaq 0xebf7a(%rip), %rsi # 0... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/api.pb.cc |
void google::protobuf::internal::RepeatedPtrFieldBase::Clear<google::protobuf::RepeatedPtrField<google::protobuf::Mixin>::TypeHandler>() | void RepeatedPtrFieldBase::Clear() {
const int n = current_size_;
GOOGLE_DCHECK_GE(n, 0);
if (n > 0) {
void* const* elements = rep_->elements;
int i = 0;
do {
TypeHandler::Clear(cast<TypeHandler>(elements[i++]));
} while (i < n);
current_size_ = 0;
}
} | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x40, %rsp
movl 0x8(%rdi), %r14d
testl %r14d, %r14d
js 0x159652
testq %r14, %r14
je 0x159693
movq %rdi, %rbx
movq 0x10(%rdi), %r15
xorl %r12d, %r12d
movq 0x8(%r15,%r12,8), %rdi
incq %r12
callq 0x104dd0
cmpq %r12, %r14
jne 0x159637
movl $0x0, 0... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/repeated_field.h |
void google::protobuf::internal::RepeatedPtrFieldBase::MergeFrom<google::protobuf::RepeatedPtrField<google::protobuf::Method>::TypeHandler>(google::protobuf::internal::RepeatedPtrFieldBase const&) | inline void RepeatedPtrFieldBase::MergeFrom(const RepeatedPtrFieldBase& other) {
GOOGLE_DCHECK_NE(&other, this);
if (other.current_size_ == 0) return;
MergeFromInternal(other,
&RepeatedPtrFieldBase::MergeFromInnerLoop<TypeHandler>);
} | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x48, %rsp
movq %rsi, %r14
movq %rdi, %rbx
cmpq %rdi, %rsi
jne 0x15985f
leaq 0xe5faa(%rip), %rdx # 0x23f7cf
leaq -0x58(%rbp), %r15
movq %r15, %rdi
movl $0x3, %esi
movl $0x6fb, %ecx # imm = 0x6FB
callq 0x104040
leaq 0xe6140(%rip), %rsi ... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/repeated_field.h |
google::protobuf::compiler::DiskSourceTree::DiskSourceTree() | DiskSourceTree::DiskSourceTree() {} | pushq %rbp
movq %rsp, %rbp
movq 0x164c9f(%rip), %rax # 0x2beec0
addq $0x10, %rax
movq %rax, (%rdi)
xorps %xmm0, %xmm0
movups %xmm0, 0x8(%rdi)
xorl %eax, %eax
movq %rax, 0x18(%rdi)
leaq 0x30(%rdi), %rcx
movq %rcx, 0x20(%rdi)
movq %rax, 0x28(%rdi)
movb $0x0, 0x30(%rdi)
popq %rbp
retq
nop
| /LLNL[P]wcs/build_O3/src/src/google/protobuf/compiler/importer.cc |
google::protobuf::compiler::DiskSourceTree::DiskFileToVirtualFile(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*) | DiskSourceTree::DiskFileToVirtualFileResult
DiskSourceTree::DiskFileToVirtualFile(const std::string& disk_file,
std::string* virtual_file,
std::string* shadowing_disk_file) {
int mapping_index = -1;
std::string canonical_disk_file = Canonic... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x58, %rsp
movq %rcx, -0x38(%rbp)
movq %rdx, %r15
movq %rsi, %r13
movq %rdi, %r12
leaq -0x48(%rbp), %r14
movq %r14, -0x10(%r14)
movq (%rsi), %rsi
movq 0x8(%r13), %rdx
addq %rsi, %rdx
leaq -0x58(%rbp), %rbx
movq %rbx, %rdi
callq 0xfb... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/compiler/importer.cc |
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> google::protobuf::Join<std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>>>(std::vector<std::__cxx11::bas... | string Join(const Range& components,
const char* delim) {
string result;
Join(components.begin(), components.end(), delim, &result);
return result;
} | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
leaq 0x10(%rdi), %r15
movq %r15, (%rdi)
movq $0x0, 0x8(%rdi)
movb $0x0, 0x10(%rdi)
movq (%rsi), %rdi
movq 0x8(%rsi), %rsi
movq %rbx, %rcx
callq 0x106880
movq %rbx, %rax
addq $0x8, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
mov... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/stubs/strutil.h |
google::protobuf::compiler::Parser::ConsumeInteger(int*, char const*) | bool Parser::ConsumeInteger(int* output, const char* error) {
if (LookingAtType(io::Tokenizer::TYPE_INTEGER)) {
uint64 value = 0;
if (!io::Tokenizer::ParseInteger(input_->current().text, kint32max,
&value)) {
AddError("Integer out of range.");
// We still retur... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x30, %rsp
movq %rdi, %rbx
movq (%rdi), %rdi
movl (%rdi), %r15d
cmpl $0x3, %r15d
jne 0x15b9b8
movq %rsi, %r14
leaq -0x28(%rbp), %rdx
movq $0x0, (%rdx)
addq $0x8, %rdi
movl $0x7fffffff, %esi # imm = 0x7FFFFFFF
callq 0x101070
testb %al, %a... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/compiler/parser.cc |
google::protobuf::compiler::Parser::ConsumeInteger64(unsigned long, unsigned long*, char const*) | bool Parser::ConsumeInteger64(uint64 max_value, uint64* output,
const char* error) {
if (LookingAtType(io::Tokenizer::TYPE_INTEGER)) {
if (!io::Tokenizer::ParseInteger(input_->current().text, max_value,
output)) {
AddError("Integer out of ra... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x30, %rsp
movq %rdi, %rbx
movq (%rdi), %rdi
movl (%rdi), %r15d
cmpl $0x3, %r15d
jne 0x15bb39
movq %rdx, %r14
addq $0x8, %rdi
callq 0x101070
testb %al, %al
jne 0x15bb2f
leaq -0x38(%rbp), %r12
movq %r12, -0x10(%r12)
leaq 0xe9c6c(%rip), %rsi ... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/compiler/parser.cc |
google::protobuf::compiler::Parser::ConsumeString(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*, char const*) | bool Parser::ConsumeString(std::string* output, const char* error) {
if (LookingAtType(io::Tokenizer::TYPE_STRING)) {
io::Tokenizer::ParseString(input_->current().text, output);
input_->Next();
// Allow C++ like concatenation of adjacent string tokens.
while (LookingAtType(io::Tokenizer::TYPE_STRING))... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x28, %rsp
movq %rdi, %rbx
movq (%rdi), %rdi
movl (%rdi), %r15d
cmpl $0x5, %r15d
jne 0x15bdb5
movq %rsi, %r14
addq $0x8, %rdi
movq $0x0, 0x8(%rsi)
movq (%rsi), %rax
movb $0x0, (%rax)
movq %r14, %rsi
callq 0xfed50
movq (%rbx), %rdi
callq 0x102240
movq (%r... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/compiler/parser.cc |
InitDefaultsscc_info_DescriptorProto_ExtensionRange_google_2fprotobuf_2fdescriptor_2eproto() | static void InitDefaultsscc_info_DescriptorProto_ExtensionRange_google_2fprotobuf_2fdescriptor_2eproto() {
GOOGLE_PROTOBUF_VERIFY_VERSION;
{
void* ptr = &PROTOBUF_NAMESPACE_ID::_DescriptorProto_ExtensionRange_default_instance_;
new (ptr) PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange();
::PROTOB... | pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
leaq 0xbb7ce(%rip), %rdx # 0x24b9a8
movl $0x2df5a4, %edi # imm = 0x2DF5A4
movl $0x2df5a0, %esi # imm = 0x2DF5A0
callq 0x101680
xorps %xmm0, %xmm0
movq 0x12e73d(%rip), %rbx # 0x2be930
movups %xmm0, 0x8(%rbx)
movq 0x12ea32(%rip), %rax # 0x2bec30
a... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::FieldOptions_JSType_IsValid(int) | bool FieldOptions_JSType_IsValid(int value) {
switch (value) {
case 0:
case 1:
case 2:
return true;
default:
return false;
}
} | pushq %rbp
movq %rsp, %rbp
cmpl $0x3, %edi
setb %al
popq %rbp
retq
| /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::FileDescriptorSet::FileDescriptorSet(google::protobuf::Arena*) | FileDescriptorSet::FileDescriptorSet(::PROTOBUF_NAMESPACE_ID::Arena* arena)
: ::PROTOBUF_NAMESPACE_ID::Message(arena),
file_(arena) {
SharedCtor();
RegisterArenaDtor(arena);
// @@protoc_insertion_point(arena_constructor:google.protobuf.FileDescriptorSet)
} | pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
movq %rsi, 0x8(%rdi)
movq 0x12e058(%rip), %rax # 0x2beb40
addq $0x10, %rax
movq %rax, (%rdi)
movq %rsi, 0x10(%rdi)
xorps %xmm0, %xmm0
movups %xmm0, 0x18(%rdi)
movl $0x0, 0x28(%rdi)
movq 0x12df58(%rip), %rax # 0x2bea60
movl (%rax), %eax
testl %eax, %eax
jne 0x190b13... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::FileDescriptorSet::~FileDescriptorSet() | FileDescriptorSet::~FileDescriptorSet() {
// @@protoc_insertion_point(destructor:google.protobuf.FileDescriptorSet)
SharedDtor();
_internal_metadata_.Delete<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
} | pushq %rbp
movq %rsp, %rbp
pushq %rbx
subq $0x48, %rsp
movq %rdi, %rbx
movq 0x8(%rdi), %rax
testb $0x1, %al
jne 0x190c40
testq %rax, %rax
je 0x190c24
leaq 0xbadbc(%rip), %rdx # 0x24b9a8
leaq -0x48(%rbp), %rdi
movl $0x3, %esi
movl $0x581, %ecx # imm = 0x581
callq 0x104040
leaq 0xb42ad(%rip), %rsi # 0x... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::FileDescriptorSet::Clear() | void FileDescriptorSet::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.FileDescriptorSet)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
file_.Clear();
_internal_metadata_.Clear<::PROTOBUF... | pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movq %rdi, %rbx
addq $0x10, %rdi
callq 0xfcdc0
testb $0x1, 0x8(%rbx)
jne 0x190cd7
addq $0x8, %rsp
popq %rbx
popq %rbp
retq
addq $0x8, %rbx
movq %rbx, %rdi
addq $0x8, %rsp
popq %rbx
popq %rbp
jmp 0xfe110
nop
| /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::FileDescriptorSet::MergeFrom(google::protobuf::Message const&) | void FileDescriptorSet::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:google.protobuf.FileDescriptorSet)
GOOGLE_DCHECK_NE(&from, this);
const FileDescriptorSet* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<FileDescriptorSet>(
... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x48, %rsp
movq %rsi, %rbx
movq %rdi, %r14
cmpq %rdi, %rsi
jne 0x1910b3
leaq 0xba92f(%rip), %rdx # 0x24b9a8
leaq -0x58(%rbp), %r15
movq %r15, %rdi
movl $0x3, %esi
movl $0x5f7, %ecx # imm = 0x5F7
callq 0x104040
leaq 0xb3dfb(%rip), %rsi ... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::FileDescriptorProto::FileDescriptorProto(google::protobuf::Arena*) | FileDescriptorProto::FileDescriptorProto(::PROTOBUF_NAMESPACE_ID::Arena* arena)
: ::PROTOBUF_NAMESPACE_ID::Message(arena),
dependency_(arena),
message_type_(arena),
enum_type_(arena),
service_(arena),
extension_(arena),
public_dependency_(arena),
weak_dependency_(arena) {
SharedCtor();
RegisterArena... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rdi, %rbx
movq %rsi, 0x8(%rdi)
movq 0x12d9ab(%rip), %rax # 0x2bec98
addq $0x10, %rax
movq %rax, (%rdi)
xorl %eax, %eax
movq %rax, 0x10(%rdi)
movq %rsi, 0x18(%rdi)
xorps %xmm0, %xmm0
movups %xmm0, 0x20(%rdi)
movq ... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::FileDescriptorProto::Clear() | void FileDescriptorProto::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.FileDescriptorProto)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
dependency_.Clear();
message_type_.Clear();
e... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x48, %rsp
movq %rdi, %rbx
addq $0x18, %rdi
callq 0xffcf0
leaq 0x30(%rbx), %rdi
callq 0xfdf30
leaq 0x48(%rbx), %rdi
callq 0xff6a0
leaq 0x60(%rbx), %rdi
callq 0x101be0
leaq 0x78(%rbx), %rdi
callq 0x106b80
xorl %eax, %eax
movl %eax, 0x90(%rbx)
movl %eax, 0... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::SourceCodeInfo::Clear() | void SourceCodeInfo::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.SourceCodeInfo)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
location_.Clear();
_internal_metadata_.Clear<::PROTOBUF_N... | pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movq %rdi, %rbx
addq $0x10, %rdi
callq 0x101170
testb $0x1, 0x8(%rbx)
jne 0x191bf9
addq $0x8, %rsp
popq %rbx
popq %rbp
retq
addq $0x8, %rbx
movq %rbx, %rdi
addq $0x8, %rsp
popq %rbx
popq %rbp
jmp 0xfe110
nop
| /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::FileDescriptorProto::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const | ::PROTOBUF_NAMESPACE_ID::uint8* FileDescriptorProto::_InternalSerialize(
::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const {
// @@protoc_insertion_point(serialize_to_array_start:google.protobuf.FileDescriptorProto)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rdx, %rbx
movq %rsi, %r15
movq %rdi, %r14
movl 0x10(%rdi), %r12d
testb $0x1, %r12b
je 0x19269a
movq 0xb0(%r14), %rax
movq (%rax), %rdi
movl 0x8(%rax), %esi
leaq 0xb93f9(%rip), %rcx # 0x24ba6f
movl $0x1, %edx
cal... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::FileDescriptorProto::MergeFrom(google::protobuf::Message const&) | void FileDescriptorProto::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:google.protobuf.FileDescriptorProto)
GOOGLE_DCHECK_NE(&from, this);
const FileDescriptorProto* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<FileDescriptorPro... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x48, %rsp
movq %rsi, %rbx
movq %rdi, %r14
cmpq %rdi, %rsi
jne 0x193077
leaq 0xb896b(%rip), %rdx # 0x24b9a8
leaq -0x58(%rbp), %r15
movq %r15, %rdi
movl $0x3, %esi
movl $0x862, %ecx # imm = 0x862
callq 0x104040
leaq 0xb1e37(%rip), %rsi ... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::FileDescriptorProto::IsInitialized() const | bool FileDescriptorProto::IsInitialized() const {
if (!::PROTOBUF_NAMESPACE_ID::internal::AllAreInitialized(message_type_)) return false;
if (!::PROTOBUF_NAMESPACE_ID::internal::AllAreInitialized(enum_type_)) return false;
if (!::PROTOBUF_NAMESPACE_ID::internal::AllAreInitialized(service_)) return false;
if (!:... | pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
subq $0x40, %rsp
movq %rdi, %rbx
addq $0x30, %rdi
callq 0xfdf60
testb %al, %al
je 0x1939df
leaq 0x48(%rbx), %rdi
callq 0x104c70
testb %al, %al
je 0x1939df
leaq 0x60(%rbx), %rdi
callq 0xffbf0
testb %al, %al
je 0x1939df
leaq 0x78(%rbx), %rdi
callq 0x1022d0
testb %al, %al
j... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::FileDescriptorProto::InternalSwap(google::protobuf::FileDescriptorProto*) | void FileDescriptorProto::InternalSwap(FileDescriptorProto* other) {
using std::swap;
_internal_metadata_.Swap<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(&other->_internal_metadata_);
swap(_has_bits_[0], other->_has_bits_[0]);
dependency_.InternalSwap(&other->dependency_);
message_type_.InternalSwap(&other->me... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rsi, %rbx
movq %rdi, %r14
leaq 0x8(%rdi), %rax
movq %rax, -0x30(%rbp)
movq 0x8(%rsi), %rsi
testb $0x1, 0x8(%rdi)
jne 0x193a60
testb $0x1, %sil
jne 0x193a6a
jmp 0x193a7b
testb $0x1, %sil
je 0x193cce
andq $-0x2, %rsi
addq $... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::DescriptorProto_ExtensionRange::DescriptorProto_ExtensionRange(google::protobuf::DescriptorProto_ExtensionRange const&) | DescriptorProto_ExtensionRange::DescriptorProto_ExtensionRange(const DescriptorProto_ExtensionRange& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_has_bits_(from._has_bits_) {
_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_);
if (from._internal_has_options()) ... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x40, %rsp
movq %rsi, %r14
movq %rdi, %rbx
movq $0x0, 0x8(%rdi)
movq 0x12ae94(%rip), %rax # 0x2bec30
addq $0x10, %rax
movq %rax, (%rdi)
movl 0x10(%rsi), %eax
movl %eax, 0x10(%rdi)
movl $0x0, 0x14(%rdi)
movq 0x8(%rsi), %rsi
testb $0x1, %sil
... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::DescriptorProto_ExtensionRange::~DescriptorProto_ExtensionRange() | DescriptorProto_ExtensionRange::~DescriptorProto_ExtensionRange() {
// @@protoc_insertion_point(destructor:google.protobuf.DescriptorProto.ExtensionRange)
SharedDtor();
_internal_metadata_.Delete<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
} | pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
subq $0x40, %rsp
movq %rdi, %rbx
movq 0x8(%rdi), %rax
testb $0x1, %al
jne 0x193f15
testq %rax, %rax
je 0x193ede
leaq 0xb7b02(%rip), %rdx # 0x24b9a8
leaq -0x50(%rbp), %rdi
movl $0x3, %esi
movl $0x901, %ecx # imm = 0x901
callq 0x104040
leaq 0xb0ff3(%rip), %r... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::DescriptorProto_ExtensionRange::Clear() | void DescriptorProto_ExtensionRange::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.DescriptorProto.ExtensionRange)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
cached_has_bits = _has_bits... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x48, %rsp
movq %rdi, %rbx
movl 0x10(%rdi), %r15d
testb $0x1, %r15b
je 0x193ffd
movq 0x18(%rbx), %rdi
testq %rdi, %rdi
jne 0x193ff8
leaq 0xb79ee(%rip), %rdx # 0x24b9a8
leaq -0x58(%rbp), %r14
movq %r14, %rdi
movl $0x3, %esi
movl $0x91c, %ecx ... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::ExtensionRangeOptions::Clear() | void ExtensionRangeOptions::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.ExtensionRangeOptions)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
_extensions_.Clear();
uninterpreted_option_... | pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movq %rdi, %rbx
addq $0x10, %rdi
callq 0xfd0b0
leaq 0x28(%rbx), %rdi
callq 0xfdfd0
testb $0x1, 0x8(%rbx)
jne 0x19406e
addq $0x8, %rsp
popq %rbx
popq %rbp
retq
addq $0x8, %rbx
movq %rbx, %rdi
addq $0x8, %rsp
popq %rbx
popq %rbp
jmp 0xfe110
| /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::DescriptorProto_ExtensionRange::_InternalParse(char const*, google::protobuf::internal::ParseContext*) | const char* DescriptorProto_ExtensionRange::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
_Internal::HasBits has_bits{};
::PROTOBUF_NAMESPACE_ID::Arena* arena = GetArena(); (void)arena;
while (!ctx->Done(&ptr)... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rdx, %r14
movq %rdi, %rbx
leaq -0x30(%rbp), %rax
movq %rsi, (%rax)
movl 0x5c(%rdx), %edx
movq %r14, %rdi
movq %rax, %rsi
callq 0x101650
xorl %r15d, %r15d
testb %al, %al
je 0x1940ca
orl %r15d, 0x10(%rbx)
movq -0x30(%... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::DescriptorProto_ExtensionRange::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const | ::PROTOBUF_NAMESPACE_ID::uint8* DescriptorProto_ExtensionRange::_InternalSerialize(
::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const {
// @@protoc_insertion_point(serialize_to_array_start:google.protobuf.DescriptorProto.ExtensionRange)
::PROTOBUF_NAMESPACE_... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rdx, %rbx
movq %rdi, %r14
movl 0x10(%rdi), %r15d
testb $0x2, %r15b
je 0x19433e
cmpq %rsi, (%rbx)
jbe 0x194444
movslq 0x20(%r14), %rax
movb $0x8, (%rsi)
cmpq $0x7f, %rax
ja 0x1942fd
movb %al, 0x1(%rsi)
addq $0x2, %rsi
jmp 0x19433e
movl %eax, %e... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::DescriptorProto_ExtensionRange::ByteSizeLong() const | size_t DescriptorProto_ExtensionRange::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:google.protobuf.DescriptorProto.ExtensionRange)
size_t total_size = 0;
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) ca... | pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
movq %rdi, %rbx
movl 0x10(%rdi), %r14d
testb $0x7, %r14b
je 0x194492
testb $0x1, %r14b
jne 0x194496
xorl %eax, %eax
jmp 0x1944b6
xorl %eax, %eax
jmp 0x194506
movq 0x18(%rbx), %rdi
callq 0xfd9f0
movl %eax, %ecx
orl $0x1, %ecx
bsrl %ecx, %ecx
leal (%rcx,%rcx,8), %ecx
addl ... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::DescriptorProto_ExtensionRange::MergeFrom(google::protobuf::Message const&) | void DescriptorProto_ExtensionRange::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:google.protobuf.DescriptorProto.ExtensionRange)
GOOGLE_DCHECK_NE(&from, this);
const DescriptorProto_ExtensionRange* source =
::PROTOBUF_NAMESPACE_ID::Dynamic... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x48, %rsp
movq %rsi, %rbx
movq %rdi, %r14
cmpq %rdi, %rsi
jne 0x194585
leaq 0xb745d(%rip), %rdx # 0x24b9a8
leaq -0x58(%rbp), %r15
movq %r15, %rdi
movl $0x3, %esi
movl $0x9ad, %ecx # imm = 0x9AD
callq 0x104040
leaq 0xb0929(%rip), %rsi ... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::DescriptorProto_ExtensionRange::MergeFrom(google::protobuf::DescriptorProto_ExtensionRange const&) | void DescriptorProto_ExtensionRange::MergeFrom(const DescriptorProto_ExtensionRange& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.DescriptorProto.ExtensionRange)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._intern... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x40, %rsp
movq %rsi, %r14
movq %rdi, %rbx
cmpq %rdi, %rsi
jne 0x194629
leaq 0xb73b9(%rip), %rdx # 0x24b9a8
leaq -0x60(%rbp), %r15
movq %r15, %rdi
movl $0x3, %esi
movl $0x9bc, %ecx # imm = 0x9BC
callq 0x104040
leaq 0xb0885(%rip)... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::DescriptorProto_ReservedRange::DescriptorProto_ReservedRange(google::protobuf::DescriptorProto_ReservedRange const&) | DescriptorProto_ReservedRange::DescriptorProto_ReservedRange(const DescriptorProto_ReservedRange& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_has_bits_(from._has_bits_) {
_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_);
::memcpy(&start_, &from.start_,
s... | pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
movq %rsi, %r14
movq %rdi, %rbx
movq $0x0, 0x8(%rdi)
movq 0x12973a(%rip), %rax # 0x2be0d0
addq $0x10, %rax
movq %rax, (%rdi)
movl 0x10(%rsi), %eax
movl %eax, 0x10(%rdi)
movl $0x0, 0x14(%rdi)
movq 0x8(%rsi), %rsi
testb $0x1, %sil
je 0x1949c5
leaq 0x8(%rbx), %rdi
andq $... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::DescriptorProto_ReservedRange::Clear() | void DescriptorProto_ReservedRange::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.DescriptorProto.ReservedRange)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
cached_has_bits = _has_bits_[... | pushq %rbp
movq %rsp, %rbp
testb $0x3, 0x10(%rdi)
je 0x194ac8
movq $0x0, 0x18(%rdi)
movl $0x0, 0x10(%rdi)
testb $0x1, 0x8(%rdi)
jne 0x194ad7
popq %rbp
retq
addq $0x8, %rdi
popq %rbp
jmp 0xfe110
nop
| /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::DescriptorProto_ReservedRange::_InternalParse(char const*, google::protobuf::internal::ParseContext*) | const char* DescriptorProto_ReservedRange::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
_Internal::HasBits has_bits{};
::PROTOBUF_NAMESPACE_ID::Arena* arena = GetArena(); (void)arena;
while (!ctx->Done(&ptr))... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rdx, %r14
movq %rdi, %rbx
leaq -0x30(%rbp), %rax
movq %rsi, (%rax)
movl 0x5c(%rdx), %edx
movq %r14, %rdi
movq %rax, %rsi
callq 0x101650
xorl %r15d, %r15d
testb %al, %al
je 0x194b2c
orl %r15d, 0x10(%rbx)
movq -0x30(%... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::DescriptorProto_ReservedRange::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const | ::PROTOBUF_NAMESPACE_ID::uint8* DescriptorProto_ReservedRange::_InternalSerialize(
::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const {
// @@protoc_insertion_point(serialize_to_array_start:google.protobuf.DescriptorProto.ReservedRange)
::PROTOBUF_NAMESPACE_ID... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rdx, %rbx
movq %rdi, %r14
movl 0x10(%rdi), %r15d
testb $0x1, %r15b
je 0x194d34
cmpq %rsi, (%rbx)
jbe 0x194dcc
movslq 0x18(%r14), %rax
movb $0x8, (%rsi)
cmpq $0x7f, %rax
ja 0x194cf3
movb %al, 0x1(%rsi)
addq $0x2, %rsi
jmp 0x194d34
movl %eax, %e... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::DescriptorProto_ReservedRange::MergeFrom(google::protobuf::DescriptorProto_ReservedRange const&) | void DescriptorProto_ReservedRange::MergeFrom(const DescriptorProto_ReservedRange& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.DescriptorProto.ReservedRange)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x48, %rsp
movq %rsi, %r14
movq %rdi, %rbx
cmpq %rdi, %rsi
jne 0x194f65
leaq 0xb6a7d(%rip), %rdx # 0x24b9a8
leaq -0x58(%rbp), %r15
movq %r15, %rdi
movl $0x3, %esi
movl $0xac2, %ecx # imm = 0xAC2
callq 0x104040
leaq 0xaff49(%rip), %rsi ... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::DescriptorProto::DescriptorProto(google::protobuf::Arena*) | DescriptorProto::DescriptorProto(::PROTOBUF_NAMESPACE_ID::Arena* arena)
: ::PROTOBUF_NAMESPACE_ID::Message(arena),
field_(arena),
nested_type_(arena),
enum_type_(arena),
extension_range_(arena),
extension_(arena),
oneof_decl_(arena),
reserved_range_(arena),
reserved_name_(arena) {
SharedCtor();
Re... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x28, %rsp
movq %rdi, %rbx
movq %rsi, 0x8(%rdi)
movq 0x129a0b(%rip), %rax # 0x2beb00
addq $0x10, %rax
movq %rax, (%rdi)
movq $0x0, 0x10(%rdi)
movq %rsi, 0x18(%rdi)
xorps %xmm0, %xmm0
movups %xmm0, 0x20(%rdi)
movq %rsi, 0x30(%rdi)... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::DescriptorProto::DescriptorProto(google::protobuf::DescriptorProto const&) | DescriptorProto::DescriptorProto(const DescriptorProto& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_has_bits_(from._has_bits_),
field_(from.field_),
nested_type_(from.nested_type_),
enum_type_(from.enum_type_),
extension_range_(from.extension_range_),
extension_(from.extension_),
... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x78, %rsp
movq %rsi, %r15
movq %rdi, %rbx
movq $0x0, 0x8(%rdi)
movq 0x1298b2(%rip), %rax # 0x2beb00
addq $0x10, %rax
movq %rax, (%rdi)
movl 0x10(%rsi), %eax
movl %eax, 0x10(%rdi)
leaq 0x18(%rdi), %r14
addq $0x18, %rsi
xorps %xmm... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::DescriptorProto::Clear() | void DescriptorProto::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.DescriptorProto)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
field_.Clear();
nested_type_.Clear();
enum_type_.Clea... | pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
subq $0x40, %rsp
movq %rdi, %rbx
addq $0x18, %rdi
callq 0x106b80
leaq 0x30(%rbx), %rdi
callq 0xfdf30
leaq 0x48(%rbx), %rdi
callq 0xff6a0
leaq 0x60(%rbx), %rdi
callq 0x106d50
leaq 0x78(%rbx), %rdi
callq 0x106b80
leaq 0x90(%rbx), %rdi
callq 0x100580
leaq 0xa8(%rbx), %rdi
c... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::MessageOptions::Clear() | void MessageOptions::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.MessageOptions)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
_extensions_.Clear();
uninterpreted_option_.Clear();
::... | pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movq %rdi, %rbx
addq $0x10, %rdi
callq 0xfd0b0
leaq 0x30(%rbx), %rdi
callq 0xfdfd0
xorl %eax, %eax
movl %eax, 0x48(%rbx)
movl %eax, 0x28(%rbx)
testb $0x1, 0x8(%rbx)
jne 0x195772
addq $0x8, %rsp
popq %rbx
popq %rbp
retq
addq $0x8, %rbx
movq %rbx, %rdi
addq $0x8, %rsp
popq... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::DescriptorProto::_InternalParse(char const*, google::protobuf::internal::ParseContext*) | const char* DescriptorProto::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
_Internal::HasBits has_bits{};
::PROTOBUF_NAMESPACE_ID::Arena* arena = GetArena(); (void)arena;
while (!ctx->Done(&ptr)) {
::PROTO... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x58, %rsp
movq %rdx, %rbx
movq %rdi, %r14
leaq -0x30(%rbp), %rax
movq %rsi, (%rax)
movl 0x5c(%rdx), %edx
movq %rbx, %rdi
movq %rax, %rsi
callq 0x101650
testb %al, %al
je 0x1957c7
movq -0x30(%rbp), %rax
addq $0x58, %rsp
popq %rbx
po... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::DescriptorProto::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const | ::PROTOBUF_NAMESPACE_ID::uint8* DescriptorProto::_InternalSerialize(
::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const {
// @@protoc_insertion_point(serialize_to_array_start:google.protobuf.DescriptorProto)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rdx, %rbx
movq %rsi, %r15
movq %rdi, %r12
movl 0x10(%rdi), %eax
testb $0x1, %al
movl %eax, -0x34(%rbp)
je 0x1960d8
movq 0xd8(%r12), %rax
movq (%rax), %rdi
movl 0x8(%rax), %esi
leaq 0xb5a6b(%rip), %rcx # 0x24bb1e... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::DescriptorProto::MergeFrom(google::protobuf::Message const&) | void DescriptorProto::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:google.protobuf.DescriptorProto)
GOOGLE_DCHECK_NE(&from, this);
const DescriptorProto* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<DescriptorProto>(
&... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x48, %rsp
movq %rsi, %rbx
movq %rdi, %r14
cmpq %rdi, %rsi
jne 0x196ab3
leaq 0xb4f2f(%rip), %rdx # 0x24b9a8
leaq -0x58(%rbp), %r15
movq %r15, %rdi
movl $0x3, %esi
movl $0xcc6, %ecx # imm = 0xCC6
callq 0x104040
leaq 0xae3fb(%rip), %rsi ... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::DescriptorProto::MergeFrom(google::protobuf::DescriptorProto const&) | void DescriptorProto::MergeFrom(const DescriptorProto& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.DescriptorProto)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_);
::PROTOBUF_NAMESPACE_ID::uin... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movq %rsi, %rbx
movq %rdi, %r14
cmpq %rdi, %rsi
jne 0x196b59
leaq 0xb4e89(%rip), %rdx # 0x24b9a8
leaq -0x68(%rbp), %r15
movq %r15, %rdi
movl $0x3, %esi
movl $0xcd5, %ecx # imm = 0xCD5
callq 0x104040
leaq 0x... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::MessageOptions::MergeFrom(google::protobuf::MessageOptions const&) | void MessageOptions::MergeFrom(const MessageOptions& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.MessageOptions)
GOOGLE_DCHECK_NE(&from, this);
_extensions_.MergeFrom(from._extensions_);
_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x48, %rsp
movq %rsi, %r14
movq %rdi, %rbx
cmpq %rdi, %rsi
jne 0x19709b
leaq 0xb4947(%rip), %rdx # 0x24b9a8
leaq -0x58(%rbp), %r15
movq %r15, %rdi
movl $0x3, %esi
movl $0x1d3b, %ecx # imm = 0x1D3B
callq 0x104040
leaq 0xade13(%rip), %rsi ... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::DescriptorProto::IsInitialized() const | bool DescriptorProto::IsInitialized() const {
if (!::PROTOBUF_NAMESPACE_ID::internal::AllAreInitialized(field_)) return false;
if (!::PROTOBUF_NAMESPACE_ID::internal::AllAreInitialized(nested_type_)) return false;
if (!::PROTOBUF_NAMESPACE_ID::internal::AllAreInitialized(enum_type_)) return false;
if (!::PROTOB... | pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movq %rdi, %rbx
addq $0x18, %rdi
callq 0x1022d0
testb %al, %al
je 0x197206
leaq 0x30(%rbx), %rdi
callq 0xfdf60
testb %al, %al
je 0x197206
leaq 0x48(%rbx), %rdi
callq 0x104c70
testb %al, %al
je 0x197206
leaq 0x60(%rbx), %rdi
callq 0xfc7f0
testb %al, %al
je 0x197206
leaq 0... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::DescriptorProto::InternalSwap(google::protobuf::DescriptorProto*) | void DescriptorProto::InternalSwap(DescriptorProto* other) {
using std::swap;
_internal_metadata_.Swap<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(&other->_internal_metadata_);
swap(_has_bits_[0], other->_has_bits_[0]);
field_.InternalSwap(&other->field_);
nested_type_.InternalSwap(&other->nested_type_);
enum... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rsi, %rbx
movq %rdi, %r14
movq 0x8(%rsi), %rsi
testb $0x1, 0x8(%rdi)
jne 0x197268
testb $0x1, %sil
jne 0x197272
jmp 0x197283
testb $0x1, %sil
je 0x1973b4
andq $-0x2, %rsi
addq $0x8, %rsi
leaq 0x8(%r14), %rdi
callq 0x10412... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::ExtensionRangeOptions::ExtensionRangeOptions(google::protobuf::Arena*) | ExtensionRangeOptions::ExtensionRangeOptions(::PROTOBUF_NAMESPACE_ID::Arena* arena)
: ::PROTOBUF_NAMESPACE_ID::Message(arena),
_extensions_(arena),
uninterpreted_option_(arena) {
SharedCtor();
RegisterArenaDtor(arena);
// @@protoc_insertion_point(arena_constructor:google.protobuf.ExtensionRangeOptions)
} | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %r15
movq %rdi, %rbx
movq %rsi, 0x8(%rdi)
movq 0x1275c7(%rip), %rax # 0x2be9d8
addq $0x10, %rax
movq %rax, (%rdi)
leaq 0x10(%rdi), %r14
movq %r14, %rdi
callq 0xf9dc0
movq %r15, 0x28(%rbx)
xorps %xmm0, %xmm0
movups %xmm0, 0x30(%rbx)
mov... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::ExtensionRangeOptions::ExtensionRangeOptions(google::protobuf::ExtensionRangeOptions const&) | ExtensionRangeOptions::ExtensionRangeOptions(const ExtensionRangeOptions& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
uninterpreted_option_(from.uninterpreted_option_) {
_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_);
_extensions_.MergeFrom(from._extensions... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rsi, %r15
movq %rdi, %r12
xorl %r13d, %r13d
movq %r13, 0x8(%rdi)
movq 0x12753a(%rip), %rax # 0x2be9d8
addq $0x10, %rax
movq %rax, (%rdi)
leaq 0x10(%rdi), %rbx
movq %rbx, %rdi
callq 0xf90b0
leaq 0x28(%r12), %r14
leaq 0x... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::ExtensionRangeOptions::~ExtensionRangeOptions() | ExtensionRangeOptions::~ExtensionRangeOptions() {
// @@protoc_insertion_point(destructor:google.protobuf.ExtensionRangeOptions)
SharedDtor();
_internal_metadata_.Delete<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
} | pushq %rbp
movq %rsp, %rbp
pushq %rbx
subq $0x48, %rsp
movq %rdi, %rbx
movq 0x8(%rdi), %rax
testb $0x1, %al
jne 0x1975bb
testq %rax, %rax
je 0x197596
leaq 0xb444a(%rip), %rdx # 0x24b9a8
leaq -0x48(%rbp), %rdi
movl $0x3, %esi
movl $0xd40, %ecx # imm = 0xD40
callq 0x104040
leaq 0xad93b(%rip), %rsi # 0x... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::ExtensionRangeOptions::_InternalParse(char const*, google::protobuf::internal::ParseContext*) | const char* ExtensionRangeOptions::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
::PROTOBUF_NAMESPACE_ID::Arena* arena = GetArena(); (void)arena;
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 ta... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rdx, %rbx
movq %rdi, %r14
leaq -0x30(%rbp), %rax
movq %rsi, (%rax)
movl 0x5c(%rdx), %edx
movq %rbx, %rdi
movq %rax, %rsi
callq 0x101650
testb %al, %al
jne 0x19780a
leaq 0x8(%r14), %rax
movq %rax, -0x38(%rbp)
leaq 0x... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::ExtensionRangeOptions::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const | ::PROTOBUF_NAMESPACE_ID::uint8* ExtensionRangeOptions::_InternalSerialize(
::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const {
// @@protoc_insertion_point(serialize_to_array_start:google.protobuf.ExtensionRangeOptions)
::PROTOBUF_NAMESPACE_ID::uint32 cached_... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdx, %rbx
movq %rsi, %r15
movl 0x30(%rdi), %r14d
testl %r14d, %r14d
movq %rdi, -0x30(%rbp)
je 0x1978f4
leaq 0x28(%rdi), %r12
xorl %r13d, %r13d
cmpq %r15, (%rbx)
jbe 0x1978e1
movq %r12, %rdi
movl %r13d, %esi
callq 0xffd00
... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::ExtensionRangeOptions::InternalSwap(google::protobuf::ExtensionRangeOptions*) | void ExtensionRangeOptions::InternalSwap(ExtensionRangeOptions* other) {
using std::swap;
_extensions_.Swap(&other->_extensions_);
_internal_metadata_.Swap<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(&other->_internal_metadata_);
uninterpreted_option_.InternalSwap(&other->uninterpreted_option_);
} | pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
movq %rsi, %rbx
movq %rdi, %r14
addq $0x10, %rdi
addq $0x10, %rsi
callq 0xff810
movq 0x8(%rbx), %rsi
testb $0x1, 0x8(%r14)
jne 0x197b0d
testb $0x1, %sil
jne 0x197b13
jmp 0x197b24
testb $0x1, %sil
je 0x197b3b
andq $-0x2, %rsi
addq $0x8, %rsi
leaq 0x8(%r14), %rdi
callq 0x1... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::FieldDescriptorProto::FieldDescriptorProto(google::protobuf::Arena*) | FieldDescriptorProto::FieldDescriptorProto(::PROTOBUF_NAMESPACE_ID::Arena* arena)
: ::PROTOBUF_NAMESPACE_ID::Message(arena) {
SharedCtor();
RegisterArenaDtor(arena);
// @@protoc_insertion_point(arena_constructor:google.protobuf.FieldDescriptorProto)
} | pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movq %rdi, %rbx
movq %rsi, 0x8(%rdi)
movq 0x12713e(%rip), %rax # 0x2bece8
addq $0x10, %rax
movq %rax, (%rdi)
movq $0x0, 0x10(%rdi)
movq 0x127318(%rip), %rax # 0x2beed8
movl (%rax), %eax
testl %eax, %eax
jne 0x197c01
movq 0x1266cb(%rip), %rax # 0x2be298
movq %rax... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::FieldOptions::Clear() | void FieldOptions::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.FieldOptions)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
_extensions_.Clear();
uninterpreted_option_.Clear();
cached... | pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movq %rdi, %rbx
addq $0x10, %rdi
callq 0xfd0b0
leaq 0x30(%rbx), %rdi
callq 0xfdfd0
testb $0x3f, 0x28(%rbx)
je 0x19802e
movl $0x0, 0x50(%rbx)
movq $0x0, 0x48(%rbx)
movl $0x0, 0x28(%rbx)
testb $0x1, 0x8(%rbx)
jne 0x198042
addq $0x8, %rsp
popq %rbx
popq %rbp
retq
addq $0x8,... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::FieldDescriptorProto::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const | ::PROTOBUF_NAMESPACE_ID::uint8* FieldDescriptorProto::_InternalSerialize(
::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const {
// @@protoc_insertion_point(serialize_to_array_start:google.protobuf.FieldDescriptorProto)
::PROTOBUF_NAMESPACE_ID::uint32 cached_ha... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movq %rdx, %rbx
movq %rsi, %r15
movq %rdi, %r14
movl 0x10(%rdi), %r12d
testb $0x1, %r12b
je 0x198784
movq 0x18(%r14), %rax
movq (%rax), %rdi
movl 0x8(%rax), %esi
leaq 0xb340e(%rip), %rcx # 0x24bb71
movl $0x1, %edx
callq 0xfe830
movq 0x18(%r14), ... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::EnumOptions::Clear() | void EnumOptions::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.EnumOptions)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
_extensions_.Clear();
uninterpreted_option_.Clear();
::memset... | pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movq %rdi, %rbx
addq $0x10, %rdi
callq 0xfd0b0
leaq 0x30(%rbx), %rdi
callq 0xfdfd0
movw $0x0, 0x48(%rbx)
movl $0x0, 0x28(%rbx)
testb $0x1, 0x8(%rbx)
jne 0x19ae55
addq $0x8, %rsp
popq %rbx
popq %rbp
retq
addq $0x8, %rbx
movq %rbx, %rdi
addq $0x8, %rsp
popq %rbx
popq %rbp
... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::EnumDescriptorProto::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const | ::PROTOBUF_NAMESPACE_ID::uint8* EnumDescriptorProto::_InternalSerialize(
::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const {
// @@protoc_insertion_point(serialize_to_array_start:google.protobuf.EnumDescriptorProto)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rdx, %rbx
movq %rsi, %r15
movq %rdi, %r12
movl 0x10(%rdi), %eax
testb $0x1, %al
movl %eax, -0x2c(%rbp)
je 0x19b39c
movq 0x60(%r12), %rax
movq (%rax), %rdi
movl 0x8(%rax), %esi
leaq 0xb090a(%rip), %rcx # 0x24bc84... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::EnumDescriptorProto::MergeFrom(google::protobuf::Message const&) | void EnumDescriptorProto::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:google.protobuf.EnumDescriptorProto)
GOOGLE_DCHECK_NE(&from, this);
const EnumDescriptorProto* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<EnumDescriptorPro... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x48, %rsp
movq %rsi, %rbx
movq %rdi, %r14
cmpq %rdi, %rsi
jne 0x19b849
leaq 0xb0199(%rip), %rdx # 0x24b9a8
leaq -0x58(%rbp), %r15
movq %r15, %rdi
movl $0x3, %esi
movl $0x13cb, %ecx # imm = 0x13CB
callq 0x104040
leaq 0xa9665(%rip), %rsi ... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::EnumDescriptorProto::MergeFrom(google::protobuf::EnumDescriptorProto const&) | void EnumDescriptorProto::MergeFrom(const EnumDescriptorProto& from) {
// @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.EnumDescriptorProto)
GOOGLE_DCHECK_NE(&from, this);
_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_);
::PROTOBUF_NAMES... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x40, %rsp
movq %rsi, %rbx
movq %rdi, %r14
cmpq %rdi, %rsi
jne 0x19b8ed
leaq 0xb00f5(%rip), %rdx # 0x24b9a8
leaq -0x60(%rbp), %r15
movq %r15, %rdi
movl $0x3, %esi
movl $0x13da, %ecx # imm = 0x13DA
callq 0x104040
leaq 0xa95c1(%rip... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::EnumDescriptorProto::IsInitialized() const | bool EnumDescriptorProto::IsInitialized() const {
if (!::PROTOBUF_NAMESPACE_ID::internal::AllAreInitialized(value_)) return false;
if (_internal_has_options()) {
if (!options_->IsInitialized()) return false;
}
return true;
} | pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
subq $0x40, %rsp
movq %rdi, %rbx
addq $0x18, %rdi
callq 0x105350
testb %al, %al
je 0x19bbad
movl 0x10(%rbx), %eax
movl %eax, %ecx
shrb %cl
movq 0x68(%rbx), %r14
testq %r14, %r14
sete %dl
andb %cl, %dl
cmpb $0x1, %dl
jne 0x19bb88
leaq 0xaaa25(%rip), %rdx # 0x24656d
le... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::EnumValueDescriptorProto::MergeFrom(google::protobuf::Message const&) | void EnumValueDescriptorProto::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:google.protobuf.EnumValueDescriptorProto)
GOOGLE_DCHECK_NE(&from, this);
const EnumValueDescriptorProto* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<En... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x48, %rsp
movq %rsi, %rbx
movq %rdi, %r14
cmpq %rdi, %rsi
jne 0x19c5ff
leaq 0xaf3e3(%rip), %rdx # 0x24b9a8
leaq -0x58(%rbp), %r15
movq %r15, %rdi
movl $0x3, %esi
movl $0x1508, %ecx # imm = 0x1508
callq 0x104040
leaq 0xa88af(%rip), %rsi ... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::EnumValueDescriptorProto::IsInitialized() const | bool EnumValueDescriptorProto::IsInitialized() const {
if (_internal_has_options()) {
if (!options_->IsInitialized()) return false;
}
return true;
} | pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
subq $0x40, %rsp
movl 0x10(%rdi), %eax
movl %eax, %ecx
shrb %cl
movq 0x20(%rdi), %r14
testq %r14, %r14
sete %dl
andb %cl, %dl
cmpb $0x1, %dl
jne 0x19c90f
movq %rdi, %rbx
leaq 0xa9c9e(%rip), %rdx # 0x24656d
leaq -0x50(%rbp), %r14
movq %r14, %rdi
movl $0x3, %esi
movl $... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::ServiceDescriptorProto::ServiceDescriptorProto(google::protobuf::Arena*) | ServiceDescriptorProto::ServiceDescriptorProto(::PROTOBUF_NAMESPACE_ID::Arena* arena)
: ::PROTOBUF_NAMESPACE_ID::Message(arena),
method_(arena) {
SharedCtor();
RegisterArenaDtor(arena);
// @@protoc_insertion_point(arena_constructor:google.protobuf.ServiceDescriptorProto)
} | pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
movq %rdi, %rbx
movq %rsi, 0x8(%rdi)
movq 0x121fd5(%rip), %rax # 0x2beae0
addq $0x10, %rax
movq %rax, (%rdi)
movq $0x0, 0x10(%rdi)
movq %rsi, 0x18(%rdi)
xorps %xmm0, %xmm0
movups %xmm0, 0x20(%rdi)
movq 0x121ffc(%rip), %rax # 0x2beb28
movl (%rax), %eax
testl %eax, %... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::MethodDescriptorProto::_InternalParse(char const*, google::protobuf::internal::ParseContext*) | const char* MethodDescriptorProto::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
_Internal::HasBits has_bits{};
::PROTOBUF_NAMESPACE_ID::Arena* arena = GetArena(); (void)arena;
while (!ctx->Done(&ptr)) {
:... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %rdx, %r14
movq %rdi, %rbx
leaq -0x30(%rbp), %rax
movq %rsi, (%rax)
movl 0x5c(%rdx), %edx
movq %r14, %rdi
movq %rax, %rsi
callq 0x101650
movl $0x0, -0x34(%rbp)
testb %al, %al
je 0x19dda4
movl -0x34(%rbp), %eax
orl %e... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::MethodDescriptorProto::InternalSwap(google::protobuf::MethodDescriptorProto*) | void MethodDescriptorProto::InternalSwap(MethodDescriptorProto* other) {
using std::swap;
_internal_metadata_.Swap<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(&other->_internal_metadata_);
swap(_has_bits_[0], other->_has_bits_[0]);
name_.Swap(&other->name_, &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlread... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rsi, %rbx
movq %rdi, %r14
leaq 0x8(%rdi), %rax
movq %rax, -0x30(%rbp)
movq 0x8(%rdi), %r12
movq 0x8(%rsi), %rsi
testb $0x1, %r12b
jne 0x19e95f
testb $0x1, %sil
jne 0x19e969
movl 0x10(%r14), %eax
movl 0x10(%rbx), %ec... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::FileOptions::FileOptions(google::protobuf::Arena*) | FileOptions::FileOptions(::PROTOBUF_NAMESPACE_ID::Arena* arena)
: ::PROTOBUF_NAMESPACE_ID::Message(arena),
_extensions_(arena),
uninterpreted_option_(arena) {
SharedCtor();
RegisterArenaDtor(arena);
// @@protoc_insertion_point(arena_constructor:google.protobuf.FileOptions)
} | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %r15
movq %rdi, %rbx
movq %rsi, 0x8(%rdi)
movq 0x11f635(%rip), %rax # 0x2be200
addq $0x10, %rax
movq %rax, (%rdi)
leaq 0x10(%rdi), %r14
movq %r14, %rdi
callq 0xf9dc0
movq $0x0, 0x28(%rbx)
movq %r15, 0x30(%rbx)
xorps %xmm0, %xmm0
movups... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::FileOptions::FileOptions(google::protobuf::FileOptions const&) | FileOptions::FileOptions(const FileOptions& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_has_bits_(from._has_bits_),
uninterpreted_option_(from.uninterpreted_option_) {
_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_);
_extensions_.MergeFrom(from._exten... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rsi, %r15
movq %rdi, %r14
movq $0x0, 0x8(%rdi)
movq 0x11f553(%rip), %rax # 0x2be200
addq $0x10, %rax
movq %rax, (%rdi)
leaq 0x10(%rdi), %rbx
movq %rbx, %rdi
callq 0xf90b0
movl 0x28(%r15), %eax
movl %eax, 0x28(%r14)
lea... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::FileOptions::ByteSizeLong() const | size_t FileOptions::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:google.protobuf.FileOptions)
size_t total_size = 0;
total_size += _extensions_.ByteSize();
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdi, %rbx
addq $0x10, %rdi
callq 0x1015f0
movslq 0x38(%rbx), %r15
movq 0x40(%rbx), %r12
leaq 0x8(%r12), %rcx
testq %r12, %r12
cmovneq %rcx, %r12
leaq (%rax,%r15,2), %r14
testq %r15, %r15
je 0x1a031b
shlq $0x3, %r15
xorl %... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::FileOptions::MergeFrom(google::protobuf::Message const&) | void FileOptions::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:google.protobuf.FileOptions)
GOOGLE_DCHECK_NE(&from, this);
const FileOptions* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<FileOptions>(
&from);
if (sou... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x48, %rsp
movq %rsi, %rbx
movq %rdi, %r14
cmpq %rdi, %rsi
jne 0x1a05ff
leaq 0xab3e3(%rip), %rdx # 0x24b9a8
leaq -0x58(%rbp), %r15
movq %r15, %rdi
movl $0x3, %esi
movl $0x1b89, %ecx # imm = 0x1B89
callq 0x104040
leaq 0xa48af(%rip), %rsi ... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::FileOptions::InternalSwap(google::protobuf::FileOptions*) | void FileOptions::InternalSwap(FileOptions* other) {
using std::swap;
_extensions_.Swap(&other->_extensions_);
_internal_metadata_.Swap<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(&other->_internal_metadata_);
swap(_has_bits_[0], other->_has_bits_[0]);
uninterpreted_option_.InternalSwap(&other->uninterpreted_op... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rsi, %rbx
movq %rdi, %r14
addq $0x10, %rdi
addq $0x10, %rsi
callq 0xff810
leaq 0x8(%r14), %rax
movq %rax, -0x30(%rbp)
movq 0x8(%rbx), %rsi
testb $0x1, 0x8(%r14)
jne 0x1a06d7
testb $0x1, %sil
jne 0x1a06e1
jmp 0x1a06f... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::MessageOptions::MessageOptions(google::protobuf::Arena*) | MessageOptions::MessageOptions(::PROTOBUF_NAMESPACE_ID::Arena* arena)
: ::PROTOBUF_NAMESPACE_ID::Message(arena),
_extensions_(arena),
uninterpreted_option_(arena) {
SharedCtor();
RegisterArenaDtor(arena);
// @@protoc_insertion_point(arena_constructor:google.protobuf.MessageOptions)
} | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, 0x8(%rdi)
movq 0x11de2b(%rip), %rax # 0x2bebb0
addq $0x10, %rax
movq %rax, (%rdi)
leaq 0x10(%rdi), %rbx
movq %rbx, %rdi
callq 0xf9dc0
movq $0x0, 0x28(%r14)
movq %r15, 0x30(%r14)
xorps %xmm0, %xmm0
movups... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::MessageOptions::MessageOptions(google::protobuf::MessageOptions const&) | MessageOptions::MessageOptions(const MessageOptions& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
_has_bits_(from._has_bits_),
uninterpreted_option_(from.uninterpreted_option_) {
_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_);
_extensions_.MergeFrom(fr... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movq %rsi, %r15
movq %rdi, %r14
movq $0x0, 0x8(%rdi)
movq 0x11dd96(%rip), %rax # 0x2bebb0
addq $0x10, %rax
movq %rax, (%rdi)
leaq 0x10(%rdi), %rbx
movq %rbx, %rdi
callq 0xf90b0
movl 0x28(%r15), %eax
movl %eax, 0x28(%r14)
leaq 0x30(%r14), %r12
lea... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::MessageOptions::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const | ::PROTOBUF_NAMESPACE_ID::uint8* MessageOptions::_InternalSerialize(
::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const {
// @@protoc_insertion_point(serialize_to_array_start:google.protobuf.MessageOptions)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdx, %rbx
movq %rsi, %r15
movq %rdi, %r12
movl 0x28(%rdi), %r14d
testb $0x1, %r14b
je 0x1a13bb
cmpq %r15, (%rbx)
jbe 0x1a152b
movb 0x48(%r12), %al
movb $0x8, (%r15)
movb %al, 0x1(%r15)
addq $0x2, %r15
testb $0x2, %r14b
je... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::FieldOptions::MergeFrom(google::protobuf::Message const&) | void FieldOptions::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:google.protobuf.FieldOptions)
GOOGLE_DCHECK_NE(&from, this);
const FieldOptions* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<FieldOptions>(
&from);
if ... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x48, %rsp
movq %rsi, %rbx
movq %rdi, %r14
cmpq %rdi, %rsi
jne 0x1a236d
leaq 0xa9675(%rip), %rdx # 0x24b9a8
leaq -0x58(%rbp), %r15
movq %r15, %rdi
movl $0x3, %esi
movl $0x1ec9, %ecx # imm = 0x1EC9
callq 0x104040
leaq 0xa2b41(%rip), %rsi ... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::OneofOptions::OneofOptions(google::protobuf::OneofOptions const&) | OneofOptions::OneofOptions(const OneofOptions& from)
: ::PROTOBUF_NAMESPACE_ID::Message(),
uninterpreted_option_(from.uninterpreted_option_) {
_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_);
_extensions_.MergeFrom(from._extensions_);
// @@protoc_insertion... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rsi, %r15
movq %rdi, %r12
xorl %r13d, %r13d
movq %r13, 0x8(%rdi)
movq 0x11c46c(%rip), %rax # 0x2be9e0
addq $0x10, %rax
movq %rax, (%rdi)
leaq 0x10(%rdi), %rbx
movq %rbx, %rdi
callq 0xf90b0
leaq 0x28(%r12), %r14
leaq 0x... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::OneofOptions::~OneofOptions() | OneofOptions::~OneofOptions() {
// @@protoc_insertion_point(destructor:google.protobuf.OneofOptions)
SharedDtor();
_internal_metadata_.Delete<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
} | pushq %rbp
movq %rsp, %rbp
pushq %rbx
subq $0x48, %rsp
movq %rdi, %rbx
movq 0x8(%rdi), %rax
testb $0x1, %al
jne 0x1a2691
testq %rax, %rax
je 0x1a266c
leaq 0xa9374(%rip), %rdx # 0x24b9a8
leaq -0x48(%rbp), %rdi
movl $0x3, %esi
movl $0x1f44, %ecx # imm = 0x1F44
callq 0x104040
leaq 0xa2865(%rip), %rsi # 0... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::OneofOptions::_InternalParse(char const*, google::protobuf::internal::ParseContext*) | const char* OneofOptions::_InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
::PROTOBUF_NAMESPACE_ID::Arena* arena = GetArena(); (void)arena;
while (!ctx->Done(&ptr)) {
::PROTOBUF_NAMESPACE_ID::uint32 tag;
pt... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rdx, %rbx
movq %rdi, %r14
leaq -0x30(%rbp), %rax
movq %rsi, (%rax)
movl 0x5c(%rdx), %edx
movq %rbx, %rdi
movq %rax, %rsi
callq 0x101650
testb %al, %al
jne 0x1a28e0
leaq 0x8(%r14), %rax
movq %rax, -0x38(%rbp)
leaq 0x... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::OneofOptions::_InternalSerialize(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const | ::PROTOBUF_NAMESPACE_ID::uint8* OneofOptions::_InternalSerialize(
::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const {
// @@protoc_insertion_point(serialize_to_array_start:google.protobuf.OneofOptions)
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
(v... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdx, %rbx
movq %rsi, %r15
movl 0x30(%rdi), %r14d
testl %r14d, %r14d
movq %rdi, -0x30(%rbp)
je 0x1a29ca
leaq 0x28(%rdi), %r12
xorl %r13d, %r13d
cmpq %r15, (%rbx)
jbe 0x1a29b7
movq %r12, %rdi
movl %r13d, %esi
callq 0xffd00
... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::OneofOptions::ByteSizeLong() const | size_t OneofOptions::ByteSizeLong() const {
// @@protoc_insertion_point(message_byte_size_start:google.protobuf.OneofOptions)
size_t total_size = 0;
total_size += _extensions_.ByteSize();
::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(vo... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdi, %rbx
addq $0x10, %rdi
callq 0x1015f0
movslq 0x30(%rbx), %r15
movq 0x38(%rbx), %r12
leaq 0x8(%r12), %rcx
testq %r12, %r12
cmovneq %rcx, %r12
leaq (%rax,%r15,2), %r14
testq %r15, %r15
je 0x1a2a87
shlq $0x3, %r15
xorl %... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::OneofOptions::MergeFrom(google::protobuf::Message const&) | void OneofOptions::MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) {
// @@protoc_insertion_point(generalized_merge_from_start:google.protobuf.OneofOptions)
GOOGLE_DCHECK_NE(&from, this);
const OneofOptions* source =
::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<OneofOptions>(
&from);
if ... | pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x48, %rsp
movq %rsi, %rbx
movq %rdi, %r14
cmpq %rdi, %rsi
jne 0x1a2b1d
leaq 0xa8ec5(%rip), %rdx # 0x24b9a8
leaq -0x58(%rbp), %r15
movq %r15, %rdi
movl $0x3, %esi
movl $0x1fc7, %ecx # imm = 0x1FC7
callq 0x104040
leaq 0xa2391(%rip), %rsi ... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
google::protobuf::OneofOptions::InternalSwap(google::protobuf::OneofOptions*) | void OneofOptions::InternalSwap(OneofOptions* other) {
using std::swap;
_extensions_.Swap(&other->_extensions_);
_internal_metadata_.Swap<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(&other->_internal_metadata_);
uninterpreted_option_.InternalSwap(&other->uninterpreted_option_);
} | pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
movq %rsi, %rbx
movq %rdi, %r14
addq $0x10, %rdi
addq $0x10, %rsi
callq 0xff810
movq 0x8(%rbx), %rsi
testb $0x1, 0x8(%r14)
jne 0x1a2be3
testb $0x1, %sil
jne 0x1a2be9
jmp 0x1a2bfa
testb $0x1, %sil
je 0x1a2c11
andq $-0x2, %rsi
addq $0x8, %rsi
leaq 0x8(%r14), %rdi
callq 0x1... | /LLNL[P]wcs/build_O3/src/src/google/protobuf/descriptor.pb.cc |
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.