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

  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERTaggedObject.java 17 * @param obj the tagged object.
27 * @param explicit true if an explicitly tagged object.
29 * @param obj the tagged object.
40 * create an implicitly tagged object that contains a zero
59 out.writeEncoded(CONSTRUCTED | TAGGED, tagNo, bytes);
69 flags = CONSTRUCTED | TAGGED;
73 flags = TAGGED;
82 out.writeEncoded(CONSTRUCTED | TAGGED, tagNo, ZERO_BYTES);
DERTags.java 35 public static final int TAGGED = 0x80;
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
54 out.writeTag(CONSTRUCTED | TAGGED, tagNo);
ASN1StreamParser.java 157 if ((tag & DERTags.TAGGED) != 0)
173 if ((tag & DERTags.TAGGED) != 0)
ASN1InputStream.java 135 if ((tag & TAGGED) != 0)
232 if ((tag & TAGGED) != 0)
271 // with tagged object tag number is bottom 5 bits, or stored at the start of the content
  /external/v8/src/
deoptimizer.h 531 TAGGED,
548 case TAGGED:
deoptimizer.cc 622 // are all tagged pointers.
    [all...]
  /external/v8/src/arm/
code-stubs-arm.h 42 TAGGED = 0 << TranscendentalCache::kTranscendentalTypeBits,
full-codegen-arm.cc     [all...]
lithium-codegen-arm.cc 326 Abort("unsupported tagged immediate");
816 TranscendentalCacheStub::TAGGED);
    [all...]
code-stubs-arm.cc 572 // Load the double from tagged HeapNumber to double register.
2754 const bool tagged = (argument_type_ == TAGGED); local
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.h 44 TAGGED = 0,
full-codegen-ia32.cc     [all...]
lithium-codegen-ia32.cc 759 TranscendentalCacheStub::TAGGED);
    [all...]
code-stubs-ia32.cc 1626 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 312 // On success, both first and second holds Smi tagged values.
650 // We need tagged values in rdx and rax for the following code,
885 // TAGGED case:
890 // rax: tagged double result.
901 const bool tagged = (argument_type_ == TAGGED); local
902 if (tagged) {
937 // ST[0] == double value, if TAGGED.
    [all...]
lithium-codegen-x64.cc 759 TranscendentalCacheStub::TAGGED);
    [all...]

Completed in 747 milliseconds