; assembly | /* r2dec pseudo code output */ | /* baljsn_encoder.t/assume @ 0x4b9710 */ | #include | ; (fcn) method.BloombergLP::s_baltst::Choice3.makeSelection1_BloombergLP::s_baltst::Sequence6_ () | int64_t method_BloombergLP::s_baltst::Choice3_makeSelection1_BloombergLP::s_baltst::Sequence6_ (int64_t arg2, int64_t arg1) { | rsi = arg2; | rdi = arg1; | /* BloombergLP::s_baltst::Choice3::makeSelection1(BloombergLP::s_baltst::Sequence6&&) */ 0x004b9710 push r14 | 0x004b9712 push rbx | 0x004b9713 push rax | 0x004b9714 mov r14, rsi | r14 = rsi; 0x004b9717 mov rbx, rdi | rbx = rdi; 0x004b971a mov eax, dword [rdi + 0x170] | eax = *((rdi + 0x170)); 0x004b9720 cmp rax, 3 | | if (rax <= 3) { 0x004b9724 ja 0x4b9756 | | /* switch table (4 cases) at 0x648ca0 */ 0x004b9726 jmp qword [rax*8 + 0x648ca0] | 0x004b972d mov rdi, rbx | 0x004b9730 mov rsi, r14 | 0x004b9733 call 0x4ba0a0 | BloombergLP::s_baltst::Sequence6::operator=(BloombergLP::s_baltst::Sequence6&&) (rbx, r14); 0x004b9738 jmp 0x4b977c | goto label_0; 0x004b973a cmp qword [rbx + 0x20], 0x17 | | if (*((rbx + 0x20)) != 0x17) { 0x004b973f je 0x4b974e | 0x004b9741 mov rsi, qword [rbx] | rsi = *(rbx); 0x004b9744 mov rdi, qword [rbx + 0x28] | rdi = *((rbx + 0x28)); 0x004b9748 mov rax, qword [rdi] | rax = *(rdi); 0x004b974b call qword [rax + 0x18] | uint64_t (*rax + 0x18)() (); | } 0x004b974e mov qword [rbx + 0x18], 0xffffffffffffffff | *((rbx + 0x18)) = 0xffffffffffffffff; | } 0x004b9756 mov dword [rbx + 0x170], 0xffffffff | *((rbx + 0x170)) = 0xffffffff; 0x004b9760 mov rdx, qword [rbx + 0x178] | 0x004b9767 mov rdi, rbx | 0x004b976a mov rsi, r14 | 0x004b976d call 0x4c4110 | BloombergLP::s_baltst::Sequence6::Sequence6(BloombergLP::s_baltst::Sequence6&&,BloombergLP::bslma::Allocator*) (rbx, r14, *((rbx + 0x178))); 0x004b9772 mov dword [rbx + 0x170], 0 | *((rbx + 0x170)) = 0; | label_0: 0x004b977c mov rax, rbx | rax = rbx; 0x004b977f add rsp, 8 | 0x004b9783 pop rbx | 0x004b9784 pop r14 | 0x004b9786 ret | return rax; | }