HomeSort by relevance Sort by last modified time
    Searched refs:k32 (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /art/runtime/arch/arm/
thread_arm.cc 26 CHECK_EQ(THREAD_FLAGS_OFFSET, ThreadFlagsOffset<PointerSize::k32>().Int32Value());
27 CHECK_EQ(THREAD_CARD_TABLE_OFFSET, CardTableOffset<PointerSize::k32>().Int32Value());
28 CHECK_EQ(THREAD_EXCEPTION_OFFSET, ExceptionOffset<PointerSize::k32>().Int32Value());
29 CHECK_EQ(THREAD_ID_OFFSET, ThinLockIdOffset<PointerSize::k32>().Int32Value());
  /art/runtime/arch/mips/
thread_mips.cc 26 CHECK_EQ(THREAD_FLAGS_OFFSET, ThreadFlagsOffset<PointerSize::k32>().Int32Value());
27 CHECK_EQ(THREAD_CARD_TABLE_OFFSET, CardTableOffset<PointerSize::k32>().Int32Value());
28 CHECK_EQ(THREAD_EXCEPTION_OFFSET, ExceptionOffset<PointerSize::k32>().Int32Value());
  /art/runtime/base/
enums.h 26 k32 = 4, member in class:art::PointerSize
33 : PointerSize::k32;
  /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/mips/
calling_convention_mips.h 27 static_assert(kFramePointerSize == static_cast<size_t>(PointerSize::k32),
36 PointerSize::k32) {}
  /art/compiler/jni/quick/x86/
calling_convention_x86.h 26 constexpr size_t kFramePointerSize = static_cast<size_t>(PointerSize::k32);
34 PointerSize::k32),
  /art/compiler/utils/
