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

1 2

  /art/runtime/
method_handles-inl.h 101 setter->SetLong(getter->GetLong());
111 value.SetJ(getter->GetLong());
method_handles.h 95 // int64_t GetLong();
155 ALWAYS_INLINE int64_t GetLong() REQUIRES_SHARED(Locks::mutator_lock_) {
common_dex_operations.h 109 result->SetJ(field->GetLong(obj));
reflection.cc 315 DO_FIRST_ARG("Ljava/lang/Long;", GetLong, AppendWide)
324 DO_ARG("Ljava/lang/Long;", GetLong, AppendFloat)
334 DO_ARG("Ljava/lang/Long;", GetLong, AppendDouble)
838 boxed_value.SetJ(primitive_field->GetLong(o));
    [all...]
transaction_test.cc 214 ASSERT_EQ(longField->GetLong(h_klass.Get()), static_cast<int64_t>(0));
261 EXPECT_EQ(longField->GetLong(h_klass.Get()), static_cast<int64_t>(0));
316 ASSERT_EQ(longField->GetLong(h_instance.Get()), static_cast<int64_t>(0));
363 EXPECT_EQ(longField->GetLong(h_instance.Get()), static_cast<int64_t>(0));
art_field.h 129 int64_t GetLong(ObjPtr<mirror::Object> object) REQUIRES_SHARED(Locks::mutator_lock_);
art_field-inl.h 208 inline int64_t ArtField::GetLong(ObjPtr<mirror::Object> object) {
class_linker_test.cc     [all...]
  /external/flatbuffers/tests/FlatBuffers.Test/
ByteBufferTests.cs 267 Assert.AreEqual(0x010203040A0B0C0D, uut.GetLong(0));
276 Assert.Throws<ArgumentOutOfRangeException>(() => uut.GetLong(8));
284 Assert.Throws<ArgumentOutOfRangeException>(() => uut.GetLong(0));
TestTable.cs 117 return t.bb.GetLong(t.bb_pos + off);
  /external/lzma/CPP/Windows/
Window.h 180 LONG_PTR GetLong(int index) const { return ::GetWindowLong(_window, index); }
182 LONG_PTR GetUserDataLong() const { return GetLong(GWLP_USERDATA); }
188 LONG_PTR GetLongPtr(int index) const { return GetLong(index); }
  /art/dexlayout/
dex_verify.cc 599 if (orig->GetLong() != output->GetLong()) {
603 orig->GetLong(),
604 output->GetLong());
621 if (orig->GetLong() != output->GetLong()) {
626 orig->GetLong(),
627 output->GetLong());
    [all...]
dex_writer.cc 144 length = EncodeLongValue(encoded_value->GetLong(), buffer);
dex_ir.h 667 int64_t GetLong() const { return u_.long_val_; }
    [all...]
dexlayout.cc 529 fprintf(out_file_, "%" PRId64, data->GetLong());
    [all...]
  /external/flatbuffers/net/FlatBuffers/
ByteBuffer.cs 358 public long GetLong(int offset)
429 public long GetLong(int index)
  /external/flatbuffers/tests/MyGame/Example/
Stat.cs 20 public long Val { get { int o = __p.__offset(6); return o != 0 ? __p.bb.GetLong(o + __p.bb_pos) : (long)0; } }
Monster.cs 57 public long Testhashs64Fnv1 { get { int o = __p.__offset(40); return o != 0 ? __p.bb.GetLong(o + __p.bb_pos) : (long)0; } }
65 public long Testhashs64Fnv1a { get { int o = __p.__offset(48); return o != 0 ? __p.bb.GetLong(o + __p.bb_pos) : (long)0; } }
  /external/libmojo/third_party/catapult/devil/devil/android/sdk/
shared_prefs.py 313 def GetLong(self, key):
  /art/runtime/mirror/
emulated_stack_frame.cc 120 ALWAYS_INLINE int64_t GetLong() REQUIRES_SHARED(Locks::mutator_lock_) {
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs.py 330 def GetLong(self, key):
  /system/keymaster/
authorization_set_test.cpp 437 TEST(GetValue, GetLong) {
  /art/runtime/interpreter/mterp/
mterp.cc 774 &ArtField::GetLong);
    [all...]
  /art/runtime/openjdkjvmti/
ti_heap.cc 563 value.j = field.GetLong(src);
    [all...]
  /art/runtime/arch/
stub_test.cc     [all...]

Completed in 708 milliseconds

1 2