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

123

/external/chromium_org/v8/src/
H A Dmacro-assembler.h44 TAG_OBJECT = 1 << 0, enumerator in enum:AllocationFlags
/external/v8/src/x64/
H A Dcodegen-x64.cc307 __ AllocateInNewSpace(rdi, r14, r11, r15, fail, TAG_OBJECT);
390 __ AllocateInNewSpace(rdi, r11, r14, r15, &gc_required, TAG_OBJECT);
H A Dmacro-assembler-x64.cc3643 if ((flags & TAG_OBJECT) != 0) {
3648 } else if ((flags & TAG_OBJECT) != 0) {
3698 if ((flags & TAG_OBJECT) != 0) {
3744 if ((flags & TAG_OBJECT) != 0) {
3774 TAG_OBJECT);
3809 TAG_OBJECT);
3847 TAG_OBJECT);
3869 TAG_OBJECT);
3887 TAG_OBJECT);
3905 TAG_OBJECT);
[all...]
H A Dbuiltins-x64.cc993 TAG_OBJECT);
1097 TAG_OBJECT);
1488 TAG_OBJECT);
H A Dcode-stubs-x64.cc66 __ AllocateInNewSpace(JSFunction::kSize, rax, rbx, rcx, &gc, TAG_OBJECT);
122 rax, rbx, rcx, &gc, TAG_OBJECT);
168 rax, rbx, rcx, &gc, TAG_OBJECT); local
243 __ AllocateInNewSpace(size, rax, rbx, rdx, fail, TAG_OBJECT);
386 __ AllocateInNewSpace(size, rax, rbx, rdx, &slow_case, TAG_OBJECT);
1221 TAG_OBJECT);
2378 __ AllocateInNewSpace(r8, rax, rdx, rdi, &runtime, TAG_OBJECT);
2596 __ AllocateInNewSpace(rcx, rax, rdx, rbx, &runtime, TAG_OBJECT);
3114 TAG_OBJECT);
H A Dmacro-assembler-x64.h43 TAG_OBJECT = 1 << 0, enumerator in enum:v8::internal::AllocationFlags
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc1187 if ((flags & TAG_OBJECT) != 0) {
1192 } else if ((flags & TAG_OBJECT) != 0) {
1237 if ((flags & TAG_OBJECT) != 0) {
1282 if ((flags & TAG_OBJECT) != 0) {
1315 TAG_OBJECT);
1345 TAG_OBJECT);
1380 TAG_OBJECT);
1406 TAG_OBJECT); local
1428 TAG_OBJECT);
1446 TAG_OBJECT);
[all...]
H A Dcodegen-ia32.cc401 __ AllocateInNewSpace(esi, eax, ebx, no_reg, &gc_required, TAG_OBJECT);
533 __ AllocateInNewSpace(edi, eax, esi, no_reg, &gc_required, TAG_OBJECT);
H A Dbuiltins-ia32.cc915 TAG_OBJECT);
1017 TAG_OBJECT);
1466 TAG_OBJECT);
H A Dmacro-assembler-ia32.h43 TAG_OBJECT = 1 << 0, enumerator in enum:v8::internal::AllocationFlags
H A Dcode-stubs-ia32.cc70 __ AllocateInNewSpace(JSFunction::kSize, eax, ebx, ecx, &gc, TAG_OBJECT);
126 eax, ebx, ecx, &gc, TAG_OBJECT);
174 eax, ebx, ecx, &gc, TAG_OBJECT); local
256 __ AllocateInNewSpace(size, eax, ebx, edx, fail, TAG_OBJECT);
403 __ AllocateInNewSpace(size, eax, ebx, edx, &slow_case, TAG_OBJECT);
3347 __ AllocateInNewSpace(ebx, eax, edx, edi, &runtime, TAG_OBJECT);
3545 __ AllocateInNewSpace(ecx, eax, edx, ebx, &runtime, TAG_OBJECT);
4049 TAG_OBJECT);
/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.cc1345 bool tag_result = (flags & TAG_OBJECT) != 0;
1427 if ((flags & TAG_OBJECT) != 0) {
1493 if ((flags & TAG_OBJECT) != 0) {
1523 TAG_OBJECT);
1554 TAG_OBJECT);
1590 TAG_OBJECT);
1612 gc_required, TAG_OBJECT); local
1630 TAG_OBJECT);
1643 AllocationFlags flags = TAG_OBJECT;
1680 TAG_OBJECT);
[all...]
H A Dcodegen-ia32.cc711 static_cast<AllocationFlags>(TAG_OBJECT | DOUBLE_ALIGNMENT);
850 __ Allocate(edi, eax, esi, no_reg, &gc_required, TAG_OBJECT);
H A Dbuiltins-ia32.cc1133 TAG_OBJECT);
/external/chromium_org/v8/src/arm/
H A Dmacro-assembler-arm.cc1765 if ((flags & TAG_OBJECT) != 0) {
1872 if ((flags & TAG_OBJECT) != 0) {
1918 TAG_OBJECT);
1949 TAG_OBJECT);
1966 TAG_OBJECT);
1982 AllocationFlags flags = TAG_OBJECT;
2024 TAG_OBJECT);
2040 TAG_OBJECT);
3169 tagging_mode == TAG_RESULT ? TAG_OBJECT : NO_ALLOCATION_FLAGS);
/external/v8/src/arm/
H A Dmacro-assembler-arm.cc1585 if ((flags & TAG_OBJECT) != 0) {
1675 if ((flags & TAG_OBJECT) != 0) {
1721 TAG_OBJECT);
1752 TAG_OBJECT);
1773 TAG_OBJECT);
1793 TAG_OBJECT);
1813 TAG_OBJECT);
1833 TAG_OBJECT);
3081 TAG_OBJECT);
H A Dbuiltins-arm.cc130 TAG_OBJECT);
232 static_cast<AllocationFlags>(TAG_OBJECT | SIZE_IN_WORDS));
624 TAG_OBJECT);
H A Dcode-stubs-arm.cc99 TAG_OBJECT);
153 TAG_OBJECT); local
199 r0, r1, r2, &gc, TAG_OBJECT); local
279 TAG_OBJECT);
407 __ AllocateInNewSpace(size, r0, r1, r2, &slow_case, TAG_OBJECT);
4369 __ AllocateInNewSpace(r9, r0, r3, r4, &runtime, TAG_OBJECT);
4550 static_cast<AllocationFlags>(TAG_OBJECT |
5054 static_cast<AllocationFlags>(TAG_OBJECT | SIZE_IN_WORDS));
/external/chromium_org/v8/src/x64/
H A Dcodegen-x64.cc350 __ Allocate(rdi, r14, r11, r15, fail, TAG_OBJECT);
438 __ Allocate(rdi, r11, r14, r15, &gc_required, TAG_OBJECT);
H A Dmacro-assembler-x64.cc3886 bool tag_result = (flags & TAG_OBJECT) != 0;
3963 if ((flags & TAG_OBJECT) != 0) {
3988 Allocate(HeapNumber::kSize, result, scratch, no_reg, gc_required, TAG_OBJECT);
4023 TAG_OBJECT);
4061 TAG_OBJECT);
4079 TAG_OBJECT);
4092 AllocationFlags flags = TAG_OBJECT;
4131 TAG_OBJECT);
4145 TAG_OBJECT);
H A Dbuiltins-x64.cc1215 TAG_OBJECT);
/external/v8/src/mips/
H A Dbuiltins-mips.cc134 TAG_OBJECT);
237 static_cast<AllocationFlags>(TAG_OBJECT | SIZE_IN_WORDS));
640 TAG_OBJECT);
H A Dmacro-assembler-mips.cc2964 if ((flags & TAG_OBJECT) != 0) {
3046 if ((flags & TAG_OBJECT) != 0) {
3092 TAG_OBJECT);
3122 TAG_OBJECT);
3143 TAG_OBJECT);
3162 TAG_OBJECT);
3181 TAG_OBJECT);
3201 TAG_OBJECT);
3225 TAG_OBJECT);
H A Dcode-stubs-mips.cc101 TAG_OBJECT);
155 TAG_OBJECT); local
200 v0, a1, a2, &gc, TAG_OBJECT); local
277 TAG_OBJECT);
405 __ AllocateInNewSpace(size, v0, a1, a2, &slow_case, TAG_OBJECT);
4565 __ AllocateInNewSpace(t5, v0, a3, t0, &runtime, TAG_OBJECT);
4761 static_cast<AllocationFlags>(TAG_OBJECT |
5282 static_cast<AllocationFlags>(TAG_OBJECT | SIZE_IN_WORDS));
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.cc2969 if ((flags & TAG_OBJECT) != 0) {
3068 if ((flags & TAG_OBJECT) != 0) {
3114 TAG_OBJECT);
3144 TAG_OBJECT);
3161 TAG_OBJECT);
3176 AllocationFlags flags = TAG_OBJECT;
3217 TAG_OBJECT);
3233 TAG_OBJECT);
3266 tagging_mode == TAG_RESULT ? TAG_OBJECT : NO_ALLOCATION_FLAGS);

Completed in 4033 milliseconds

123