Searched refs:done_alloc (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/builtins/x87/ |
D | builtins-x87.cc | 1972 Label drop_frame_and_ret, done_alloc, new_object; in Generate_NumberConstructor_ConstructStub() local 1977 __ AllocateJSValue(eax, edi, ebx, esi, &done_alloc); in Generate_NumberConstructor_ConstructStub() 1980 __ bind(&done_alloc); in Generate_NumberConstructor_ConstructStub() 2127 Label drop_frame_and_ret, done_alloc, new_object; in Generate_StringConstructor_ConstructStub() local 2135 __ AllocateJSValue(eax, edi, esi, ecx, &done_alloc); in Generate_StringConstructor_ConstructStub() 2138 __ bind(&done_alloc); in Generate_StringConstructor_ConstructStub()
|
/external/v8/src/builtins/ia32/ |
D | builtins-ia32.cc | 1955 Label drop_frame_and_ret, done_alloc, new_object; in Generate_NumberConstructor_ConstructStub() local 1960 __ AllocateJSValue(eax, edi, ebx, esi, &done_alloc); in Generate_NumberConstructor_ConstructStub() 1963 __ bind(&done_alloc); in Generate_NumberConstructor_ConstructStub() 2110 Label drop_frame_and_ret, done_alloc, new_object; in Generate_StringConstructor_ConstructStub() local 2118 __ AllocateJSValue(eax, edi, esi, ecx, &done_alloc); in Generate_StringConstructor_ConstructStub() 2121 __ bind(&done_alloc); in Generate_StringConstructor_ConstructStub()
|