HomeSort by relevance Sort by last modified time
    Searched full:regtype (Results 1 - 25 of 47) sorted by null

1 2

  /art/runtime/verifier/
reg_type_cache.h 36 class RegType;
55 const art::verifier::RegType& GetFromId(uint16_t id) const;
56 const RegType& From(mirror::ClassLoader* loader, const char* descriptor, bool precise)
62 const RegType& FromClass(const char* descriptor, mirror::Class* klass, bool precise)
64 const RegType& FromCat1Const(int32_t value, bool precise)
66 const RegType& FromCat2ConstLo(int32_t value, bool precise)
68 const RegType& FromCat2ConstHi(int32_t value, bool precise)
70 const RegType& FromDescriptor(mirror::ClassLoader* loader, const char* descriptor, bool precise)
72 const RegType& FromUnresolvedMerge(const RegType& left, const RegType& right
    [all...]
register_line.cc 38 bool RegisterLine::SetRegisterType(uint32_t vdst, const RegType& new_type) {
55 bool RegisterLine::SetRegisterTypeWide(uint32_t vdst, const RegType& new_type1,
56 const RegType& new_type2) {
77 void RegisterLine::SetResultRegisterType(const RegType& new_type) {
84 void RegisterLine::SetResultRegisterTypeWide(const RegType& new_type1,
85 const RegType& new_type2) {
91 const RegType& RegisterLine::GetInvocationThis(const Instruction* inst, bool is_range) {
99 const RegType& this_type = GetRegisterType(this_reg);
109 const RegType& check_type) {
111 const RegType& src_type = GetRegisterType(vsrc)
    [all...]
reg_type_test.cc 33 const RegType& ref_type_const_0 = cache.FromCat1Const(10, true);
34 const RegType& ref_type_const_1 = cache.FromCat1Const(10, true);
35 const RegType& ref_type_const_2 = cache.FromCat1Const(30, true);
36 const RegType& ref_type_const_3 = cache.FromCat1Const(30, false);
41 const RegType& ref_type_const_wide_0 = cache.FromCat2ConstHi(50, true);
42 const RegType& ref_type_const_wide_1 = cache.FromCat2ConstHi(50, true);
45 const RegType& ref_type_const_wide_2 = cache.FromCat2ConstLo(50, true);
46 const RegType& ref_type_const_wide_3 = cache.FromCat2ConstLo(50, true);
47 const RegType& ref_type_const_wide_4 = cache.FromCat2ConstLo(55, true);
56 const RegType& precise_lo = cache.FromCat2ConstLo(static_cast<int32_t>(val), true)
    [all...]
reg_type_cache.cc 32 static bool MatchingPrecisionForClass(RegType* entry, bool precise)
63 const RegType& RegTypeCache::FromDescriptor(mirror::ClassLoader* loader, const char* descriptor,
95 const RegType& RegTypeCache::RegTypeFromPrimitiveType(Primitive::Type prim_type) const {
121 RegType* entry = entries_[idx];
160 const RegType& RegTypeCache::From(mirror::ClassLoader* loader, const char* descriptor,
180 RegType* entry;
196 RegType* entry = new UnresolvedReferenceType(descriptor, entries_.size());
207 const RegType& RegTypeCache::FromClass(const char* descriptor, mirror::Class* klass, bool precise) {
215 RegType* cur_entry = entries_[i];
221 RegType* entry
    [all...]
register_line.h 87 bool SetRegisterType(uint32_t vdst, const RegType& new_type)
90 bool SetRegisterTypeWide(uint32_t vdst, const RegType& new_type1, const RegType& new_type2)
94 void SetResultRegisterType(const RegType& new_type)
97 void SetResultRegisterTypeWide(const RegType& new_type1, const RegType& new_type2)
101 const RegType& GetRegisterType(uint32_t vsrc) const;
103 bool VerifyRegisterType(uint32_t vsrc, const RegType& check_type)
106 bool VerifyRegisterTypeWide(uint32_t vsrc, const RegType& check_type1, const RegType& check_type2
    [all...]
reg_type_cache-inl.h 38 inline const art::verifier::RegType& RegTypeCache::GetFromId(uint16_t id) const {
40 RegType* result = entries_[id];
reg_type.cc 49 int32_t RegType::ConstantValue() const {
55 int32_t RegType::ConstantValueLo() const {
61 int32_t RegType::ConstantValueHi() const {
69 : RegType(klass, descriptor, cache_id) {
390 : RegType(klass, descriptor, cache_id) {
531 : RegType(NULL, "", cache_id), constant_(constant) {
534 const RegType& UndefinedType::Merge(const RegType& incoming_type, RegTypeCache* reg_types) const
542 const RegType& RegType::HighHalf(RegTypeCache* cache) const
    [all...]
reg_type.h 39 * RegType holds information about the "type" of data held in a register.
41 class RegType {
109 inline bool CheckWidePair(const RegType& type_h) const {
121 const RegType& HighHalf(RegTypeCache* cache) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
220 const RegType& GetSuperClass(RegTypeCache* cache) const
226 bool CanAccess(const RegType& other) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
235 bool IsAssignableFrom(const RegType& src) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
239 bool IsStrictlyAssignableFrom(const RegType& src) const
243 bool Equals(const RegType& other) const {
248 virtual const RegType& Merge(const RegType& incoming_type, RegTypeCache* reg_types) cons
    [all...]
register_line-inl.h 26 inline const RegType& RegisterLine::GetRegisterType(uint32_t vsrc) const {
method_verifier.cc     [all...]
method_verifier.h 445 * We need an array of RegType values, one per register, for every instruction. If the method uses
485 void VerifyPrimitivePut(const RegType& target_type, const RegType& insn_type,
492 void VerifyAGet(const Instruction* inst, const RegType& insn_type,
496 void VerifyAPut(const Instruction* inst, const RegType& insn_type,
500 mirror::ArtField* GetInstanceField(const RegType& obj_type, int field_idx)
507 void VerifyISGet(const Instruction* inst, const RegType& insn_type,
512 void VerifyISPut(const Instruction* inst, const RegType& insn_type,
522 void VerifyIGetQuick(const Instruction* inst, const RegType& insn_type,
527 void VerifyIPutQuick(const Instruction* inst, const RegType& insn_type
    [all...]
  /system/netd/
MDnsSdListener.h 29 const char *serviceName, const char *regType, const char *replyDomain,
33 DNSServiceErrorType errorCode, const char *serviceName, const char *regType,
113 void discover(SocketClient *cli, const char *iface, const char *regType,
122 const char *interfaceName, const char *serviceName, const char *regType,
MDnsSdListener.cpp 61 const char *regType,
66 ALOGD("discover(%s, %s, %s, %d, %d)", iface, regType, domain, requestId,
81 DNSServiceErrorType result = DNSServiceBrowse(ref, nativeFlags, interfaceInt, regType,
98 const char *regType, const char *replyDomain, void *inContext) {
112 ALOGD("Discover found new serviceName %s, regType %s and domain %s for %d",
113 serviceName, regType, replyDomain, refNumber);
118 ALOGD("Discover lost serviceName %s, regType %s and domain %s for %d",
119 serviceName, regType, replyDomain, refNumber);
123 asprintf(&msg, "%d %s %s %s", refNumber, quotedServiceName, regType, replyDomain);
190 DNSServiceErrorType errorCode, const char *serviceName, const char *regType,
    [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientlib.c 106 const char *const regtype,
110 const size_t len = !regtype ? 0 : strlen(regtype) - DomainEndsInDot(regtype);
114 const char *r = regtype;
117 // regtype must be at least "x._udp" or "x._tcp"
119 if (strncasecmp((regtype + len - 4), "_tcp", 4) && strncasecmp((regtype + len - 4), "_udp", 4)) return kDNSServiceErr_BadParam;
147 if (!DomainEndsInDot(regtype)) { if (fn+1 >= lim) goto fail; else *fn++ = '.'; }
dnssd_clientshim.c 213 const char *regtype,
239 if (!regtype || !*regtype || !MakeDomainNameFromDNSNameString(&t, regtype)) { errormsg = "Bad Service Type"; goto badparam; }
277 LogMsg("DNSServiceBrowse(\"%s\", \"%s\") failed: %s (%ld)", regtype, domain, errormsg, err);
387 const char *regtype,
401 if (!regtype[0] || !MakeDomainNameFromDNSNameString(&t, regtype)) { errormsg = "Illegal regtype"; goto badparam; }
425 LogMsg("DNSServiceBrowse(\"%s\", \"%s\") failed: %s (%ld)", regtype, domain, errormsg, err)
    [all...]
uds_daemon.h 53 extern mDNSs32 ChopSubTypes(char *regtype);
  /dalvik/vm/analysis/
CodeVerify.cpp 100 * data (RegType array, MonitorEntries array, monitor stack).
111 static RegType getInvocationThis(const RegisterLine* registerLine,\
114 u4 vsrc, RegType checkType, VerifyError* pFailure);
135 * RegType and UninitInstanceMap utility functions
179 * use this when the RegType value is exactly equal to kRegTypeUninit, which
267 static bool canConvertTo1nr(RegType srcType, RegType checkType)
311 static bool canConvertTo2(RegType srcType, RegType checkType)
334 static bool checkFieldArrayStore1nr(RegType instrType, RegType targetType
    [all...]
CodeVerify.h 95 * Enumeration max; this is used with "full" (32-bit) RegType values.
110 * RegType holds information about the type of data held in a register.
115 typedef u4 RegType;
137 RegType* regTypes;
VerifySubs.h 68 /* return a RegType enumeration value that "value" just fits into */
  /art/compiler/sea_ir/types/
types.h 27 typedef art::verifier::RegType Type;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 54 tarinfo = self.tar.getmember("ustar/regtype")
61 self.tar.extract("ustar/regtype", TEMPDIR)
62 tarinfo = self.tar.getmember("ustar/regtype")
63 fobj1 = open(os.path.join(TEMPDIR, "ustar/regtype"), "rU")
77 self.tar.extract("ustar/regtype", TEMPDIR)
78 tarinfo = self.tar.getmember("ustar/regtype")
79 fobj1 = open(os.path.join(TEMPDIR, "ustar/regtype"), "rU")
87 self.tar.extract("ustar/regtype", TEMPDIR)
88 fobj = open(os.path.join(TEMPDIR, "ustar/regtype"), "rb")
92 tarinfo = self.tar.getmember("ustar/regtype")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tarfile.py 54 tarinfo = self.tar.getmember("ustar/regtype")
61 self.tar.extract("ustar/regtype", TEMPDIR)
62 tarinfo = self.tar.getmember("ustar/regtype")
63 fobj1 = open(os.path.join(TEMPDIR, "ustar/regtype"), "rU")
77 self.tar.extract("ustar/regtype", TEMPDIR)
78 tarinfo = self.tar.getmember("ustar/regtype")
79 fobj1 = open(os.path.join(TEMPDIR, "ustar/regtype"), "rU")
87 self.tar.extract("ustar/regtype", TEMPDIR)
88 fobj = open(os.path.join(TEMPDIR, "ustar/regtype"), "rb")
92 tarinfo = self.tar.getmember("ustar/regtype")
    [all...]
  /dalvik/vm/compiler/codegen/arm/
LocalOptimizations.cpp 160 REGTYPE(checkLIR->operands[0]) == REGTYPE(nativeRegId)){
177 REGTYPE(checkLIR->operands[0]) ==
178 REGTYPE(nativeRegId);
  /dalvik/vm/compiler/codegen/mips/
LocalOptimizations.cpp 160 REGTYPE(checkLIR->operands[0]) == REGTYPE(nativeRegId)){
177 REGTYPE(checkLIR->operands[0]) ==
178 REGTYPE(nativeRegId);
  /development/samples/training/NsdChat/src/com/example/android/nsdchat/
NsdHelper.java 58 public void onDiscoveryStarted(String regType) {

Completed in 2055 milliseconds

1 2