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

  /art/runtime/base/
allocator.h 136 TrackedAllocators::RegisterAllocation(GetTag(), size);
143 TrackedAllocators::RegisterFree(GetTag(), size);
147 static constexpr AllocatorTag GetTag() {
  /ndk/sources/android/crazy_linker/src/
crazy_linker_elf_view.h 56 // if (iter.GetTag() == DT_SOME_TAG) {
73 ELF::Addr GetTag() const { return dyn_->d_tag; }
crazy_linker_elf_symbols.cpp 34 switch (dyn.GetTag()) {
crazy_linker_shared_library.cpp 219 switch (dyn.GetTag()) {
441 if (iter_.GetTag() == DT_NEEDED) {
crazy_linker_elf_relocations.cpp 153 const ELF::Addr tag = dyn.GetTag();
  /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)
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 621 // if (iter.GetTag() == SHT_NEEDED) {
650 typename ELF::Off GetTag() {
679 if (iter.GetTag() == DT_SONAME) {
694 if (iter.GetTag() == DT_NEEDED) {
    [all...]
  /external/v8/src/
heap-snapshot-generator.h 308 const char* GetTag(Object* obj);
heap-snapshot-generator.cc 762 const char* HeapObjectsSet::GetTag(Object* obj) {
820 const char* tag = objects_tags_.GetTag(object);
    [all...]

Completed in 156 milliseconds