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

1 2 3 4

  /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/arm64/
thread_arm64.cc 26 CHECK_EQ(THREAD_FLAGS_OFFSET, ThreadFlagsOffset<PointerSize::k64>().Int32Value());
27 CHECK_EQ(THREAD_CARD_TABLE_OFFSET, CardTableOffset<PointerSize::k64>().Int32Value());
28 CHECK_EQ(THREAD_EXCEPTION_OFFSET, ExceptionOffset<PointerSize::k64>().Int32Value());
29 CHECK_EQ(THREAD_ID_OFFSET, ThinLockIdOffset<PointerSize::k64>().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/arch/mips64/
thread_mips64.cc 26 CHECK_EQ(THREAD_FLAGS_OFFSET, ThreadFlagsOffset<PointerSize::k64>().Int32Value());
27 CHECK_EQ(THREAD_CARD_TABLE_OFFSET, CardTableOffset<PointerSize::k64>().Int32Value());
28 CHECK_EQ(THREAD_EXCEPTION_OFFSET, ExceptionOffset<PointerSize::k64>().Int32Value());
  /art/runtime/
offsets.cc 24 return os << offs.Int32Value();
asm_support.h 62 art::Thread::ExceptionOffset<POINTER_SIZE>().Int32Value())
67 art::Thread::TopOfManagedStackOffset<POINTER_SIZE>().Int32Value())
72 art::Thread::SelfOffset<POINTER_SIZE>().Int32Value())
77 art::Thread::ThreadLocalPosOffset<POINTER_SIZE>().Int32Value())
81 art::Thread::ThreadLocalEndOffset<POINTER_SIZE>().Int32Value())
85 art::Thread::ThreadLocalObjectsOffset<POINTER_SIZE>().Int32Value())
91 art::Thread::MterpCurrentIBaseOffset<POINTER_SIZE>().Int32Value())
95 art::Thread::MterpDefaultIBaseOffset<POINTER_SIZE>().Int32Value())
99 art::Thread::MterpAltIBaseOffset<POINTER_SIZE>().Int32Value())
103 art::Thread::RosAllocRunsOffset<POINTER_SIZE>().Int32Value())
    [all...]
offsets.h 31 int32_t Int32Value() const {
  /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()) \
