; assembly | /* r2dec pseudo code output */ | /* bslmt_threadutil.t/assume @ 0x420b00 */ | #include | ; (fcn) method.int_BloombergLP::bslmt::ThreadUtil::createWithAllocator_STACKSIZE_TEST_CASE_NAMESPACE.Func_2097152____unsigned_long__BloombergLP::bslmt::ThreadAttributes_const__STACKSIZE_TEST_CASE_NAMESPACE::Func_2097152__const__BloombergLP::bslma::Allocator_ () | int64_t method_int_BloombergLP::bslmt::ThreadUtil::createWithAllocator_STACKSIZE_TEST_CASE_NAMESPACE_Func_2097152_unsigned_long_BloombergLP::bslmt::ThreadAttributes_const_STACKSIZE_TEST_CASE_NAMESPACE::Func_2097152_const_BloombergLP::bslma::Allocator_ (int64_t arg4, uint32_t arg2, int64_t arg1) { | rcx = arg4; | rsi = arg2; | rdi = arg1; | /* int BloombergLP::bslmt::ThreadUtil::createWithAllocator >(unsigned long*, BloombergLP::bslmt::ThreadAttributes const&, STACKSIZE_TEST_CASE_NAMESPACE::Func<2097152> const&, BloombergLP::bslma::Allocator*) */ 0x00420b00 push rbp | 0x00420b01 push r15 | 0x00420b03 push r14 | 0x00420b05 push r13 | 0x00420b07 push r12 | 0x00420b09 push rbx | 0x00420b0a push rax | 0x00420b0b mov r14, rcx | r14 = rcx; 0x00420b0e mov r15, rsi | r15 = rsi; 0x00420b11 mov r12, rdi | r12 = rdi; 0x00420b14 mov r13, qword [rsi + 0x30] | r13 = *((rsi + 0x30)); 0x00420b18 cmp qword [rsi + 0x38], 0x17 | | if (*((rsi + 0x38)) != 0x17) { 0x00420b1d je 0x420b25 | 0x00420b1f mov rbp, qword [r15 + 0x18] | rbp = *((r15 + 0x18)); 0x00420b23 jmp 0x420b29 | | } else { 0x00420b25 lea rbp, [r15 + 0x18] | rbp = r15 + 0x18; | } 0x00420b29 mov rax, qword [r14] | rax = *(r14); 0x00420b2c mov esi, 0x40 | esi = 0x40; 0x00420b31 mov rdi, r14 | rdi = r14; 0x00420b34 call qword [rax + 0x10] | rax = uint64_t (*rax + 0x10)() (); 0x00420b37 mov rbx, rax | rbx = rax; 0x00420b3a mov qword [rax], 0x420c40 | *(rax) = method.BloombergLP::bslmt::EntryPointFunctorAdapter_STACKSIZE_TEST_CASE_NAMESPACE::Func_2097152___.invokerFunction_void_; 0x00420b41 lea rdi, [rax + 0x10] | 0x00420b45 mov qword [rax + 0x10], 0 | *((rax + 0x10)) = 0; 0x00420b4d mov qword [rax + 0x38], r14 | *((rax + 0x38)) = r14; 0x00420b51 movaps xmm0, xmmword [rip + 0x10518] | xmm0 = .comment; 0x00420b58 movups xmmword [rax + 0x28], xmm0 | __asm ("movups xmmword [rax + 0x28], xmm0"); 0x00420b5c mov ecx, 0x4327df | 0x00420b61 mov rsi, rbp | 0x00420b64 mov rdx, r13 | 0x00420b67 call 0x424f70 | bsl::basic_string,bsl::allocator>::privateAppend(char const*,unsigned long,char const*) (rax + 0x10, rbp, r13, "string<...>::assign(i,j): string too long"); 0x00420b6c mov edx, 0x4227b0 | 0x00420b71 mov rdi, r12 | 0x00420b74 mov rsi, r15 | 0x00420b77 mov rcx, rbx | 0x00420b7a call 0x422e20 | eax = BloombergLP::bslmt::ThreadUtilImpl::create(unsigned long*,BloombergLP::bslmt::ThreadAttributesconst&,void*(*)(void*),void*) (r12, r15, sym.bslmt_EntryPointFunctorAdapter_invoker, rbx); 0x00420b7f mov ebp, eax | 0x00420b81 test eax, eax | | if (eax != 0) { 0x00420b83 je 0x420bae | 0x00420b85 cmp qword [rbx + 0x30], 0x17 | | if (*((rbx + 0x30)) != 0x17) { 0x00420b8a je 0x420b9a | 0x00420b8c mov rsi, qword [rbx + 0x10] | rsi = *((rbx + 0x10)); 0x00420b90 mov rdi, qword [rbx + 0x38] | rdi = *((rbx + 0x38)); 0x00420b94 mov rax, qword [rdi] | rax = *(rdi); 0x00420b97 call qword [rax + 0x18] | uint64_t (*rax + 0x18)() (); | } 0x00420b9a mov qword [rbx + 0x28], 0xffffffffffffffff | *((rbx + 0x28)) = 0xffffffffffffffff; 0x00420ba2 mov rax, qword [r14] | rax = *(r14); 0x00420ba5 mov rdi, r14 | rdi = r14; 0x00420ba8 mov rsi, rbx | rsi = rbx; 0x00420bab call qword [rax + 0x18] | uint64_t (*rax + 0x18)() (); | } 0x00420bae mov eax, ebp | eax = ebp; 0x00420bb0 add rsp, 8 | 0x00420bb4 pop rbx | 0x00420bb5 pop r12 | 0x00420bb7 pop r13 | 0x00420bb9 pop r14 | 0x00420bbb pop r15 | 0x00420bbd pop rbp | 0x00420bbe ret | return rax; | }