; assembly | /* r2dec pseudo code output */ | /* bslmt_threadutil.t/assume @ 0x420f40 */ | #include | ; (fcn) method.int_BloombergLP::bslmt::ThreadUtil::createWithAllocator_STACKSIZE_TEST_CASE_NAMESPACE.Func_4193280____unsigned_long__BloombergLP::bslmt::ThreadAttributes_const__STACKSIZE_TEST_CASE_NAMESPACE::Func_4193280__const__BloombergLP::bslma::Allocator_ () | int64_t method_int_BloombergLP::bslmt::ThreadUtil::createWithAllocator_STACKSIZE_TEST_CASE_NAMESPACE_Func_4193280_unsigned_long_BloombergLP::bslmt::ThreadAttributes_const_STACKSIZE_TEST_CASE_NAMESPACE::Func_4193280_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<4193280> const&, BloombergLP::bslma::Allocator*) */ 0x00420f40 push rbp | 0x00420f41 push r15 | 0x00420f43 push r14 | 0x00420f45 push r13 | 0x00420f47 push r12 | 0x00420f49 push rbx | 0x00420f4a push rax | 0x00420f4b mov r14, rcx | r14 = rcx; 0x00420f4e mov r15, rsi | r15 = rsi; 0x00420f51 mov r12, rdi | r12 = rdi; 0x00420f54 mov r13, qword [rsi + 0x30] | r13 = *((rsi + 0x30)); 0x00420f58 cmp qword [rsi + 0x38], 0x17 | | if (*((rsi + 0x38)) != 0x17) { 0x00420f5d je 0x420f65 | 0x00420f5f mov rbp, qword [r15 + 0x18] | rbp = *((r15 + 0x18)); 0x00420f63 jmp 0x420f69 | | } else { 0x00420f65 lea rbp, [r15 + 0x18] | rbp = r15 + 0x18; | } 0x00420f69 mov rax, qword [r14] | rax = *(r14); 0x00420f6c mov esi, 0x40 | esi = 0x40; 0x00420f71 mov rdi, r14 | rdi = r14; 0x00420f74 call qword [rax + 0x10] | rax = uint64_t (*rax + 0x10)() (); 0x00420f77 mov rbx, rax | rbx = rax; 0x00420f7a mov qword [rax], 0x421080 | *(rax) = method.BloombergLP::bslmt::EntryPointFunctorAdapter_STACKSIZE_TEST_CASE_NAMESPACE::Func_4193280___.invokerFunction_void_; 0x00420f81 lea rdi, [rax + 0x10] | 0x00420f85 mov qword [rax + 0x10], 0 | *((rax + 0x10)) = 0; 0x00420f8d mov qword [rax + 0x38], r14 | *((rax + 0x38)) = r14; 0x00420f91 movaps xmm0, xmmword [rip + 0x100d8] | xmm0 = .comment; 0x00420f98 movups xmmword [rax + 0x28], xmm0 | __asm ("movups xmmword [rax + 0x28], xmm0"); 0x00420f9c mov ecx, 0x4327df | 0x00420fa1 mov rsi, rbp | 0x00420fa4 mov rdx, r13 | 0x00420fa7 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"); 0x00420fac mov edx, 0x4227b0 | 0x00420fb1 mov rdi, r12 | 0x00420fb4 mov rsi, r15 | 0x00420fb7 mov rcx, rbx | 0x00420fba call 0x422e20 | eax = BloombergLP::bslmt::ThreadUtilImpl::create(unsigned long*,BloombergLP::bslmt::ThreadAttributesconst&,void*(*)(void*),void*) (r12, r15, sym.bslmt_EntryPointFunctorAdapter_invoker, rbx); 0x00420fbf mov ebp, eax | 0x00420fc1 test eax, eax | | if (eax != 0) { 0x00420fc3 je 0x420fee | 0x00420fc5 cmp qword [rbx + 0x30], 0x17 | | if (*((rbx + 0x30)) != 0x17) { 0x00420fca je 0x420fda | 0x00420fcc mov rsi, qword [rbx + 0x10] | rsi = *((rbx + 0x10)); 0x00420fd0 mov rdi, qword [rbx + 0x38] | rdi = *((rbx + 0x38)); 0x00420fd4 mov rax, qword [rdi] | rax = *(rdi); 0x00420fd7 call qword [rax + 0x18] | uint64_t (*rax + 0x18)() (); | } 0x00420fda mov qword [rbx + 0x28], 0xffffffffffffffff | *((rbx + 0x28)) = 0xffffffffffffffff; 0x00420fe2 mov rax, qword [r14] | rax = *(r14); 0x00420fe5 mov rdi, r14 | rdi = r14; 0x00420fe8 mov rsi, rbx | rsi = rbx; 0x00420feb call qword [rax + 0x18] | uint64_t (*rax + 0x18)() (); | } 0x00420fee mov eax, ebp | eax = ebp; 0x00420ff0 add rsp, 8 | 0x00420ff4 pop rbx | 0x00420ff5 pop r12 | 0x00420ff7 pop r13 | 0x00420ff9 pop r14 | 0x00420ffb pop r15 | 0x00420ffd pop rbp | 0x00420ffe ret | return rax; | }