Home
last modified time | relevance | path

Searched refs:GetTag (Results 1 – 20 of 20) sorted by relevance

/aosp12/system/logging/logd/
H A DLogBufferElement.cpp57 tag_ = elem.GetTag(); in LogBufferElement()
74 tag_ = elem.GetTag(); in LogBufferElement()
87 uint32_t LogBufferElement::GetTag() const { in GetTag() function in LogBufferElement
110 .tag = GetTag(), in ToLogStatisticsElement()
128 auto old_tag = GetTag(); in SetDropped()
H A DChattyLogBuffer.cpp71 elem.GetTag() == LIBLOG_LOG_TAG) { in Identical()
186 int key = (id == LOG_ID_EVENTS || id == LOG_ID_SECURITY) ? element.GetTag() : element.uid(); in Erase()
205 int key = (id == LOG_ID_EVENTS || id == LOG_ID_SECURITY) ? element->GetTag() : element->uid(); in Erase()
466 int key = (id == LOG_ID_EVENTS || id == LOG_ID_SECURITY) ? element.GetTag() in Prune()
H A DLogBufferElement.h43 uint32_t GetTag() const;
/aosp12/art/runtime/
H A Dmanaged_stack.h79 return tagged_top_quick_frame_.GetTag(); in GetTopQuickFrameTag()
139 DCHECK(!GetTag()); in GetSpKnownNotTagged()
148 bool GetTag() const { in GetTag() function
/aosp12/art/libartbase/base/
H A Dallocator.h135 TrackedAllocators::RegisterAllocation(GetTag(), size);
142 TrackedAllocators::RegisterFree(GetTag(), size); in deallocate()
146 static constexpr AllocatorTag GetTag() { in GetTag() function
/aosp12/art/test/903-hello-tagging/
H A Dtagging.cc129 static jlong GetTag(jvmtiEnv* env, jobject obj) { in GetTag() function
131 jvmtiError ret = env->GetTag(obj, &tag); in GetTag()
149 vals[i] = GetTag(envs[i], obj); in Java_art_Test903_testTagsInDifferentEnvs()
/aosp12/hardware/google/camera/common/hal/utils/
H A Dvendor_tag_interface.h42 virtual status_t GetTag(const std::string section_name,
H A Dvendor_tag_utils.h82 status_t GetTag(const std::string section_name, const std::string tag_name,
H A Dvendor_tag_utils.cc246 status_t VendorTagManager::GetTag(const std::string section_name, in GetTag() function in android::google_camera_hal::VendorTagManager
/aosp12/art/test/ti-agent/
H A Dagent_common.cc35 jvmtiError ret = jvmti_env->GetTag(obj, &tag); in Java_art_Main_getTag()
/aosp12/hardware/libhardware/modules/camera/3_4/metadata/
H A Dtagged_control_delegate_test.cpp52 TEST_F(TaggedControlDelegateTest, GetTag) { in TEST_F() argument
H A Dtagged_control_options_test.cpp52 TEST_F(TaggedControlOptionsTest, GetTag) { in TEST_F() argument
/aosp12/art/openjdkjvmti/
H A Dobject_tagging.h75 GetTag(obj, &tmp); in GetTagOrZero()
H A Djvmti_weak_table.h81 bool GetTag(art::ObjPtr<art::mirror::Object> obj, /* out */ T* result) in GetTag() function
H A Dti_heap.cc455 if (gIndexCachingTable.GetTag(klass.Ptr(), &tmp)) { in CountInterfaceFields()
721 tag_table->GetTag(obj, &tag); in IterateOverInstancesOfClass()
729 tag_table->GetTag(klass.Ptr(), &class_tag); in IterateOverInstancesOfClass()
773 tag_table->GetTag(obj, &tag); in DoIterateThroughHeap()
777 tag_table->GetTag(klass.Ptr(), &class_tag); in DoIterateThroughHeap()
H A DOpenjdkJvmTi.cc413 static jvmtiError GetTag(jvmtiEnv* env, jobject object, jlong* tag_ptr) { in GetTag() function in openjdkjvmti::JvmtiFunctions
424 if (!ArtJvmTiEnv::AsArtJvmTiEnv(env)->object_tag_table->GetTag(obj.Ptr(), tag_ptr)) { in GetTag()
1617 JvmtiFunctions::GetTag,
/aosp12/system/libbase/
H A Dlogging.cpp445 const char* GetTag() const { return tag_; } in GetTag() function in android::base::LogMessageData
498 LogLine(data_->GetFile(), data_->GetLineNumber(), data_->GetSeverity(), data_->GetTag(), in ~LogMessage()
/aosp12/art/test/905-object-free/
H A Dtracking_free.cc110 jvmtiError ret = jvmti_env2->GetTag(obj, &tag); in Java_art_Test905_getTag2()
/aosp12/art/tools/jvmti-agents/simple-profile/
H A Dsimple_profile.cc124 CHECK_JVMTI(jvmti->GetTag(klass.get(), &tag)); in Enter()
/aosp12/art/openjdkjvmti/include/
H A Djvmti.h1548 jvmtiError (JNICALL *GetTag) (jvmtiEnv* env,
1986 jvmtiError GetTag(jobject object, in GetTag() function
1988 return functions->GetTag(this, object, tag_ptr); in GetTag()