HomeSort by relevance Sort by last modified time
    Searched refs:PointerSize (Results 26 - 50 of 247) sorted by null

12 3 4 5 6 7 8 910

  /art/tools/cpp-define-generator/
offset_art_method.def 21 #include "base/enums.h" // PointerSize
26 DEFINE_EXPR(ART_METHOD_ ## field_name ## _OFFSET_32, int32_t, art::ArtMethod::method_name##Offset(art::PointerSize::k32).Int32Value()) \
27 DEFINE_EXPR(ART_METHOD_ ## field_name ## _OFFSET_64, int32_t, art::ArtMethod::method_name##Offset(art::PointerSize::k64).Int32Value())
  /art/runtime/utils/
dex_cache_arrays_layout-inl.h 32 inline DexCacheArraysLayout::DexCacheArraysLayout(PointerSize pointer_size,
51 inline DexCacheArraysLayout::DexCacheArraysLayout(PointerSize pointer_size, const DexFile* dex_file)
59 inline constexpr size_t DexCacheArraysLayout::Alignment(PointerSize pointer_size) {
73 constexpr PointerSize GcRootAsPointerSize() {
75 return PointerSize::k32;
79 return types_offset_ + ElementOffset(PointerSize::k64,
113 return strings_offset_ + ElementOffset(PointerSize::k64, string_hash);
153 return ArraySize(PointerSize::k64, cache_size);
170 inline size_t DexCacheArraysLayout::ElementOffset(PointerSize element_size, uint32_t idx) {
174 inline size_t DexCacheArraysLayout::ArraySize(PointerSize element_size, uint32_t num_elements)
    [all...]
  /art/dex2oat/linker/
index_bss_mapping_encoder_test.cc 26 for (PointerSize pointer_size : {PointerSize::k32, PointerSize::k64}) {
52 for (PointerSize pointer_size : {PointerSize::k32, PointerSize::k64}) {
78 for (PointerSize pointer_size : {PointerSize::k32, PointerSize::k64}) {
  /art/runtime/mirror/
class_ext-inl.h 28 void ClassExt::VisitNativeRoots(Visitor& visitor, PointerSize pointer_size) {
class.h 537 PointerSize pointer_size);
540 static uint32_t ClassClassSize(PointerSize pointer_size) {
547 static uint32_t PrimitiveClassSize(PointerSize pointer_size) {
675 ALWAYS_INLINE ArraySlice<ArtMethod> GetDirectMethods(PointerSize pointer_size)
685 ALWAYS_INLINE ArraySlice<ArtMethod> GetMethods(PointerSize pointer_size)
699 ALWAYS_INLINE ArraySlice<ArtMethod> GetDirectMethodsSlice(PointerSize pointer_size)
702 ALWAYS_INLINE ArtMethod* GetDirectMethod(size_t i, PointerSize pointer_size)
706 ALWAYS_INLINE ArtMethod* GetDirectMethodUnchecked(size_t i, PointerSize pointer_size)
708 ALWAYS_INLINE ArtMethod* GetVirtualMethodUnchecked(size_t i, PointerSize pointer_size)
715 ALWAYS_INLINE ArraySlice<ArtMethod> GetMethodsSlice(PointerSize pointer_size
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcABISupport.h 36 static const unsigned PointerSize = sizeof(uintptr_t);
112 static const unsigned PointerSize = 8;
146 static const unsigned PointerSize = 8;
200 static const unsigned PointerSize = 4;
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCAsmInfo.cpp 28 PointerSize = CalleeSaveStackSlotSize = 8;
  /external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCAsmInfo.cpp 30 PointerSize = CalleeSaveStackSlotSize = 8;
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.cpp 47 PointerSize = CalleeSaveStackSlotSize = 8;
96 PointerSize = (is64Bit && !isX32) ? 8 : 4;
133 PointerSize = 8;
160 PointerSize = 8;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcABISupport.h 36 static const unsigned PointerSize = sizeof(uintptr_t);
113 static const unsigned PointerSize = 8;
148 static const unsigned PointerSize = 8;
204 static const unsigned PointerSize = 4;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
OrcABISupport.h 36 static const unsigned PointerSize = sizeof(uintptr_t);
113 static const unsigned PointerSize = 8;
148 static const unsigned PointerSize = 8;
204 static const unsigned PointerSize = 4;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
OrcABISupport.h 36 static const unsigned PointerSize = sizeof(uintptr_t);
113 static const unsigned PointerSize = 8;
148 static const unsigned PointerSize = 8;
204 static const unsigned PointerSize = 4;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
OrcABISupport.h 39 static const unsigned PointerSize = sizeof(uintptr_t);
118 static const unsigned PointerSize = 8;
153 static const unsigned PointerSize = 8;
211 static const unsigned PointerSize = 4;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
OrcABISupport.h 39 static const unsigned PointerSize = sizeof(uintptr_t);
118 static const unsigned PointerSize = 8;
153 static const unsigned PointerSize = 8;
211 static const unsigned PointerSize = 4;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
OrcABISupport.h 39 static const unsigned PointerSize = sizeof(uintptr_t);
118 static const unsigned PointerSize = 8;
153 static const unsigned PointerSize = 8;
211 static const unsigned PointerSize = 4;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
OrcABISupport.h 39 static const unsigned PointerSize = sizeof(uintptr_t);
118 static const unsigned PointerSize = 8;
153 static const unsigned PointerSize = 8;
211 static const unsigned PointerSize = 4;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcABISupport.h 36 static const unsigned PointerSize = sizeof(uintptr_t);
113 static const unsigned PointerSize = 8;
148 static const unsigned PointerSize = 8;
204 static const unsigned PointerSize = 4;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
OrcABISupport.h 36 static const unsigned PointerSize = sizeof(uintptr_t);
113 static const unsigned PointerSize = 8;
148 static const unsigned PointerSize = 8;
204 static const unsigned PointerSize = 4;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
OrcABISupport.h 36 static const unsigned PointerSize = sizeof(uintptr_t);
113 static const unsigned PointerSize = 8;
148 static const unsigned PointerSize = 8;
204 static const unsigned PointerSize = 4;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
OrcABISupport.h 39 static const unsigned PointerSize = sizeof(uintptr_t);
118 static const unsigned PointerSize = 8;
153 static const unsigned PointerSize = 8;
211 static const unsigned PointerSize = 4;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
OrcABISupport.h 39 static const unsigned PointerSize = sizeof(uintptr_t);
118 static const unsigned PointerSize = 8;
153 static const unsigned PointerSize = 8;
211 static const unsigned PointerSize = 4;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
OrcABISupport.h 39 static const unsigned PointerSize = sizeof(uintptr_t);
118 static const unsigned PointerSize = 8;
153 static const unsigned PointerSize = 8;
211 static const unsigned PointerSize = 4;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
OrcABISupport.h 39 static const unsigned PointerSize = sizeof(uintptr_t);
118 static const unsigned PointerSize = 8;
153 static const unsigned PointerSize = 8;
211 static const unsigned PointerSize = 4;
  /art/compiler/jni/quick/arm/
calling_convention_arm.h 26 constexpr size_t kFramePointerSize = static_cast<size_t>(PointerSize::k32);
34 PointerSize::k32) {}
  /art/compiler/jni/quick/arm64/
calling_convention_arm64.h 26 constexpr size_t kFramePointerSize = static_cast<size_t>(PointerSize::k64);
34 PointerSize::k64) {}

Completed in 453 milliseconds

12 3 4 5 6 7 8 910