Searched refs:GetInt (Results 1 – 20 of 20) sorted by relevance
/art/test/1912-get-set-local-primitive/ |
D | expected.txt | 1 Running public static void art.Test1912.IntMethod(java.lang.Runnable) with "GetInt" on remote threa… 2 "GetInt" on public static void art.Test1912.IntMethod(java.lang.Runnable) got value: 42 25 Running public static void art.Test1912.LongMethod(java.lang.Runnable) with "GetInt" on remote thre… 26 "GetInt" on public static void art.Test1912.LongMethod(java.lang.Runnable) failed due to JVMTI_ERRO… 49 Running public static void art.Test1912.FloatMethod(java.lang.Runnable) with "GetInt" on remote thr… 50 "GetInt" on public static void art.Test1912.FloatMethod(java.lang.Runnable) failed due to JVMTI_ERR… 73 Running public static void art.Test1912.DoubleMethod(java.lang.Runnable) with "GetInt" on remote th… 74 "GetInt" on public static void art.Test1912.DoubleMethod(java.lang.Runnable) failed due to JVMTI_ER…
|
/art/dexlayout/ |
D | dex_verify.cc | 590 if (orig->GetInt() != output->GetInt()) { in VerifyEncodedValue() 593 orig->GetInt(), in VerifyEncodedValue() 594 output->GetInt()); in VerifyEncodedValue() 610 if (orig->GetInt() != output->GetInt()) { in VerifyEncodedValue() 614 orig->GetInt(), in VerifyEncodedValue() 615 output->GetInt()); in VerifyEncodedValue()
|
D | dex_writer.cc | 133 length = EncodeIntValue(encoded_value->GetInt(), buffer); in WriteEncodedValue()
|
D | dex_ir.h | 811 int32_t GetInt() const { return u_.int_val_; } in GetInt() function
|
D | dexlayout.cc | 530 fprintf(out_file_, "%" PRId32, data->GetInt()); in DumpEncodedValue()
|
/art/compiler/optimizing/ |
D | intrinsics.cc | 316 info.low = field->GetInt(info.integer_cache); in ComputeIntegerValueOfInfo() 322 info.high = field->GetInt(info.integer_cache); in ComputeIntegerValueOfInfo()
|
/art/runtime/ |
D | reflection.cc | 311 DO_FIRST_ARG("Ljava/lang/Integer;", GetInt, Append) in BuildArgArrayFromObjectArray() 319 DO_ARG("Ljava/lang/Integer;", GetInt, AppendWide) in BuildArgArrayFromObjectArray() 328 DO_ARG("Ljava/lang/Integer;", GetInt, AppendFloat) in BuildArgArrayFromObjectArray() 338 DO_ARG("Ljava/lang/Integer;", GetInt, AppendDouble) in BuildArgArrayFromObjectArray() 840 boxed_value.SetI(primitive_field->GetInt(o)); in UnboxPrimitive()
|
D | transaction_test.cc | 200 ASSERT_EQ(intField->GetInt(h_klass.Get()), 0); in TEST_F() 249 EXPECT_EQ(intField->GetInt(h_klass.Get()), 0); in TEST_F() 300 ASSERT_EQ(intField->GetInt(h_instance.Get()), 0); in TEST_F() 349 EXPECT_EQ(intField->GetInt(h_instance.Get()), 0); in TEST_F()
|
D | common_dex_operations.h | 130 result->SetI(field->GetInt(obj)); in DoFieldGetCommon()
|
D | art_field.h | 125 int32_t GetInt(ObjPtr<mirror::Object> object) REQUIRES_SHARED(Locks::mutator_lock_);
|
D | art_field-inl.h | 187 inline int32_t ArtField::GetInt(ObjPtr<mirror::Object> object) { in GetInt() function
|
D | class_linker_test.cc | 1181 EXPECT_EQ(2000000000, s4->GetInt(statics.Get())); in TEST_F() 1212 EXPECT_EQ(2000000001, s4->GetInt(statics.Get())); in TEST_F()
|
D | oat_file_assistant_test.cc | 1349 EXPECT_EQ(field.first, art_field->GetInt(dexfile.Get())); in TEST_F()
|
D | thread.cc | 460 self->SetNativePriority(priorityField->GetInt(self->tlsPtr_.opeer)); in CreateCallback() 1640 ->GetInt(thread->tlsPtr_.opeer); in DumpState()
|
D | debugger.cc | 1842 field_value.SetI(f->GetInt(o)); in GetArtFieldValue() 2209 const int32_t size = ngroups_field->GetInt(thread_group); in GetChildThreadGroups()
|
/art/openjdkjvmti/ |
D | ti_threadgroup.cc | 142 info_ptr->max_priority = static_cast<jint>(prio_field->GetInt(obj)); in GetThreadGroupInfo()
|
D | ti_thread.cc | 285 info_ptr->priority = static_cast<jint>(f->GetInt(peer)); in GetThreadInfo()
|
D | ti_heap.cc | 562 value.i = field.GetInt(src); in ReportPrimitiveFieldCallback()
|
/art/runtime/interpreter/mterp/ |
D | mterp.cc | 839 &ArtField::GetInt); in MterpGet32Static()
|
/art/runtime/arch/ |
D | stub_test.cc | 1488 int32_t res = f->GetInt(obj->Get()); in GetSet32Instance()
|