jni_macro_assembler.cc 46 using MacroAsm32UniquePtr = std::unique_ptr<JNIMacroAssembler<PointerSize::k32>>;
49 MacroAsm32UniquePtr JNIMacroAssembler<PointerSize::k32>::Create(
  /art/runtime/mirror/
executable.cc 35 template bool Executable::CreateFromArtMethod<PointerSize::k32, false>(ArtMethod* method);
36 template bool Executable::CreateFromArtMethod<PointerSize::k32, true>(ArtMethod* method);
method.cc 65 template Method* Method::CreateFromArtMethod<PointerSize::k32, false>(Thread* self,
67 template Method* Method::CreateFromArtMethod<PointerSize::k32, true>(Thread* self,
117 template Constructor* Constructor::CreateFromArtMethod<PointerSize::k32, false>(
119 template Constructor* Constructor::CreateFromArtMethod<PointerSize::k32, true>(
  /art/runtime/arch/
instruction_set.h 57 static constexpr PointerSize kArmPointerSize = PointerSize::k32;
59 static constexpr PointerSize kMipsPointerSize = PointerSize::k32;
61 static constexpr PointerSize kX86PointerSize = PointerSize::k32;
181 return Is64BitInstructionSet(isa) ? PointerSize::k64 : PointerSize::k32;
  /art/runtime/arch/x86/
thread_x86.cc 140 CHECK_EQ(THREAD_SELF_OFFSET, SelfOffset<PointerSize::k32>().Int32Value());
148 CHECK_EQ(THREAD_EXCEPTION_OFFSET, ExceptionOffset<PointerSize::k32>().Int32Value());
149 CHECK_EQ(THREAD_CARD_TABLE_OFFSET, CardTableOffset<PointerSize::k32>().Int32Value());
150 CHECK_EQ(THREAD_ID_OFFSET, ThinLockIdOffset<PointerSize::k32>().Int32Value());
  /art/runtime/
offsets.h 61 using ThreadOffset32 = ThreadOffset<PointerSize::k32>;
imtable.h 47 if (pointer_size == PointerSize::k32) {
59 if (pointer_size == PointerSize::k32) {
  /art/runtime/entrypoints/quick/
callee_save_frame.h 91 isa == kNone ? (LOG(FATAL) << "kNone has no pointer size", PointerSize::k32) :
92 (LOG(FATAL) << "Unknown instruction set" << isa, PointerSize::k32);
  /art/tools/cpp-define-generator/
offset_dexcache.def 26 DEFINE_EXPR(ART_METHOD_ ## field_name ## _OFFSET_32, int32_t, art::ArtMethod::method_name##Offset(art::PointerSize::k32).Int32Value()) \
  /external/icu/icu4c/source/common/
resource.h 82 ResourceTable(const uint16_t *k16, const int32_t *k32,
84 keys16(k16), keys32(k32), items16(i16), items32(i32), length(len) {}
  /art/compiler/linker/
method_bss_mapping_encoder_test.cc 25 for (PointerSize pointer_size : {PointerSize::k32, PointerSize::k64}) {
  /prebuilts/go/darwin-x86/test/
zerodivide.go 28 i32, j32, k32 int32 = 0, 0, 1 var
62 k32++
126 ErrorTest{"int32 1/0", func() { use(k32 / j32) }, "divide"},
  /prebuilts/go/linux-x86/test/
zerodivide.go 28 i32, j32, k32 int32 = 0, 0, 1 var
62 k32++
126 ErrorTest{"int32 1/0", func() { use(k32 / j32) }, "divide"},
  /art/compiler/jni/
jni_cfi_test.cc 48 TestImplSized<PointerSize::k32>(isa, isa_str, expected_asm, expected_cfi);
  /art/runtime/generated/
asm_support_gen.h 60 DEFINE_CHECK_EQ(static_cast<int32_t>(ART_METHOD_DEX_CACHE_METHODS_OFFSET_32), (static_cast<int32_t>(art::ArtMethod:: DexCacheResolvedMethodsOffset(art::PointerSize::k32).Int32Value())))
64 DEFINE_CHECK_EQ(static_cast<int32_t>(ART_METHOD_JNI_OFFSET_32), (static_cast<int32_t>(art::ArtMethod:: EntryPointFromJniOffset(art::PointerSize::k32).Int32Value())))
68 DEFINE_CHECK_EQ(static_cast<int32_t>(ART_METHOD_QUICK_CODE_OFFSET_32), (static_cast<int32_t>(art::ArtMethod:: EntryPointFromQuickCompiledCodeOffset(art::PointerSize::k32).Int32Value())))
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
TwofishEngine.java 411 // fall through, having pre-processed b[0]..b[3] with k32[3]
417 // fall through, having pre-processed b[0]..b[3] with k32[2]
523 private int F32(int x, int[] k32)
529 int k0 = k32[0];
530 int k1 = k32[1];
531 int k2 = k32[2];
532 int k3 = k32[3];
  /external/boringssl/src/crypto/fipsmodule/modes/asm/
ghash-armv4.pl 383 my ($Hlo,$Hhi,$Hhl,$k48,$k32,$k16)=map("d$_",(26..31));
406 vand $t1#hi, $t1#hi, $k32
462 vmov.i64 $k32,#0x00000000ffffffff
480 vmov.i64 $k32,#0x00000000ffffffff
  /prebuilts/go/darwin-x86/src/runtime/
os_windows.go 169 k32 := stdcall1(_LoadLibraryA, uintptr(unsafe.Pointer(&kernel32dll[0])))
170 if k32 == 0 {
173 _AddDllDirectory = windowsFindfunc(k32, []byte("AddDllDirectory\000"))
174 _AddVectoredContinueHandler = windowsFindfunc(k32, []byte("AddVectoredContinueHandler\000"))
175 _GetQueuedCompletionStatusEx = windowsFindfunc(k32, []byte("GetQueuedCompletionStatusEx\000"))
176 _LoadLibraryExW = windowsFindfunc(k32, []byte("LoadLibraryExW\000"))
  /prebuilts/go/linux-x86/src/runtime/
os_windows.go 169 k32 := stdcall1(_LoadLibraryA, uintptr(unsafe.Pointer(&kernel32dll[0])))
170 if k32 == 0 {
173 _AddDllDirectory = windowsFindfunc(k32, []byte("AddDllDirectory\000"))
174 _AddVectoredContinueHandler = windowsFindfunc(k32, []byte("AddVectoredContinueHandler\000"))
175 _GetQueuedCompletionStatusEx = windowsFindfunc(k32, []byte("GetQueuedCompletionStatusEx\000"))
176 _LoadLibraryExW = windowsFindfunc(k32, []byte("LoadLibraryExW\000"))

Completed in 613 milliseconds

1 2 3 4 5