Home
last modified time | relevance | path

Searched defs:ObjectOffsets (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/llvm/lib/CodeGen/
H A DSafeStackLayout.h40 DenseMap<const Value *, unsigned> ObjectOffsets; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSafeStackLayout.h48 DenseMap<const Value *, unsigned> ObjectOffsets; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DSafeStackLayout.h49 DenseMap<const Value *, unsigned> ObjectOffsets; variable
/aosp_15_r20/art/runtime/
H A Dclass_linker_test.cc566 struct ObjectOffsets : public CheckOffsets<mirror::Object> { struct
567 ObjectOffsets() : CheckOffsets<mirror::Object>(false, "Ljava/lang/Object;") { in ObjectOffsets() function