Home
last modified time | relevance | path

Searched refs:is_tagged (Results 1 – 21 of 21) sorted by relevance

/external/v8/src/
Dlayout-descriptor.cc144 bool is_tagged = (value & layout_mask) == 0; in IsTagged() local
145 if (!is_tagged) value = ~value; // Count set bits instead of cleared bits. in IsTagged()
158 if (cur_is_tagged != is_tagged) break; in IsTagged()
159 if (!is_tagged) value = ~value; // Count set bits instead. in IsTagged()
166 if (is_tagged && (field_index + sequence_length == capacity())) { in IsTagged()
174 return is_tagged; in IsTagged()
/external/v8/src/crankshaft/
Dlithium-allocator.cc595 bool is_tagged) { in AllocateFixed() argument
609 if (is_tagged) { in AllocateFixed()
790 bool is_tagged = HasTaggedValue(first_output->virtual_register()); in MeetConstraintsBetween() local
791 AllocateFixed(first_output, gap_index, is_tagged); in MeetConstraintsBetween()
824 bool is_tagged = HasTaggedValue(cur_input->virtual_register()); in MeetConstraintsBetween() local
825 AllocateFixed(cur_input, gap_index + 1, is_tagged); in MeetConstraintsBetween()
Dlithium-allocator.h406 LOperand* AllocateFixed(LUnallocated* operand, int pos, bool is_tagged);
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h237 bool is_tagged,
Dlithium-codegen-arm.cc603 bool is_tagged, in AddToTranslation() argument
641 if (is_tagged) { in AddToTranslation()
656 if (is_tagged) { in AddToTranslation()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h215 bool is_tagged,
Dlithium-codegen-x64.cc550 bool is_tagged, in AddToTranslation() argument
588 if (is_tagged) { in AddToTranslation()
603 if (is_tagged) { in AddToTranslation()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h209 LOperand* op, bool is_tagged, bool is_uint32,
Dlithium-codegen-ppc.cc572 bool is_tagged, bool is_uint32, in AddToTranslation() argument
606 if (is_tagged) { in AddToTranslation()
621 if (is_tagged) { in AddToTranslation()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h216 bool is_tagged,
Dlithium-codegen-ia32.cc627 bool is_tagged, in AddToTranslation() argument
665 if (is_tagged) { in AddToTranslation()
680 if (is_tagged) { in AddToTranslation()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h235 bool is_tagged,
Dlithium-codegen-mips.cc601 bool is_tagged, in AddToTranslation() argument
639 if (is_tagged) { in AddToTranslation()
654 if (is_tagged) { in AddToTranslation()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h237 bool is_tagged,
Dlithium-codegen-mips64.cc589 bool is_tagged, in AddToTranslation() argument
627 if (is_tagged) { in AddToTranslation()
642 if (is_tagged) { in AddToTranslation()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h266 bool is_tagged,
Dlithium-codegen-arm64.cc245 bool is_tagged, in AddToTranslation() argument
283 if (is_tagged) { in AddToTranslation()
298 if (is_tagged) { in AddToTranslation()
/external/v8/src/compiler/
Dregister-allocator.cc1494 UnallocatedOperand* operand, int pos, bool is_tagged) { in AllocateFixed() argument
1519 if (is_tagged) { in AllocateFixed()
1620 bool is_tagged = code()->IsReference(output_vreg); in MeetConstraintsAfter() local
1626 AllocateFixed(first_output, instr_index, is_tagged); in MeetConstraintsAfter()
1662 bool is_tagged = code()->IsReference(input_vreg); in MeetConstraintsBefore() local
1663 AllocateFixed(cur_input, instr_index, is_tagged); in MeetConstraintsBefore()
Dregister-allocator.h870 bool is_tagged);
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h244 bool is_tagged,
Dlithium-codegen-x87.cc899 bool is_tagged, in AddToTranslation() argument
937 if (is_tagged) { in AddToTranslation()
952 if (is_tagged) { in AddToTranslation()