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

1 2

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERTaggedObject.java 16 * @param explicit true if an explicitly tagged object.
18 * @param obj the tagged object.
90 out.writeTag(BERTags.CONSTRUCTED | BERTags.TAGGED, tagNo);
102 flags = BERTags.CONSTRUCTED | BERTags.TAGGED;
106 flags = BERTags.TAGGED;
115 out.writeEncoded(BERTags.CONSTRUCTED | BERTags.TAGGED, tagNo, ZERO_BYTES);
DLTaggedObject.java 16 * @param explicit true if an explicitly tagged object.
18 * @param obj the tagged object.
84 out.writeTag(BERTags.CONSTRUCTED | BERTags.TAGGED, tagNo);
96 flags = BERTags.CONSTRUCTED | BERTags.TAGGED;
100 flags = BERTags.TAGGED;
109 out.writeEncoded(BERTags.CONSTRUCTED | BERTags.TAGGED, tagNo, ZERO_BYTES);
BERTags.java 35 public static final int TAGGED = 0x80;
BERGenerator.java 51 int tagNum = _tagNo | BERTags.TAGGED;
ASN1StreamParser.java 160 if ((tag & BERTags.TAGGED) != 0)
176 if ((tag & BERTags.TAGGED) != 0)
BERTaggedObject.java 16 * @param obj the tagged object.
26 * @param explicit true if an explicitly tagged object.
28 * @param obj the tagged object.
39 * create an implicitly tagged object that contains a zero
99 out.writeTag(BERTags.CONSTRUCTED | BERTags.TAGGED, tagNo);
ASN1InputStream.java 143 if ((tag & TAGGED) != 0)
248 if ((tag & TAGGED) != 0)
287 // with tagged object tag number is bottom 5 bits, or stored at the start of the content
  /external/v8/src/
deoptimizer.h 632 TAGGED,
649 case TAGGED:
code-stubs.h 470 enum ExponentType { INTEGER, DOUBLE, TAGGED, ON_STACK};
    [all...]
deoptimizer.cc 870 // are all tagged pointers.
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.h 44 TAGGED = 0,
full-codegen-ia32.cc     [all...]
lithium-codegen-ia32.cc 793 TranscendentalCacheStub::TAGGED);
    [all...]
code-stubs-ia32.cc 2391 const bool tagged = (argument_type_ == TAGGED); local
    [all...]
  /external/v8/src/x64/
code-stubs-x64.h 43 TAGGED = 0,
full-codegen-x64.cc     [all...]
code-stubs-x64.cc 585 // On success, both first and second holds Smi tagged values.
1515 const bool tagged = (argument_type_ == TAGGED); local
    [all...]
lithium-codegen-x64.cc 757 TranscendentalCacheStub::TAGGED);
    [all...]
  /external/v8/src/arm/
code-stubs-arm.h 42 TAGGED = 0 << TranscendentalCache::kTranscendentalTypeBits,
    [all...]
full-codegen-arm.cc     [all...]
lithium-codegen-arm.cc 374 Abort("unsupported tagged immediate");
885 TranscendentalCacheStub::TAGGED);
    [all...]
code-stubs-arm.cc 595 // Load the double from tagged HeapNumber to double register.
3222 const bool tagged = (argument_type_ == TAGGED); local
    [all...]
  /external/v8/src/mips/
code-stubs-mips.h 43 TAGGED = 0 << TranscendentalCache::kTranscendentalTypeBits,
    [all...]
full-codegen-mips.cc     [all...]
lithium-codegen-mips.cc 344 Abort("unsupported tagged immediate");
848 TranscendentalCacheStub::TAGGED);
    [all...]

Completed in 316 milliseconds

1 2