; assembly | /* r2dec pseudo code output */ | /* bslmt_threadutil.t/assume @ 0x41e080 */ | #include | ; (fcn) method.int_BloombergLP::bslmt::ThreadUtil::createWithAllocator_STACKSIZE_TEST_CASE_NAMESPACE.Func_102400____unsigned_long__BloombergLP::bslmt::ThreadAttributes_const__STACKSIZE_TEST_CASE_NAMESPACE::Func_102400__const__BloombergLP::bslma::Allocator_ () | int64_t method_int_BloombergLP::bslmt::ThreadUtil::createWithAllocator_STACKSIZE_TEST_CASE_NAMESPACE_Func_102400_unsigned_long_BloombergLP::bslmt::ThreadAttributes_const_STACKSIZE_TEST_CASE_NAMESPACE::Func_102400_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<102400> const&, BloombergLP::bslma::Allocator*) */ 0x0041e080 push rbp | 0x0041e081 push r15 | 0x0041e083 push r14 | 0x0041e085 push r13 | 0x0041e087 push r12 | 0x0041e089 push rbx | 0x0041e08a push rax | 0x0041e08b mov r14, rcx | r14 = rcx; 0x0041e08e mov r15, rsi | r15 = rsi; 0x0041e091 mov r12, rdi | r12 = rdi; 0x0041e094 mov r13, qword [rsi + 0x30] | r13 = *((rsi + 0x30)); 0x0041e098 cmp qword [rsi + 0x38], 0x17 | | if (*((rsi + 0x38)) != 0x17) { 0x0041e09d je 0x41e0a5 | 0x0041e09f mov rbp, qword [r15 + 0x18] | rbp = *((r15 + 0x18)); 0x0041e0a3 jmp 0x41e0a9 | | } else { 0x0041e0a5 lea rbp, [r15 + 0x18] | rbp = r15 + 0x18; | } 0x0041e0a9 mov rax, qword [r14] | rax = *(r14); 0x0041e0ac mov esi, 0x40 | esi = 0x40; 0x0041e0b1 mov rdi, r14 | rdi = r14; 0x0041e0b4 call qword [rax + 0x10] | rax = uint64_t (*rax + 0x10)() (); 0x0041e0b7 mov rbx, rax | rbx = rax; 0x0041e0ba mov qword [rax], 0x41e1c0 | *(rax) = method.BloombergLP::bslmt::EntryPointFunctorAdapter_STACKSIZE_TEST_CASE_NAMESPACE::Func_102400___.invokerFunction_void_; 0x0041e0c1 lea rdi, [rax + 0x10] | 0x0041e0c5 mov qword [rax + 0x10], 0 | *((rax + 0x10)) = 0; 0x0041e0cd mov qword [rax + 0x38], r14 | *((rax + 0x38)) = r14; 0x0041e0d1 movaps xmm0, xmmword [rip + 0x12f98] | xmm0 = .comment; 0x0041e0d8 movups xmmword [rax + 0x28], xmm0 | __asm ("movups xmmword [rax + 0x28], xmm0"); 0x0041e0dc mov ecx, 0x4327df | 0x0041e0e1 mov rsi, rbp | 0x0041e0e4 mov rdx, r13 | 0x0041e0e7 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"); 0x0041e0ec mov edx, 0x4227b0 | 0x0041e0f1 mov rdi, r12 | 0x0041e0f4 mov rsi, r15 | 0x0041e0f7 mov rcx, rbx | 0x0041e0fa call 0x422e20 | eax = BloombergLP::bslmt::ThreadUtilImpl::create(unsigned long*,BloombergLP::bslmt::ThreadAttributesconst&,void*(*)(void*),void*) (r12, r15, sym.bslmt_EntryPointFunctorAdapter_invoker, rbx); 0x0041e0ff mov ebp, eax | 0x0041e101 test eax, eax | | if (eax != 0) { 0x0041e103 je 0x41e12e | 0x0041e105 cmp qword [rbx + 0x30], 0x17 | | if (*((rbx + 0x30)) != 0x17) { 0x0041e10a je 0x41e11a | 0x0041e10c mov rsi, qword [rbx + 0x10] | rsi = *((rbx + 0x10)); 0x0041e110 mov rdi, qword [rbx + 0x38] | rdi = *((rbx + 0x38)); 0x0041e114 mov rax, qword [rdi] | rax = *(rdi); 0x0041e117 call qword [rax + 0x18] | uint64_t (*rax + 0x18)() (); | } 0x0041e11a mov qword [rbx + 0x28], 0xffffffffffffffff | *((rbx + 0x28)) = 0xffffffffffffffff; 0x0041e122 mov rax, qword [r14] | rax = *(r14); 0x0041e125 mov rdi, r14 | rdi = r14; 0x0041e128 mov rsi, rbx | rsi = rbx; 0x0041e12b call qword [rax + 0x18] | uint64_t (*rax + 0x18)() (); | } 0x0041e12e mov eax, ebp | eax = ebp; 0x0041e130 add rsp, 8 | 0x0041e134 pop rbx | 0x0041e135 pop r12 | 0x0041e137 pop r13 | 0x0041e139 pop r14 | 0x0041e13b pop r15 | 0x0041e13d pop rbp | 0x0041e13e ret | return rax; | }