Searched defs:is_tagged (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/ |
D | layout-descriptor.cc | 145 bool is_tagged = (value & layout_mask) == 0; in IsTagged() local
|
/external/v8/src/crankshaft/ |
D | lithium-allocator.cc | 597 bool is_tagged) { in AllocateFixed() 792 bool is_tagged = HasTaggedValue(first_output->virtual_register()); in MeetConstraintsBetween() local 826 bool is_tagged = HasTaggedValue(cur_input->virtual_register()); in MeetConstraintsBetween() local
|
/external/v8/src/compiler/ |
D | register-allocator.cc | 1596 UnallocatedOperand* operand, int pos, bool is_tagged) { in AllocateFixed() 1722 bool is_tagged = code()->IsReference(output_vreg); in MeetConstraintsAfter() local 1764 bool is_tagged = code()->IsReference(input_vreg); in MeetConstraintsBefore() local
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.cc | 518 bool is_tagged, in AddToTranslation()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.cc | 540 bool is_tagged, in AddToTranslation()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.cc | 613 bool is_tagged, in AddToTranslation()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.cc | 268 bool is_tagged, in AddToTranslation()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.cc | 790 bool is_tagged, in AddToTranslation()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 584 bool is_tagged, bool is_uint32, in AddToTranslation()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.cc | 597 bool is_tagged, in AddToTranslation()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.cc | 553 bool is_tagged, bool is_uint32, in AddToTranslation()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.cc | 601 bool is_tagged, in AddToTranslation()
|