/external/v8/src/ |
D | layout-descriptor.cc | 144 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/ |
D | lithium-allocator.cc | 595 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()
|
D | lithium-allocator.h | 406 LOperand* AllocateFixed(LUnallocated* operand, int pos, bool is_tagged);
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.h | 237 bool is_tagged,
|
D | lithium-codegen-arm.cc | 603 bool is_tagged, in AddToTranslation() argument 641 if (is_tagged) { in AddToTranslation() 656 if (is_tagged) { in AddToTranslation()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.h | 215 bool is_tagged,
|
D | lithium-codegen-x64.cc | 550 bool is_tagged, in AddToTranslation() argument 588 if (is_tagged) { in AddToTranslation() 603 if (is_tagged) { in AddToTranslation()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.h | 209 LOperand* op, bool is_tagged, bool is_uint32,
|
D | lithium-codegen-ppc.cc | 572 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/ |
D | lithium-codegen-ia32.h | 216 bool is_tagged,
|
D | lithium-codegen-ia32.cc | 627 bool is_tagged, in AddToTranslation() argument 665 if (is_tagged) { in AddToTranslation() 680 if (is_tagged) { in AddToTranslation()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.h | 235 bool is_tagged,
|
D | lithium-codegen-mips.cc | 601 bool is_tagged, in AddToTranslation() argument 639 if (is_tagged) { in AddToTranslation() 654 if (is_tagged) { in AddToTranslation()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.h | 237 bool is_tagged,
|
D | lithium-codegen-mips64.cc | 589 bool is_tagged, in AddToTranslation() argument 627 if (is_tagged) { in AddToTranslation() 642 if (is_tagged) { in AddToTranslation()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.h | 266 bool is_tagged,
|
D | lithium-codegen-arm64.cc | 245 bool is_tagged, in AddToTranslation() argument 283 if (is_tagged) { in AddToTranslation() 298 if (is_tagged) { in AddToTranslation()
|
/external/v8/src/compiler/ |
D | register-allocator.cc | 1494 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()
|
D | register-allocator.h | 870 bool is_tagged);
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.h | 244 bool is_tagged,
|
D | lithium-codegen-x87.cc | 899 bool is_tagged, in AddToTranslation() argument 937 if (is_tagged) { in AddToTranslation() 952 if (is_tagged) { in AddToTranslation()
|