27 DEFINE_EXPR(ART_METHOD_ ## field_name ## _OFFSET_64, int32_t, art::ArtMethod::method_name##Offset(art::PointerSize::k64).Int32Value())
30 DEFINE_EXPR(ART_METHOD_ ## field_name ## _OFFSET, int32_t, art::ArtMethod::method_name##Offset().Int32Value())
33 DEFINE_EXPR(DECLARING_CLASS_ ## field_name ## _OFFSET, int32_t, art::mirror::Class::method_name##Offset().Int32Value())
offset_mirror_object.def 26 DEFINE_OFFSET_EXPR(MIRROR_OBJECT, field_name, int32_t, art::mirror::Object::method_name##Offset().Int32Value())
offset_thread.def 27 DEFINE_OFFSET_EXPR(Thread, field_name, int32_t, art::Thread::method_name##Offset<art::kRuntimePointerSize>().Int32Value())
  /art/compiler/trampolines/
trampoline_compiler.cc 68 ___ Ldr(pc, MemOperand(r0, offset.Int32Value()));
76 ___ Ldr(temp_reg, MemOperand(r0, JNIEnvExt::SelfOffset(4).Int32Value()));
77 ___ Ldr(pc, MemOperand(temp_reg, offset.Int32Value()));
81 ___ Ldr(pc, MemOperand(tr, offset.Int32Value()));
106 __ JumpTo(Arm64ManagedRegister::FromXRegister(X0), Offset(offset.Int32Value()),
113 Offset(JNIEnvExt::SelfOffset(8).Int32Value()));
115 __ JumpTo(Arm64ManagedRegister::FromXRegister(IP1), Offset(offset.Int32Value()),
120 __ JumpTo(Arm64ManagedRegister::FromXRegister(TR), Offset(offset.Int32Value()),
145 __ LoadFromOffset(kLoadWord, T9, A0, offset.Int32Value());
148 __ LoadFromOffset(kLoadWord, T9, A0, JNIEnvExt::SelfOffset(4).Int32Value());
    [all...]
  /art/compiler/utils/arm/
jni_macro_assembler_arm_vixl.cc 156 ___ Ldr(mr, MemOperand(tr, Thread::IsGcMarkingOffset<kArmPointerSize>().Int32Value()));
186 asm_.StoreToOffset(kStoreWord, src.AsVIXLRegister(), sp, dest.Int32Value());
189 asm_.StoreToOffset(kStoreWord, src.AsVIXLRegisterPairLow(), sp, dest.Int32Value());
190 asm_.StoreToOffset(kStoreWord, src.AsVIXLRegisterPairHigh(), sp, dest.Int32Value() + 4);
193 asm_.StoreSToOffset(src.AsVIXLSRegister(), sp, dest.Int32Value());
197 asm_.StoreDToOffset(src.AsVIXLDRegister(), sp, dest.Int32Value());
206 asm_.StoreToOffset(kStoreWord, src.AsVIXLRegister(), sp, dest.Int32Value());
214 asm_.StoreToOffset(kStoreWord, src.AsVIXLRegister(), sp, dest.Int32Value());
223 asm_.StoreToOffset(kStoreWord, src.AsVIXLRegister(), sp, dest.Int32Value());
226 asm_.LoadFromOffset(kLoadWord, scratch.AsVIXLRegister(), sp, in_off.Int32Value());
    [all...]
  /art/compiler/utils/arm64/
jni_macro_assembler_arm64.cc 56 StoreToOffset(TR, SP, offset.Int32Value());
133 StoreWToOffset(kStoreWord, src.AsWRegister(), SP, offs.Int32Value());
136 StoreToOffset(src.AsXRegister(), SP, offs.Int32Value());
138 StoreSToOffset(src.AsSRegister(), SP, offs.Int32Value());
141 StoreDToOffset(src.AsDRegister(), SP, offs.Int32Value());
149 offs.Int32Value());
155 StoreToOffset(src.AsXRegister(), SP, offs.Int32Value());
165 offs.Int32Value());
173 AddConstant(scratch.AsXRegister(), SP, fr_offs.Int32Value());
174 StoreToOffset(scratch.AsXRegister(), TR, tr_offs.Int32Value());
    [all...]
  /art/runtime/generated/
asm_support_gen.h 38 DEFINE_CHECK_EQ(static_cast<int32_t>(THREAD_FLAGS_OFFSET), (static_cast<int32_t>(art::Thread:: ThreadFlagsOffset<art::kRuntimePointerSize>().Int32Value())))
40 DEFINE_CHECK_EQ(static_cast<int32_t>(THREAD_ID_OFFSET), (static_cast<int32_t>(art::Thread:: ThinLockIdOffset<art::kRuntimePointerSize>().Int32Value())))
42 DEFINE_CHECK_EQ(static_cast<int32_t>(THREAD_IS_GC_MARKING_OFFSET), (static_cast<int32_t>(art::Thread:: IsGcMarkingOffset<art::kRuntimePointerSize>().Int32Value())))
44 DEFINE_CHECK_EQ(static_cast<int32_t>(THREAD_CARD_TABLE_OFFSET), (static_cast<int32_t>(art::Thread:: CardTableOffset<art::kRuntimePointerSize>().Int32Value())))
48 DEFINE_CHECK_EQ(static_cast<int32_t>(MIRROR_OBJECT_CLASS_OFFSET), (static_cast<int32_t>(art::mirror::Object:: ClassOffset().Int32Value())))
50 DEFINE_CHECK_EQ(static_cast<int32_t>(MIRROR_OBJECT_LOCK_WORD_OFFSET), (static_cast<int32_t>(art::mirror::Object:: MonitorOffset().Int32Value())))
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())))
62 DEFINE_CHECK_EQ(static_cast<int32_t>(ART_METHOD_DEX_CACHE_METHODS_OFFSET_64), (static_cast<int32_t>(art::ArtMethod:: DexCacheResolvedMethodsOffset(art::PointerSize::k64).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())))
66 DEFINE_CHECK_EQ(static_cast<int32_t>(ART_METHOD_JNI_OFFSET_64), (static_cast<int32_t>(art::ArtMethod:: EntryPointFromJniOffset(art::PointerSize::k64).Int32Value())))
    [all...]
  /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/test/004-UnsafeTest/
unsafe_test.cc 31 Primitive::ComponentSize(klass->GetComponentType()->GetPrimitiveType())).Int32Value();
  /external/flatbuffers/tests/FlatBuffers.Test/
FuzzTestData.cs 31 public static readonly int Int32Value = BitConverter.ToInt32(_overflowInt32, 0);
  /external/protobuf/src/google/protobuf/
wrappers.pb.cc 124 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Int32Value, value_),
129 Int32Value::default_instance_,
134 sizeof(Int32Value),
135 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Int32Value, _internal_metadata_),
136 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Int32Value, _is_default_instance_));
218 Int32Value_descriptor_, &Int32Value::default_instance());
240 delete Int32Value::default_instance_;
277 Int32Value::default_instance_ = new Int32Value();
286 Int32Value::default_instance_->InitAsDefaultInstance()
    [all...]
