Home
last modified time | relevance | path

Searched refs:TAG_OBJECT (Results 1 – 25 of 36) sorted by relevance

12

/external/v8/src/x87/
Dmacro-assembler-x87.cc1323 bool tag_result = (flags & TAG_OBJECT) != 0; in Allocate()
1404 if ((flags & TAG_OBJECT) != 0) { in Allocate()
1469 if ((flags & TAG_OBJECT) != 0) { in Allocate()
1486 TAG_OBJECT); in AllocateHeapNumber()
1520 TAG_OBJECT); in AllocateTwoByteString()
1554 TAG_OBJECT); in AllocateOneByteString()
1574 gc_required, TAG_OBJECT); in AllocateOneByteString()
1592 TAG_OBJECT); in AllocateTwoByteConsString()
1609 TAG_OBJECT); in AllocateOneByteConsString()
1623 TAG_OBJECT); in AllocateTwoByteSlicedString()
[all …]
Dcodegen-x87.cc279 static_cast<AllocationFlags>(TAG_OBJECT | DOUBLE_ALIGNMENT); in GenerateSmiToDouble()
393 __ Allocate(edi, eax, esi, no_reg, &gc_required, TAG_OBJECT); in GenerateDoubleToObject()
Dcode-stubs-x87.cc587 __ Allocate(ebx, eax, edi, no_reg, &runtime, TAG_OBJECT); in GenerateNewSloppyFast()
796 __ Allocate(eax, eax, ebx, no_reg, &runtime, TAG_OBJECT); in GenerateNewStrict()
/external/v8/src/
Dmacro-assembler.h23 TAG_OBJECT = 1 << 0, enumerator
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc1357 bool tag_result = (flags & TAG_OBJECT) != 0; in Allocate()
1438 if ((flags & TAG_OBJECT) != 0) { in Allocate()
1503 if ((flags & TAG_OBJECT) != 0) { in Allocate()
1520 TAG_OBJECT); in AllocateHeapNumber()
1554 TAG_OBJECT); in AllocateTwoByteString()
1588 TAG_OBJECT); in AllocateOneByteString()
1608 gc_required, TAG_OBJECT); in AllocateOneByteString()
1626 TAG_OBJECT); in AllocateTwoByteConsString()
1643 TAG_OBJECT); in AllocateOneByteConsString()
1657 TAG_OBJECT); in AllocateTwoByteSlicedString()
[all …]
Dcodegen-ia32.cc590 static_cast<AllocationFlags>(TAG_OBJECT | DOUBLE_ALIGNMENT); in GenerateSmiToDouble()
716 __ Allocate(edi, eax, esi, no_reg, &gc_required, TAG_OBJECT); in GenerateDoubleToObject()
/external/v8/src/arm/
Dmacro-assembler-arm.cc1795 if ((flags & TAG_OBJECT) != 0) { in Allocate()
1891 if ((flags & TAG_OBJECT) != 0) { in Allocate()
1917 TAG_OBJECT); in AllocateTwoByteString()
1946 TAG_OBJECT); in AllocateOneByteString()
1960 TAG_OBJECT); in AllocateTwoByteConsString()
1979 TAG_OBJECT); in AllocateOneByteConsString()
1992 TAG_OBJECT); in AllocateTwoByteSlicedString()
2008 TAG_OBJECT); in AllocateOneByteSlicedString()
2911 tagging_mode == TAG_RESULT ? TAG_OBJECT : NO_ALLOCATION_FLAGS); in AllocateHeapNumber()
2948 Allocate(JSValue::kSize, result, scratch1, scratch2, gc_required, TAG_OBJECT); in AllocateJSValue()
/external/v8/src/x64/
Dcodegen-x64.cc207 __ Allocate(rdi, r14, r11, r15, fail, TAG_OBJECT); in GenerateSmiToDouble()
298 __ Allocate(rdi, r11, r14, r15, &gc_required, TAG_OBJECT); in GenerateDoubleToObject()
Dmacro-assembler-x64.cc4712 bool tag_result = (flags & TAG_OBJECT) != 0; in Allocate()
4786 if ((flags & TAG_OBJECT) != 0) { in Allocate()
4797 Allocate(HeapNumber::kSize, result, scratch, no_reg, gc_required, TAG_OBJECT); in AllocateHeapNumber()
4836 TAG_OBJECT); in AllocateTwoByteString()
4872 TAG_OBJECT); in AllocateOneByteString()
4890 TAG_OBJECT); in AllocateTwoByteConsString()
4907 TAG_OBJECT); in AllocateOneByteConsString()
4921 TAG_OBJECT); in AllocateTwoByteSlicedString()
4935 TAG_OBJECT); in AllocateOneByteSlicedString()
4951 Allocate(JSValue::kSize, result, scratch, no_reg, gc_required, TAG_OBJECT); in AllocateJSValue()
Dcode-stubs-x64.cc660 __ Allocate(r8, rax, r9, no_reg, &runtime, TAG_OBJECT); in GenerateNewSloppyFast()
974 __ Allocate(rax, rax, rbx, no_reg, &runtime, TAG_OBJECT); in GenerateNewStrict()
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc1577 if ((flags & TAG_OBJECT) != 0) { in Allocate()
1678 if ((flags & TAG_OBJECT) != 0) { in Allocate()
1698 Allocate(scratch1, result, scratch2, scratch3, gc_required, TAG_OBJECT); in AllocateTwoByteString()
1720 Allocate(scratch1, result, scratch2, scratch3, gc_required, TAG_OBJECT); in AllocateOneByteString()
1733 TAG_OBJECT); in AllocateTwoByteConsString()
1745 TAG_OBJECT); in AllocateOneByteConsString()
1758 TAG_OBJECT); in AllocateTwoByteSlicedString()
1771 TAG_OBJECT); in AllocateOneByteSlicedString()
2745 tagging_mode == TAG_RESULT ? TAG_OBJECT : NO_ALLOCATION_FLAGS); in AllocateHeapNumber()
2779 Allocate(JSValue::kSize, result, scratch1, scratch2, gc_required, TAG_OBJECT); in AllocateJSValue()
Dcode-stubs-ppc.cc1702 __ Allocate(r11, r3, r11, r7, &runtime, TAG_OBJECT); in GenerateNewSloppyFast()
1924 static_cast<AllocationFlags>(TAG_OBJECT | SIZE_IN_WORDS)); in GenerateNewStrict()
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc2997 if ((flags & TAG_OBJECT) != 0) { in Allocate()
3077 if ((flags & TAG_OBJECT) != 0) { in Allocate()
3103 TAG_OBJECT); in AllocateTwoByteString()
3132 TAG_OBJECT); in AllocateOneByteString()
3146 TAG_OBJECT); in AllocateTwoByteConsString()
3165 TAG_OBJECT); in AllocateOneByteConsString()
3179 TAG_OBJECT); in AllocateTwoByteSlicedString()
3196 TAG_OBJECT); in AllocateOneByteSlicedString()
3281 Allocate(JSValue::kSize, result, scratch1, scratch2, gc_required, TAG_OBJECT); in AllocateJSValue()
Dcode-stubs-arm64.cc1797 __ Allocate(size, alloc_obj, x11, x12, &runtime, TAG_OBJECT); in GenerateNewSloppyFast()
2051 static_cast<AllocationFlags>(TAG_OBJECT | SIZE_IN_WORDS)); in GenerateNewStrict()
/external/v8/src/mips/
Dmacro-assembler-mips.cc3338 if ((flags & TAG_OBJECT) != 0) { in Allocate()
3430 if ((flags & TAG_OBJECT) != 0) { in Allocate()
3456 TAG_OBJECT); in AllocateTwoByteString()
3484 TAG_OBJECT); in AllocateOneByteString()
3498 TAG_OBJECT); in AllocateTwoByteConsString()
3516 TAG_OBJECT); in AllocateOneByteConsString()
3529 TAG_OBJECT); in AllocateTwoByteSlicedString()
3545 TAG_OBJECT); in AllocateOneByteSlicedString()
3576 tagging_mode == TAG_RESULT ? TAG_OBJECT : NO_ALLOCATION_FLAGS); in AllocateHeapNumber()
3612 Allocate(JSValue::kSize, result, scratch1, scratch2, gc_required, TAG_OBJECT); in AllocateJSValue()
Dcode-stubs-mips.cc1704 __ Allocate(t5, v0, t5, t0, &runtime, TAG_OBJECT); in GenerateNewSloppyFast()
1914 static_cast<AllocationFlags>(TAG_OBJECT | SIZE_IN_WORDS)); in GenerateNewStrict()
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc3774 if ((flags & TAG_OBJECT) != 0) { in Allocate()
3857 if ((flags & TAG_OBJECT) != 0) { in Allocate()
3883 TAG_OBJECT); in AllocateTwoByteString()
3912 TAG_OBJECT); in AllocateOneByteString()
3926 TAG_OBJECT); in AllocateTwoByteConsString()
3944 TAG_OBJECT); in AllocateOneByteConsString()
3957 TAG_OBJECT); in AllocateTwoByteSlicedString()
3973 TAG_OBJECT); in AllocateOneByteSlicedString()
4004 tagging_mode == TAG_RESULT ? TAG_OBJECT : NO_ALLOCATION_FLAGS); in AllocateHeapNumber()
4040 Allocate(JSValue::kSize, result, scratch1, scratch2, gc_required, TAG_OBJECT); in AllocateJSValue()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc2090 __ Allocate(JSIteratorResult::kSize, eax, ecx, edx, &allocate, TAG_OBJECT); in EmitCreateIteratorResult()
3919 __ Allocate(JSIteratorResult::kSize, eax, ecx, edx, &runtime, TAG_OBJECT); in EmitCreateIterResultObject()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc2192 __ Allocate(JSIteratorResult::kSize, r0, r2, r3, &allocate, TAG_OBJECT); in EmitCreateIteratorResult()
3997 __ Allocate(JSIteratorResult::kSize, r0, r2, r3, &runtime, TAG_OBJECT); in EmitCreateIterResultObject()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc3700 __ Allocate(JSIteratorResult::kSize, result, x10, x11, &runtime, TAG_OBJECT); in EmitCreateIterResultObject()
4639 __ Allocate(JSIteratorResult::kSize, result, x10, x11, &allocate, TAG_OBJECT); in EmitCreateIteratorResult()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc2114 __ Allocate(JSIteratorResult::kSize, rax, rcx, rdx, &allocate, TAG_OBJECT); in EmitCreateIteratorResult()
3925 __ Allocate(JSIteratorResult::kSize, rax, rcx, rdx, &runtime, TAG_OBJECT); in EmitCreateIterResultObject()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc2179 __ Allocate(JSIteratorResult::kSize, v0, a2, a3, &allocate, TAG_OBJECT); in EmitCreateIteratorResult()
4012 __ Allocate(JSIteratorResult::kSize, v0, a2, a3, &runtime, TAG_OBJECT); in EmitCreateIterResultObject()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc2082 __ Allocate(JSIteratorResult::kSize, eax, ecx, edx, &allocate, TAG_OBJECT); in EmitCreateIteratorResult()
3911 __ Allocate(JSIteratorResult::kSize, eax, ecx, edx, &runtime, TAG_OBJECT); in EmitCreateIterResultObject()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc2180 __ Allocate(JSIteratorResult::kSize, v0, a2, a3, &allocate, TAG_OBJECT); in EmitCreateIteratorResult()
4004 __ Allocate(JSIteratorResult::kSize, v0, a2, a3, &runtime, TAG_OBJECT); in EmitCreateIterResultObject()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc2155 __ Allocate(JSIteratorResult::kSize, r3, r5, r6, &allocate, TAG_OBJECT); in EmitCreateIteratorResult()
4006 __ Allocate(JSIteratorResult::kSize, r3, r5, r6, &runtime, TAG_OBJECT); in EmitCreateIterResultObject()

12