; assembly | /* r2dec pseudo code output */ | /* bslmt_threadutil.t/assume @ 0x419a60 */ | #include | ; (fcn) method.int_BloombergLP::bslmt::ThreadUtil::createWithAllocator_STACKSIZE_TEST_CASE_NAMESPACE.Func_10240____unsigned_long__BloombergLP::bslmt::ThreadAttributes_const__STACKSIZE_TEST_CASE_NAMESPACE::Func_10240__const__BloombergLP::bslma::Allocator_ () | int64_t method_int_BloombergLP::bslmt::ThreadUtil::createWithAllocator_STACKSIZE_TEST_CASE_NAMESPACE_Func_10240_unsigned_long_BloombergLP::bslmt::ThreadAttributes_const_STACKSIZE_TEST_CASE_NAMESPACE::Func_10240_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<10240> const&, BloombergLP::bslma::Allocator*) */ 0x00419a60 push rbp | 0x00419a61 push r15 | 0x00419a63 push r14 | 0x00419a65 push r13 | 0x00419a67 push r12 | 0x00419a69 push rbx | 0x00419a6a push rax | 0x00419a6b mov r14, rcx | r14 = rcx; 0x00419a6e mov r15, rsi | r15 = rsi; 0x00419a71 mov r12, rdi | r12 = rdi; 0x00419a74 mov r13, qword [rsi + 0x30] | r13 = *((rsi + 0x30)); 0x00419a78 cmp qword [rsi + 0x38], 0x17 | | if (*((rsi + 0x38)) != 0x17) { 0x00419a7d je 0x419a85 | 0x00419a7f mov rbp, qword [r15 + 0x18] | rbp = *((r15 + 0x18)); 0x00419a83 jmp 0x419a89 | | } else { 0x00419a85 lea rbp, [r15 + 0x18] | rbp = r15 + 0x18; | } 0x00419a89 mov rax, qword [r14] | rax = *(r14); 0x00419a8c mov esi, 0x40 | esi = 0x40; 0x00419a91 mov rdi, r14 | rdi = r14; 0x00419a94 call qword [rax + 0x10] | rax = uint64_t (*rax + 0x10)() (); 0x00419a97 mov rbx, rax | rbx = rax; 0x00419a9a mov qword [rax], 0x419ba0 | *(rax) = method.BloombergLP::bslmt::EntryPointFunctorAdapter_STACKSIZE_TEST_CASE_NAMESPACE::Func_10240___.invokerFunction_void_; 0x00419aa1 lea rdi, [rax + 0x10] | 0x00419aa5 mov qword [rax + 0x10], 0 | *((rax + 0x10)) = 0; 0x00419aad mov qword [rax + 0x38], r14 | *((rax + 0x38)) = r14; 0x00419ab1 movaps xmm0, xmmword [rip + 0x175b8] | xmm0 = .comment; 0x00419ab8 movups xmmword [rax + 0x28], xmm0 | __asm ("movups xmmword [rax + 0x28], xmm0"); 0x00419abc mov ecx, 0x4327df | 0x00419ac1 mov rsi, rbp | 0x00419ac4 mov rdx, r13 | 0x00419ac7 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"); 0x00419acc mov edx, 0x4227b0 | 0x00419ad1 mov rdi, r12 | 0x00419ad4 mov rsi, r15 | 0x00419ad7 mov rcx, rbx | 0x00419ada call 0x422e20 | eax = BloombergLP::bslmt::ThreadUtilImpl::create(unsigned long*,BloombergLP::bslmt::ThreadAttributesconst&,void*(*)(void*),void*) (r12, r15, sym.bslmt_EntryPointFunctorAdapter_invoker, rbx); 0x00419adf mov ebp, eax | 0x00419ae1 test eax, eax | | if (eax != 0) { 0x00419ae3 je 0x419b0e | 0x00419ae5 cmp qword [rbx + 0x30], 0x17 | | if (*((rbx + 0x30)) != 0x17) { 0x00419aea je 0x419afa | 0x00419aec mov rsi, qword [rbx + 0x10] | rsi = *((rbx + 0x10)); 0x00419af0 mov rdi, qword [rbx + 0x38] | rdi = *((rbx + 0x38)); 0x00419af4 mov rax, qword [rdi] | rax = *(rdi); 0x00419af7 call qword [rax + 0x18] | uint64_t (*rax + 0x18)() (); | } 0x00419afa mov qword [rbx + 0x28], 0xffffffffffffffff | *((rbx + 0x28)) = 0xffffffffffffffff; 0x00419b02 mov rax, qword [r14] | rax = *(r14); 0x00419b05 mov rdi, r14 | rdi = r14; 0x00419b08 mov rsi, rbx | rsi = rbx; 0x00419b0b call qword [rax + 0x18] | uint64_t (*rax + 0x18)() (); | } 0x00419b0e mov eax, ebp | eax = ebp; 0x00419b10 add rsp, 8 | 0x00419b14 pop rbx | 0x00419b15 pop r12 | 0x00419b17 pop r13 | 0x00419b19 pop r14 | 0x00419b1b pop r15 | 0x00419b1d pop rbp | 0x00419b1e ret | return rax; | }