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

  /art/runtime/openjdkjvmti/
object_tagging.cc 45 bool ObjectTagTable::Set(art::mirror::Object* obj, jlong new_tag) {
46 if (new_tag == 0) {
50 return JvmtiWeakTable<jlong>::Set(obj, new_tag);
52 bool ObjectTagTable::SetLocked(art::mirror::Object* obj, jlong new_tag) {
53 if (new_tag == 0) {
57 return JvmtiWeakTable<jlong>::SetLocked(obj, new_tag);
jvmti_weak_table-inl.h 134 bool JvmtiWeakTable<T>::Set(art::mirror::Object* obj, T new_tag) {
139 return SetLocked(self, obj, new_tag);
142 bool JvmtiWeakTable<T>::SetLocked(art::mirror::Object* obj, T new_tag) {
147 return SetLocked(self, obj, new_tag);
151 bool JvmtiWeakTable<T>::SetLocked(art::Thread* self, art::mirror::Object* obj, T new_tag) {
154 it->second = new_tag;
168 return SetLocked(self, obj, new_tag);
172 auto insert_it = tagged_objects_.emplace(art::GcRoot<art::mirror::Object>(obj), new_tag);
  /external/libmojo/mojo/public/cpp/bindings/lib/
union_accessor.h 24 void SwitchActive(typename U::Tag new_tag) { u_->SwitchActive(new_tag); }
  /external/libmojo/build/android/gyp/util/
md5_check.py 166 new_tag = self.new_metadata.GetTag(path)
167 if old_tag is not None and old_tag != new_tag:
174 new_tag = self.new_metadata.GetTag(path, subpath)
175 if old_tag is not None and old_tag != new_tag:
  /external/harfbuzz_ng/src/
hb-ot-tag.cc 131 hb_tag_t new_tag; local
136 new_tag = hb_ot_new_tag_from_script (script);
137 if (unlikely (new_tag != HB_OT_TAG_DEFAULT_SCRIPT)) {
139 *script_tag_1 = new_tag;
    [all...]
  /system/extras/tests/iptables/qtaguid/
socketTag.cpp 267 uint64_t new_tag = valid_tag2 + ((uint64_t)max_tags << 32); local
268 EXPECT_LT(doCtrlCommand("t %d %" PRIu64 " %u", sock0.fd, new_tag, fake_uid2), 0);
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.h 294 State(const std::string& new_tag, int64_t timestamp_ms, bool enabled);
  /system/media/camera/docs/
metadata_helpers.py     [all...]
  /art/runtime/
debugger.cc 4148 JDWP::JdwpTag new_tag = TagFromObject(soa, object_result.Get()); local
4150 VLOG(jdwp) << " JDWP promoted result from " << result_tag << " to " << new_tag; local
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c 8801 static void new_tag(upb_handlers *h, const upb_fielddef *f, upb_wiretype_t wt, function
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 9512 static void new_tag(upb_handlers *h, const upb_fielddef *f, upb_wiretype_t wt, function
    [all...]
  /external/valgrind/VEX/priv/
guest_x86_toIR.c 3618 IRTemp new_tag = newTemp(Ity_I8); local
    [all...]
guest_amd64_toIR.c 5207 IRTemp new_tag = newTemp(Ity_I8); local
    [all...]

Completed in 623 milliseconds