HomeSort by relevance Sort by last modified time
    Searched refs:Tagged (Results 1 - 25 of 33) sorted by null

1 2

  /external/pdfium/xfa/fxfa/parser/
cxfa_tagged.cpp 16 constexpr wchar_t kName[] = L"tagged";
25 XFA_Element::Tagged,
cxfa_pdf.cpp 30 {XFA_Element::Tagged, 1, 0},
cxfa_node_statics.cpp 627 {0xfcbd606c /* tagged */, XFA_Element::Tagged},
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h 476 explicit HValue(HType type = HType::Tagged())
510 // Tagged is the bottom of the lattice, don't go any further.
    [all...]
hydrogen-types.cc 27 return HType::Tagged();
hydrogen-types.h 24 V(Tagged, 0x1) /* 0000 0000 0000 0001 */ \
hydrogen-infer-representation.cc 138 // for defaults to Tagged.
145 phi->ChangeRepresentation(Representation::Tagged());
155 current->ChangeRepresentation(Representation::Tagged());
hydrogen-instructions.cc 62 return Representation::Tagged();
568 !t.value->type().Equals(HType::Tagged()))
1079 return Representation::Tagged();
1085 return Representation::Tagged();
    [all...]
hydrogen.cc 874 false, Representation::Tagged(), htype, true, boolean_value, \
    [all...]
hydrogen.h 151 // If a target block is tagged as an inline function return, all
    [all...]
  /external/v8/src/
property.cc 49 Representation::Tagged(), any_type);
property.h 54 Representation::Tagged(), 0);
property-details.h 105 static Representation Tagged() { return Representation(kTagged); }
151 return Representation::Tagged();
bootstrapper.cc     [all...]
objects.cc     [all...]
  /external/syslinux/gpxe/src/arch/i386/core/
freebsd_loader.c 41 Unknown, Tagged, Aout, Elf, Aout_FreeBSD, Elf_FreeBSD,
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/
Mvpp2Lib.c 757 IN BOOLEAN Tagged,
765 Tid = Tagged ? MVPP2_PE_EDSA_TAGGED : MVPP2_PE_EDSA_UNTAGGED;
768 Tid = Tagged ? MVPP2_PE_DSA_TAGGED : MVPP2_PE_DSA_UNTAGGED;
788 if (Tagged) {
789 /* Set Tagged bit in DSA tag */
795 /* If packet is Tagged continue check vlans */
820 IN BOOLEAN Tagged,
828 Tid = Tagged ? MVPP2_PE_ETYPE_EDSA_TAGGED : MVPP2_PE_ETYPE_EDSA_UNTAGGED;
832 Tid = Tagged ? MVPP2_PE_ETYPE_DSA_TAGGED : MVPP2_PE_ETYPE_DSA_UNTAGGED;
864 if (Tagged) {
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 927 Tagged,
  /external/v8/src/ast/
ast-types.h 79 // Tagged = TaggedInt \/ TaggedPtr
83 // Number <= Tagged \/ UntaggedNumber
177 V(Tagged, kTaggedSigned | kTaggedPointer)
    [all...]
  /external/v8/src/heap/
heap.cc     [all...]
  /external/v8/src/ic/
accessor-assembler.cc 672 Comment("store tagged field");
673 HandleStoreFieldAndReturn(handler_word, holder, Representation::Tagged(),
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.cc     [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc     [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc     [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc     [all...]

Completed in 985 milliseconds

1 2