Searched defs:TAG_OBJECT (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/ia32/
H A Dmacro-assembler-ia32.h43 TAG_OBJECT = 1 << 0, enumerator in enum:v8::internal::AllocationFlags
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 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/v8/src/arm/
H A Dmacro-assembler-arm.h62 TAG_OBJECT = 1 << 0, enumerator in enum:v8::internal::AllocationFlags
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/v8/src/x64/
H A Dmacro-assembler-x64.h43 TAG_OBJECT = 1 << 0, enumerator in enum:v8::internal::AllocationFlags
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);
/external/v8/src/mips/
H A Dmacro-assembler-mips.h59 TAG_OBJECT = 1 << 0, enumerator in enum:v8::internal::AllocationFlags
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));

Completed in 177 milliseconds