Searched refs:GetInt (Results 1 – 19 of 19) sorted by relevance
/art/compiler/optimizing/ |
D | intrinsics.cc | 97 return field->GetInt(cache_class); in GetIntegerCacheField() 140 if (value_field->GetInt(boot_image_object) != low + i) { in CheckIntegerCache() 194 CHECK_EQ(value_field->GetInt(current_object), low + i); in ComputeIntegerValueOfLocations() 234 int32_t low = value_field->GetInt(low_integer); in ComputeIntegerValueOfLocations() 336 info.low = value_field->GetInt(low_integer); in ComputeIntegerValueOfInfo()
|
/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 34 Running public static void art.Test1912.LongMethod(java.lang.Runnable) with "GetInt" on remote thre… 35 "GetInt" on public static void art.Test1912.LongMethod(java.lang.Runnable) failed due to JVMTI_ERRO… 67 Running public static void art.Test1912.FloatMethod(java.lang.Runnable) with "GetInt" on remote thr… 68 "GetInt" on public static void art.Test1912.FloatMethod(java.lang.Runnable) failed due to JVMTI_ERR… 100 Running public static void art.Test1912.DoubleMethod(java.lang.Runnable) with "GetInt" on remote th… 101 "GetInt" on public static void art.Test1912.DoubleMethod(java.lang.Runnable) failed due to JVMTI_ER… 133 Running public static void art.Test1912.ObjectMethod(java.lang.Runnable) with "GetInt" on remote th… 134 "GetInt" on public static void art.Test1912.ObjectMethod(java.lang.Runnable) failed due to JVMTI_ER… [all …]
|
/art/dexlayout/ |
D | dex_verify.cc | 603 if (orig->GetInt() != output->GetInt()) { in VerifyEncodedValue() 606 orig->GetInt(), in VerifyEncodedValue() 607 output->GetInt()); in VerifyEncodedValue() 623 if (orig->GetInt() != output->GetInt()) { in VerifyEncodedValue() 627 orig->GetInt(), in VerifyEncodedValue() 628 output->GetInt()); in VerifyEncodedValue()
|
D | dex_writer.cc | 133 length = EncodeIntValue(encoded_value->GetInt(), buffer); in WriteEncodedValue()
|
D | dex_ir.h | 793 int32_t GetInt() const { return u_.int_val_; } in GetInt() function
|
D | dexlayout.cc | 517 fprintf(out_file_, "%" PRId32, data->GetInt()); in DumpEncodedValue()
|
/art/test/1965-get-set-local-primitive-no-tables/ |
D | expected.txt | 1 …tMethod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetInt" on remote thread. 2 "GetInt" on public static void art_test.TestCases1965.IntMethod(java.util.function.IntConsumer,java… 34 …gMethod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetInt" on remote thread. 35 "GetInt" on public static void art_test.TestCases1965.LongMethod(java.util.function.IntConsumer,jav… 67 …tMethod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetInt" on remote thread. 68 "GetInt" on public static void art_test.TestCases1965.FloatMethod(java.util.function.IntConsumer,ja… 100 …eMethod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetInt" on remote thread. 101 "GetInt" on public static void art_test.TestCases1965.DoubleMethod(java.util.function.IntConsumer,j… 133 …tMethod(java.util.function.IntConsumer,java.util.function.Consumer) with "GetInt" on remote thread. 134 "GetInt" on public static void art_test.TestCases1965.ObjectMethod(java.util.function.IntConsumer,j… [all …]
|
/art/runtime/ |
D | reflection.cc | 313 DO_FIRST_ARG("Ljava/lang/Integer;", GetInt, Append) in BuildArgArrayFromObjectArray() 321 DO_ARG("Ljava/lang/Integer;", GetInt, AppendWide) in BuildArgArrayFromObjectArray() 330 DO_ARG("Ljava/lang/Integer;", GetInt, AppendFloat) in BuildArgArrayFromObjectArray() 340 DO_ARG("Ljava/lang/Integer;", GetInt, AppendDouble) in BuildArgArrayFromObjectArray() 951 boxed_value.SetI(primitive_field->GetInt(o)); in UnboxPrimitive()
|
D | common_dex_operations.h | 137 result->SetI(field->GetInt(obj)); in DoFieldGetCommon()
|
D | transaction_test.cc | 207 ASSERT_EQ(intField->GetInt(h_klass.Get()), 0); in TEST_F() 256 EXPECT_EQ(intField->GetInt(h_klass.Get()), 0); in TEST_F() 307 ASSERT_EQ(intField->GetInt(h_instance.Get()), 0); in TEST_F() 356 EXPECT_EQ(intField->GetInt(h_instance.Get()), 0); in TEST_F()
|
D | art_field.h | 132 int32_t GetInt(ObjPtr<mirror::Object> object) REQUIRES_SHARED(Locks::mutator_lock_);
|
D | art_field-inl.h | 204 inline int32_t ArtField::GetInt(ObjPtr<mirror::Object> object) { in GetInt() function
|
D | class_linker_test.cc | 1204 EXPECT_EQ(2000000000, s4->GetInt(statics.Get())); in TEST_F() 1235 EXPECT_EQ(2000000001, s4->GetInt(statics.Get())); in TEST_F()
|
D | oat_file_assistant_test.cc | 1280 EXPECT_EQ(field.first, art_field->GetInt(dexfile.Get())); in TEST_F()
|
D | thread.cc | 626 self->SetNativePriority(priorityField->GetInt(self->tlsPtr_.opeer)); in CreateCallback() 1830 ->GetInt(thread->tlsPtr_.opeer); in DumpState()
|
/art/openjdkjvmti/ |
D | ti_threadgroup.cc | 145 info_ptr->max_priority = static_cast<jint>(prio_field->GetInt(obj.Get())); in GetThreadGroupInfo()
|
D | ti_thread.cc | 347 info_ptr->priority = static_cast<jint>(f->GetInt(peer)); in GetThreadInfo()
|
D | ti_heap.cc | 592 value.i = field.GetInt(src); in ReportPrimitiveFieldCallback()
|
/art/runtime/arch/ |
D | stub_test.cc | 1354 int32_t res = f->GetInt(obj->Get()); in GetSet32Instance()
|