Searched refs:TAG_OBJECT (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/v8/src/
H A Dmacro-assembler.h21 TAG_OBJECT = 1 << 0, enumerator in enum:AllocationFlags
/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.cc1477 bool tag_result = (flags & TAG_OBJECT) != 0;
1559 if ((flags & TAG_OBJECT) != 0) {
1625 if ((flags & TAG_OBJECT) != 0) {
1656 TAG_OBJECT);
1690 TAG_OBJECT);
1724 TAG_OBJECT);
1744 gc_required, TAG_OBJECT); local
1762 TAG_OBJECT);
1779 TAG_OBJECT);
1793 TAG_OBJECT);
[all...]
H A Dcodegen-ia32.cc588 static_cast<AllocationFlags>(TAG_OBJECT | DOUBLE_ALIGNMENT);
714 __ Allocate(edi, eax, esi, no_reg, &gc_required, TAG_OBJECT);
H A Dbuiltins-ia32.cc1165 TAG_OBJECT);
H A Dcode-stubs-ia32.cc841 __ Allocate(ebx, eax, edx, edi, &runtime, TAG_OBJECT);
1044 __ Allocate(ecx, eax, edx, ebx, &runtime, TAG_OBJECT);
/external/chromium_org/v8/src/x87/
H A Dmacro-assembler-x87.cc1440 bool tag_result = (flags & TAG_OBJECT) != 0;
1522 if ((flags & TAG_OBJECT) != 0) {
1588 if ((flags & TAG_OBJECT) != 0) {
1619 TAG_OBJECT);
1653 TAG_OBJECT);
1687 TAG_OBJECT);
1707 gc_required, TAG_OBJECT); local
1725 TAG_OBJECT);
1742 TAG_OBJECT);
1756 TAG_OBJECT);
[all...]
H A Dcodegen-x87.cc260 static_cast<AllocationFlags>(TAG_OBJECT | DOUBLE_ALIGNMENT);
374 __ Allocate(edi, eax, esi, no_reg, &gc_required, TAG_OBJECT);
H A Dbuiltins-x87.cc1165 TAG_OBJECT);
H A Dcode-stubs-x87.cc521 __ Allocate(ebx, eax, edx, edi, &runtime, TAG_OBJECT);
724 __ Allocate(ecx, eax, edx, ebx, &runtime, TAG_OBJECT);
/external/chromium_org/v8/src/x64/
H A Dcodegen-x64.cc296 __ Allocate(rdi, r14, r11, r15, fail, TAG_OBJECT);
388 __ Allocate(rdi, r11, r14, r15, &gc_required, TAG_OBJECT);
H A Dmacro-assembler-x64.cc4461 bool tag_result = (flags & TAG_OBJECT) != 0;
4535 if ((flags & TAG_OBJECT) != 0) {
4561 Allocate(HeapNumber::kSize, result, scratch, no_reg, gc_required, TAG_OBJECT);
4600 TAG_OBJECT);
4636 TAG_OBJECT);
4654 TAG_OBJECT);
4671 TAG_OBJECT);
4685 TAG_OBJECT);
4699 TAG_OBJECT);
H A Dbuiltins-x64.cc1238 TAG_OBJECT);
H A Dcode-stubs-x64.cc658 __ Allocate(r8, rax, rdx, rdi, &runtime, TAG_OBJECT);
909 __ Allocate(rcx, rax, rdx, rbx, &runtime, TAG_OBJECT);
/external/chromium_org/v8/src/arm/
H A Dmacro-assembler-arm.cc1829 if ((flags & TAG_OBJECT) != 0) {
1936 if ((flags & TAG_OBJECT) != 0) {
1982 TAG_OBJECT);
2011 TAG_OBJECT);
2025 TAG_OBJECT);
2044 TAG_OBJECT);
2057 TAG_OBJECT);
2073 TAG_OBJECT);
3227 tagging_mode == TAG_RESULT ? TAG_OBJECT : NO_ALLOCATION_FLAGS);
H A Dbuiltins-arm.cc191 TAG_OBJECT);
H A Dcode-stubs-arm.cc1640 __ Allocate(r9, r0, r3, r4, &runtime, TAG_OBJECT);
1849 static_cast<AllocationFlags>(TAG_OBJECT | SIZE_IN_WORDS));
H A Dfull-codegen-arm.cc1639 __ Allocate(size, r0, r2, r3, &runtime_allocate, TAG_OBJECT);
2289 __ Allocate(map->instance_size(), r0, r2, r3, &gc_required, TAG_OBJECT);
H A Dlithium-codegen-arm.cc5343 AllocationFlags flags = TAG_OBJECT;
5469 __ Allocate(size, r0, r2, r3, &runtime_allocate, TAG_OBJECT);
/external/chromium_org/v8/src/arm64/
H A Dmacro-assembler-arm64.cc3399 if ((flags & TAG_OBJECT) != 0) {
3480 if ((flags & TAG_OBJECT) != 0) {
3526 TAG_OBJECT);
3555 TAG_OBJECT);
3569 TAG_OBJECT);
3588 TAG_OBJECT);
3602 TAG_OBJECT);
3619 TAG_OBJECT);
H A Dbuiltins-arm64.cc184 __ Allocate(JSValue::kSize, new_obj, x10, x11, &gc_required, TAG_OBJECT);
H A Dcode-stubs-arm64.cc1777 __ Allocate(size, alloc_obj, x11, x12, &runtime, TAG_OBJECT);
2035 static_cast<AllocationFlags>(TAG_OBJECT | SIZE_IN_WORDS));
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.cc3344 if ((flags & TAG_OBJECT) != 0) {
3443 if ((flags & TAG_OBJECT) != 0) {
3489 TAG_OBJECT);
3517 TAG_OBJECT);
3531 TAG_OBJECT);
3549 TAG_OBJECT);
3562 TAG_OBJECT);
3578 TAG_OBJECT);
3609 tagging_mode == TAG_RESULT ? TAG_OBJECT : NO_ALLOCATION_FLAGS);
H A Dbuiltins-mips.cc200 TAG_OBJECT);
/external/chromium_org/v8/src/mips64/
H A Dmacro-assembler-mips64.cc3264 if ((flags & TAG_OBJECT) != 0) {
3352 if ((flags & TAG_OBJECT) != 0) {
3398 TAG_OBJECT);
3427 TAG_OBJECT);
3441 TAG_OBJECT);
3459 TAG_OBJECT);
3472 TAG_OBJECT);
3488 TAG_OBJECT);
3519 tagging_mode == TAG_RESULT ? TAG_OBJECT : NO_ALLOCATION_FLAGS);
H A Dbuiltins-mips64.cc199 TAG_OBJECT);

Completed in 388 milliseconds

12