Searched refs:TAGGED (Results 1 - 25 of 26) sorted by relevance

12

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDERTaggedObject.java90 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);
H A DDLTaggedObject.java84 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);
H A DBERTags.java35 public static final int TAGGED = 0x80; field in interface:BERTags
H A DBERGenerator.java51 int tagNum = _tagNo | BERTags.TAGGED;
H A DASN1StreamParser.java160 if ((tag & BERTags.TAGGED) != 0)
176 if ((tag & BERTags.TAGGED) != 0)
H A DBERTaggedObject.java99 out.writeTag(BERTags.CONSTRUCTED | BERTags.TAGGED, tagNo);
H A DASN1InputStream.java143 if ((tag & TAGGED) != 0)
248 if ((tag & TAGGED) != 0)
/external/v8/src/
H A Ddeoptimizer.h632 TAGGED,
649 case TAGGED:
H A Dcode-stubs.h470 enum ExponentType { INTEGER, DOUBLE, TAGGED, ON_STACK}; enumerator in enum:v8::internal::MathPowStub::ExponentType
H A Ddeoptimizer.cc1520 return SlotRef(slot_addr, SlotRef::TAGGED);
/external/v8/src/x64/
H A Dcode-stubs-x64.h43 TAGGED = 0, enumerator in enum:v8::internal::TranscendentalCacheStub::ArgumentType
H A Dfull-codegen-x64.cc3095 TranscendentalCacheStub::TAGGED);
3107 TranscendentalCacheStub::TAGGED);
3119 TranscendentalCacheStub::TAGGED);
3131 TranscendentalCacheStub::TAGGED);
H A Dcode-stubs-x64.cc1499 // TAGGED case:
1515 const bool tagged = (argument_type_ == TAGGED);
1550 // ST[0] == double value, if TAGGED.
1585 __ j(zero, &runtime_call_clear_stack); // Only clears stack if TAGGED.
2047 } else if (exponent_type_ == TAGGED) {
H A Dlithium-codegen-x64.cc757 TranscendentalCacheStub::TAGGED);
3003 MathPowStub stub(MathPowStub::TAGGED);
/external/v8/src/arm/
H A Dcode-stubs-arm.h42 TAGGED = 0 << TranscendentalCache::kTranscendentalTypeBits, enumerator in enum:v8::internal::TranscendentalCacheStub::ArgumentType
H A Dfull-codegen-arm.cc3266 TranscendentalCacheStub::TAGGED);
3278 TranscendentalCacheStub::TAGGED);
3290 TranscendentalCacheStub::TAGGED);
3302 TranscendentalCacheStub::TAGGED);
H A Dlithium-codegen-arm.cc885 TranscendentalCacheStub::TAGGED);
3265 MathPowStub stub(MathPowStub::TAGGED);
H A Dcode-stubs-arm.cc3222 const bool tagged = (argument_type_ == TAGGED);
3492 } else if (exponent_type_ == TAGGED) {
/external/v8/src/ia32/
H A Dcode-stubs-ia32.h44 TAGGED = 0, enumerator in enum:v8::internal::TranscendentalCacheStub::ArgumentType
H A Dfull-codegen-ia32.cc3208 TranscendentalCacheStub::TAGGED);
3220 TranscendentalCacheStub::TAGGED);
3232 TranscendentalCacheStub::TAGGED);
3244 TranscendentalCacheStub::TAGGED);
H A Dlithium-codegen-ia32.cc793 TranscendentalCacheStub::TAGGED);
3045 MathPowStub stub(MathPowStub::TAGGED);
H A Dcode-stubs-ia32.cc2375 // TAGGED case:
2391 const bool tagged = (argument_type_ == TAGGED);
2989 } else if (exponent_type_ == TAGGED) {
/external/v8/src/mips/
H A Dcode-stubs-mips.h43 TAGGED = 0 << TranscendentalCache::kTranscendentalTypeBits, enumerator in enum:v8::internal::TranscendentalCacheStub::ArgumentType
H A Dfull-codegen-mips.cc3296 TranscendentalCacheStub::TAGGED);
3309 TranscendentalCacheStub::TAGGED);
3322 TranscendentalCacheStub::TAGGED);
3335 TranscendentalCacheStub::TAGGED);
H A Dlithium-codegen-mips.cc848 TranscendentalCacheStub::TAGGED);
3162 MathPowStub stub(MathPowStub::TAGGED);

Completed in 3521 milliseconds

12