HomeSort by relevance Sort by last modified time
    Searched refs:GetTag (Results 1 - 25 of 31) sorted by null

1 2

  /art/test/ti-agent/
agent_common.cc 35 jvmtiError ret = jvmti_env->GetTag(obj, &tag);
  /art/libartbase/base/
allocator.h 131 TrackedAllocators::RegisterAllocation(GetTag(), size);
138 TrackedAllocators::RegisterFree(GetTag(), size);
142 static constexpr AllocatorTag GetTag() {
  /art/runtime/
managed_stack.h 79 return tagged_top_quick_frame_.GetTag();
143 DCHECK(!GetTag());
152 bool GetTag() const {
  /art/openjdkjvmti/
object_tagging.h 64 GetTag(obj, &tmp);
jvmti_weak_table.h 81 bool GetTag(art::mirror::Object* obj, /* out */ T* result)
165 // Slow-path for GetTag. We didn't find the object, but we might be storing from-pointers and
OpenjdkJvmTi.cc 411 static jvmtiError GetTag(jvmtiEnv* env, jobject object, jlong* tag_ptr) {
422 if (!ArtJvmTiEnv::AsArtJvmTiEnv(env)->object_tag_table->GetTag(obj.Ptr(), tag_ptr)) {
    [all...]
ti_heap.cc 425 if (gIndexCachingTable.GetTag(klass.Ptr(), &tmp)) {
683 tag_table->GetTag(obj, &tag);
687 tag_table->GetTag(klass.Ptr(), &class_tag);
    [all...]
  /external/libmojo/build/android/gyp/util/
md5_check.py 103 return self.old_metadata and self.old_metadata.GetTag(path, subpath)
152 if self.new_metadata.GetTag(path) is None:
159 if self.new_metadata.GetTag(path, subpath) is None:
166 new_tag = self.new_metadata.GetTag(path)
174 new_tag = self.new_metadata.GetTag(path, subpath)
320 self.GetTag(p) for p in sorted(self.IterPaths()))
339 def GetTag(self, path, subpath=None):
  /hardware/libhardware/modules/camera/3_4/metadata/
tagged_control_delegate_test.cpp 52 TEST_F(TaggedControlDelegateTest, GetTag) {
tagged_control_options_test.cpp 52 TEST_F(TaggedControlOptionsTest, GetTag) {
  /art/test/903-hello-tagging/
tagging.cc 129 static jlong GetTag(jvmtiEnv* env, jobject obj) {
131 jvmtiError ret = env->GetTag(obj, &tag);
149 vals[i] = GetTag(envs[i], obj);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dvbsiparser.h 354 STDMETHOD_(HRESULT,GetTag)(THIS_ BYTE *pbVal) PURE;
368 #define IDvbComponentDescriptor_GetTag(This,pbVal) (This)->lpVtbl->GetTag(This,pbVal)
393 STDMETHOD_(HRESULT,GetTag)(THIS_ BYTE *pbVal) PURE;
405 #define IDvbContentDescriptor_GetTag(This,pbVal) (This)->lpVtbl->GetTag(This,pbVal)
428 STDMETHOD_(HRESULT,GetTag)(THIS_ BYTE *pbVal) PURE;
439 #define IDvbContentIdentifierDescriptor_GetTag(This,pbVal) (This)->lpVtbl->GetTag(This,pbVal)
465 STDMETHOD_(HRESULT,GetTag)(THIS_ BYTE *pbVal) PURE;
481 #define IDvbDataBroadcastDescriptor_GetTag(This,pbVal) (This)->lpVtbl->GetTag(This,pbVal)
506 STDMETHOD_(HRESULT,GetTag)(THIS_ BYTE *pbVal) PURE;
517 #define IDvbDataBroadcastIDDescriptor_GetTag(This,pbVal) (This)->lpVtbl->GetTag(This,pbVal
    [all...]
mpeg2psiparser.h 196 STDMETHOD_(HRESULT,GetTag)(THIS_ BYTE *pbVal) PURE;
207 #define IGenericDescriptor_GetTag(This,pbVal) (This)->lpVtbl->GetTag(This,pbVal)
  /cts/hostsidetests/jvmti/base/jni/
tagging.cpp 38 jvmtiError ret = jvmti_env->GetTag(obj, &tag);
  /system/core/base/
logging.cpp 385 const char* GetTag() const { return tag_; }
440 data_->GetTag(), msg.c_str());
448 data_->GetTag(), &msg[i]);
  /external/llvm/unittests/ADT/
PointerSumTypeTest.cpp 39 TEST_F(PointerSumTypeTest, GetTag) {
40 EXPECT_EQ(Float, a.getTag());
41 EXPECT_EQ(Int1, b.getTag());
42 EXPECT_EQ(Int2, c.getTag());
43 EXPECT_EQ((Kinds)0, n.getTag());
  /external/oj-libjdwp/src/share/back/
classTrack.c 211 error = JVMTI_FUNC_PTR(trackingEnv,GetTag)(trackingEnv, klass, &tag);
commonRef.c 205 error = JVMTI_FUNC_PTR(gdata->jvmti,GetTag)(gdata->jvmti, ref, &tag);
  /external/adhd/scripts/audio_thread_log_viewer/
viewer_c3.py 163 def GetTag(self):
332 tag = event.GetTag()
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.h 785 const Tag* GetTag(int index) const;
  /external/libvpx/libwebm/mkvparser/
mkvparser.h 754 const Tag* GetTag(int index) const;
  /external/v8/src/profiler/
heap-snapshot-generator.h 316 const char* GetTag(Object* obj);
  /art/openjdkjvmti/include/
jvmti.h     [all...]
  /external/oj-libjdwp/src/share/javavm/export/
jvmti.h     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/include/
jvmti.h     [all...]

Completed in 1175 milliseconds

1 2