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

/external/v8/src/arm/
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);
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);
/external/v8/src/ia32/
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);
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);
/external/v8/src/mips/
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);
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);
/external/v8/src/x64/
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);
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);
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc1605 Label allocated, runtime_allocate; local
1606 __ Allocate(size, r0, r2, r3, &runtime_allocate, TAG_OBJECT);
1609 __ bind(&runtime_allocate);
H A Dlithium-codegen-arm.cc5479 Label allocated, runtime_allocate; local
5481 __ Allocate(size, r0, r2, r3, &runtime_allocate, TAG_OBJECT);
5484 __ bind(&runtime_allocate);
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc1539 Label allocated, runtime_allocate; local
1540 __ Allocate(size, eax, ecx, edx, &runtime_allocate, TAG_OBJECT);
1543 __ bind(&runtime_allocate);
H A Dlithium-codegen-ia32.cc6022 Label allocated, runtime_allocate; local
6023 __ Allocate(size, eax, ecx, edx, &runtime_allocate, TAG_OBJECT);
6026 __ bind(&runtime_allocate);
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc1616 Label allocated, runtime_allocate; local
1617 __ Allocate(size, v0, a2, a3, &runtime_allocate, TAG_OBJECT);
1620 __ bind(&runtime_allocate);
H A Dlithium-codegen-mips.cc5432 Label allocated, runtime_allocate; local
5434 __ Allocate(size, v0, a2, a3, &runtime_allocate, TAG_OBJECT);
5437 __ bind(&runtime_allocate);
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc1560 Label allocated, runtime_allocate; local
1561 __ Allocate(size, rax, rcx, rdx, &runtime_allocate, TAG_OBJECT);
1564 __ bind(&runtime_allocate);
H A Dlithium-codegen-x64.cc5224 Label allocated, runtime_allocate; local
5225 __ Allocate(size, rax, rcx, rdx, &runtime_allocate, TAG_OBJECT);
5228 __ bind(&runtime_allocate);

Completed in 2466 milliseconds