Searched defs:runtime_allocate (Results 1 - 16 of 16) sorted by relevance

/external/v8/src/arm/
H A Dfull-codegen-arm.cc1450 Label allocated, runtime_allocate; local
1451 __ AllocateInNewSpace(size, r0, r2, r3, &runtime_allocate, TAG_OBJECT);
1454 __ bind(&runtime_allocate);
H A Dlithium-codegen-arm.cc4665 Label allocated, runtime_allocate; local
4666 __ AllocateInNewSpace(size, r0, r2, r3, &runtime_allocate, TAG_OBJECT);
4669 __ bind(&runtime_allocate);
4746 Label allocated, runtime_allocate; local
4748 __ AllocateInNewSpace(size, r0, r2, r3, &runtime_allocate, TAG_OBJECT);
4751 __ bind(&runtime_allocate);
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc1400 Label allocated, runtime_allocate; local
1401 __ AllocateInNewSpace(size, eax, ecx, edx, &runtime_allocate, TAG_OBJECT);
1404 __ bind(&runtime_allocate);
H A Dlithium-codegen-ia32.cc4516 Label allocated, runtime_allocate; local
4517 __ AllocateInNewSpace(size, eax, ecx, edx, &runtime_allocate, TAG_OBJECT);
4520 __ bind(&runtime_allocate);
4599 Label allocated, runtime_allocate; local
4600 __ AllocateInNewSpace(size, eax, ecx, edx, &runtime_allocate, TAG_OBJECT);
4603 __ bind(&runtime_allocate);
/external/v8/src/mips/
H A Dfull-codegen-mips.cc1457 Label allocated, runtime_allocate; local
1458 __ AllocateInNewSpace(size, v0, a2, a3, &runtime_allocate, TAG_OBJECT);
1461 __ bind(&runtime_allocate);
H A Dlithium-codegen-mips.cc4561 Label allocated, runtime_allocate; local
4562 __ AllocateInNewSpace(size, v0, a2, a3, &runtime_allocate, TAG_OBJECT);
4565 __ bind(&runtime_allocate);
4643 Label allocated, runtime_allocate; local
4645 __ AllocateInNewSpace(size, v0, a2, a3, &runtime_allocate, TAG_OBJECT);
4648 __ bind(&runtime_allocate);
/external/v8/src/x64/
H A Dfull-codegen-x64.cc1353 Label allocated, runtime_allocate; local
1354 __ AllocateInNewSpace(size, rax, rcx, rdx, &runtime_allocate, TAG_OBJECT);
1357 __ bind(&runtime_allocate);
H A Dlithium-codegen-x64.cc4282 Label allocated, runtime_allocate; local
4283 __ AllocateInNewSpace(size, rax, rcx, rdx, &runtime_allocate, TAG_OBJECT);
4286 __ bind(&runtime_allocate);
4362 Label allocated, runtime_allocate; local
4363 __ AllocateInNewSpace(size, rax, rcx, rdx, &runtime_allocate, TAG_OBJECT);
4366 __ bind(&runtime_allocate);
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc1610 Label allocated, runtime_allocate; local
1611 __ Allocate(size, r0, r2, r3, &runtime_allocate, TAG_OBJECT);
1614 __ bind(&runtime_allocate);
H A Dlithium-codegen-arm.cc5401 Label allocated, runtime_allocate; local
5403 __ Allocate(size, r0, r2, r3, &runtime_allocate, TAG_OBJECT);
5406 __ bind(&runtime_allocate);
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc1544 Label allocated, runtime_allocate; local
1545 __ Allocate(size, eax, ecx, edx, &runtime_allocate, TAG_OBJECT);
1548 __ bind(&runtime_allocate);
H A Dlithium-codegen-ia32.cc6083 Label allocated, runtime_allocate; local
6084 __ Allocate(size, eax, ecx, edx, &runtime_allocate, TAG_OBJECT);
6087 __ bind(&runtime_allocate);
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc1611 Label allocated, runtime_allocate; local
1612 __ Allocate(size, v0, a2, a3, &runtime_allocate, TAG_OBJECT);
1615 __ bind(&runtime_allocate);
H A Dlithium-codegen-mips.cc5376 Label allocated, runtime_allocate; local
5378 __ Allocate(size, v0, a2, a3, &runtime_allocate, TAG_OBJECT);
5381 __ bind(&runtime_allocate);
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc1567 Label allocated, runtime_allocate; local
1568 __ Allocate(size, rax, rcx, rdx, &runtime_allocate, TAG_OBJECT);
1571 __ bind(&runtime_allocate);
H A Dlithium-codegen-x64.cc5127 Label allocated, runtime_allocate; local
5128 __ Allocate(size, rax, rcx, rdx, &runtime_allocate, TAG_OBJECT);
5131 __ bind(&runtime_allocate);

Completed in 376 milliseconds