HomeSort by relevance Sort by last modified time
    Searched refs:is_tagged (Results 1 - 23 of 23) sorted by null

  /external/v8/src/
layout-descriptor.cc 144 bool is_tagged = (value & layout_mask) == 0; local
145 if (!is_tagged) value = ~value; // Count set bits instead of cleared bits.
158 if (cur_is_tagged != is_tagged) break;
159 if (!is_tagged) value = ~value; // Count set bits instead.
166 if (is_tagged && (field_index + sequence_length == capacity())) {
174 return is_tagged;
  /external/v8/src/crankshaft/
lithium-allocator.cc 596 bool is_tagged) {
610 if (is_tagged) {
791 bool is_tagged = HasTaggedValue(first_output->virtual_register()); local
792 AllocateFixed(first_output, gap_index, is_tagged);
825 bool is_tagged = HasTaggedValue(cur_input->virtual_register()); local
826 AllocateFixed(cur_input, gap_index + 1, is_tagged);
    [all...]
lithium-allocator.h 408 LOperand* AllocateFixed(LUnallocated* operand, int pos, bool is_tagged);
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.h 242 bool is_tagged,
lithium-codegen-arm.cc 589 bool is_tagged,
624 if (is_tagged) {
636 if (is_tagged) {
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.h 270 bool is_tagged,
lithium-codegen-arm64.cc 244 bool is_tagged,
279 if (is_tagged) {
291 if (is_tagged) {
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.h 219 bool is_tagged,
lithium-codegen-ia32.cc 510 bool is_tagged,
545 if (is_tagged) {
557 if (is_tagged) {
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.h 240 bool is_tagged,
lithium-codegen-mips.cc 586 bool is_tagged,
621 if (is_tagged) {
633 if (is_tagged) {
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.h 242 bool is_tagged,
lithium-codegen-mips64.cc 574 bool is_tagged,
609 if (is_tagged) {
621 if (is_tagged) {
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.h 216 LOperand* op, bool is_tagged, bool is_uint32,
lithium-codegen-ppc.cc 560 bool is_tagged, bool is_uint32,
591 if (is_tagged) {
603 if (is_tagged) {
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.h 216 LOperand* op, bool is_tagged, bool is_uint32,
lithium-codegen-s390.cc 527 bool is_tagged, bool is_uint32,
558 if (is_tagged) {
570 if (is_tagged) {
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.h 220 bool is_tagged,
lithium-codegen-x64.cc 531 bool is_tagged,
566 if (is_tagged) {
578 if (is_tagged) {
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.h 247 bool is_tagged,
lithium-codegen-x87.cc 782 bool is_tagged,
817 if (is_tagged) {
829 if (is_tagged) {
    [all...]
  /external/v8/src/compiler/
register-allocator.cc 1715 bool is_tagged = code()->IsReference(output_vreg); local
1757 bool is_tagged = code()->IsReference(input_vreg); local
    [all...]
register-allocator.h 873 bool is_tagged);
    [all...]

Completed in 422 milliseconds