Home
last modified time | relevance | path

Searched defs:MemberOffset (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/art/runtime/
H A Doffsets.h90 constexpr explicit MemberOffset(size_t val) : Offset(val) {} in MemberOffset() function
/aosp_15_r20/art/compiler/optimizing/
H A Dintrinsic_objects.h30 class MemberOffset; variable
/aosp_15_r20/art/dex2oat/driver/
H A Dcompiler_driver.h70 class MemberOffset; variable
/aosp_15_r20/external/llvm/lib/Object/
H A DArchiveWriter.cpp363 std::vector<unsigned> MemberOffset; in writeArchive() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DArchiveWriter.cpp804 for (uint64_t MemberOffset : MemberOffsets) in writeArchiveToStream() local
/aosp_15_r20/art/runtime/hprof/
H A Dhprof.cc1080 void operator()(mirror::Object*, MemberOffset, bool) const {} in DumpHeapObject() argument