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

1 2 3 4 5 6 78 910

  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCObjectStreamer.h 130 unsigned PointerSize);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCObjectStreamer.h 130 unsigned PointerSize);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCObjectStreamer.h 130 unsigned PointerSize);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCObjectStreamer.h 130 unsigned PointerSize);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCObjectStreamer.h 130 unsigned PointerSize);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCObjectStreamer.h 130 unsigned PointerSize);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCObjectStreamer.h 130 unsigned PointerSize);
  /external/llvm/include/llvm/Object/
MachO.h 133 uint8_t PointerSize;
180 uint8_t PointerSize;
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 28 static_assert(kArmPointerSize == PointerSize::k32, "Unexpected ARM pointer size");
  /art/compiler/utils/arm64/
jni_macro_assembler_arm64.h 43 class Arm64JNIMacroAssembler FINAL : public JNIMacroAssemblerFwd<Arm64Assembler, PointerSize::k64> {
  /art/runtime/mirror/
dex_cache.cc 42 PointerSize image_pointer_size) {
string.h 44 static uint32_t ClassSize(PointerSize pointer_size);
string-inl.h 37 inline uint32_t String::ClassSize(PointerSize pointer_size) {
  /art/oatdump/
oatdump.cc 402 ? &Thread::DumpThreadOffset<PointerSize::k64>
403 : &Thread::DumpThreadOffset<PointerSize::k32>))) {
    [all...]
  /external/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 618 unsigned PointerSize = M.getDataLayout().getPointerSize();
619 B.Before.Bytes.resize(alignTo(B.Before.Bytes.size(), PointerSize));
620 B.After.Bytes.resize(alignTo(B.After.Bytes.size(), PointerSize));
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAsmStreamer.cpp 142 unsigned PointerSize);
373 unsigned PointerSize) {
374 EmitDwarfSetLineAddr(LineDelta, Label, PointerSize);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntrace.h 431 ULONG PointerSize;
474 ULONG PointerSize;
515 ULONG PointerSize;
  /art/runtime/gc/space/
image_space.cc     [all...]
  /art/compiler/optimizing/
inliner.cc 232 PointerSize pointer_size = cl->GetImagePointerSize();
321 PointerSize pointer_size = Runtime::Current()->GetClassLinker()->GetImagePointerSize();
374 PointerSize pointer_size = caller_compilation_unit_.GetClassLinker()->GetImagePointerSize();
787 PointerSize pointer_size)
    [all...]
  /art/runtime/
runtime.cc     [all...]
class_linker.h 627 PointerSize GetImagePointerSize() const {
685 PointerSize pointer_size);
    [all...]
class_linker-inl.h 222 PointerSize pointer_size = image_pointer_size_;
  /external/llvm/lib/Analysis/
InlineCost.cpp     [all...]
  /art/compiler/
common_compiler_test.cc 128 PointerSize pointer_size = class_linker_->GetImagePointerSize();
  /art/imgdiag/
imgdiag.cc 382 PointerSize pointer_size)
714 PointerSize pointer_size)
    [all...]

Completed in 542 milliseconds

1 2 3 4 5 6 78 910