wrappers.pb.h 44 class Int32Value;
416 class LIBPROTOBUF_EXPORT Int32Value : public ::google::protobuf::Message {
418 Int32Value();
419 virtual ~Int32Value();
421 Int32Value(const Int32Value& from);
423 inline Int32Value& operator=(const Int32Value& from) {
433 static const Int32Value& default_instance();
435 void UnsafeArenaSwap(Int32Value* other)
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wrappers.pb.h 44 class Int32Value;
416 class LIBPROTOBUF_EXPORT Int32Value : public ::google::protobuf::Message {
418 Int32Value();
419 virtual ~Int32Value();
421 Int32Value(const Int32Value& from);
423 inline Int32Value& operator=(const Int32Value& from) {
433 static const Int32Value& default_instance();
435 void UnsafeArenaSwap(Int32Value* other)
    [all...]
  /art/compiler/jni/quick/
calling_convention.cc 217 return FrameOffset(HandleReferencesOffset().Int32Value() + references_size);
225 SavedLocalReferenceCookieOffset().Int32Value();
233 return FrameOffset(displacement_.Int32Value() + static_cast<size_t>(frame_pointer_size_));
333 int result = HandleReferencesOffset().Int32Value() + itr_refs_ * handle_scope_pointer_size_;
334 CHECK_GT(result, HandleScopeNumRefsOffset().Int32Value());
calling_convention.h 345 return FrameOffset(this->displacement_.Int32Value() + static_cast<size_t>(frame_pointer_size_));
350 return FrameOffset(HandleScopeOffset().Int32Value() +
355 return FrameOffset(HandleScopeOffset().Int32Value() +
360 return FrameOffset(HandleScopeOffset().Int32Value() +
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Wrappers.cs 43 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Int32Value), global::Google.Protobuf.WellKnownTypes.Int32Value.Parser, new[]{ "Value" }, null, null, null),
501 /// The JSON representation for `Int32Value` is JSON number.
504 public sealed partial class Int32Value : pb::IMessage<Int32Value> {
505 private static readonly pb::MessageParser<Int32Value> _parser = new pb::MessageParser<Int32Value>(() => new Int32Value());
506 public static pb::MessageParser<Int32Value> Parser { get { return _parser; } }
516 public Int32Value() {
    [all...]
  /art/compiler/jni/quick/mips64/
calling_convention_mips64.cc 117 FrameOffset(displacement_.Int32Value() + // displacement
232 size_t offset = displacement_.Int32Value() - OutArgSize() + (args_on_stack * kFramePointerSize);
  /art/runtime/mirror/
field-inl.h 76 ret->SetOffset<kTransactionActive>(field->GetOffset().Int32Value());

Completed in 3379 milliseconds

1 2 3 4