Home
last modified time | relevance | path

Searched refs:GetInt (Results 1 – 20 of 20) sorted by relevance

/art/test/1912-get-set-local-primitive/
Dexpected.txt1 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/
Ddex_verify.cc590 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()
Ddex_writer.cc133 length = EncodeIntValue(encoded_value->GetInt(), buffer); in WriteEncodedValue()
Ddex_ir.h811 int32_t GetInt() const { return u_.int_val_; } in GetInt() function
Ddexlayout.cc530 fprintf(out_file_, "%" PRId32, data->GetInt()); in DumpEncodedValue()
/art/compiler/optimizing/
Dintrinsics.cc316 info.low = field->GetInt(info.integer_cache); in ComputeIntegerValueOfInfo()
322 info.high = field->GetInt(info.integer_cache); in ComputeIntegerValueOfInfo()
/art/runtime/
Dreflection.cc311 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()
Dtransaction_test.cc200 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()
Dcommon_dex_operations.h130 result->SetI(field->GetInt(obj)); in DoFieldGetCommon()
Dart_field.h125 int32_t GetInt(ObjPtr<mirror::Object> object) REQUIRES_SHARED(Locks::mutator_lock_);
Dart_field-inl.h187 inline int32_t ArtField::GetInt(ObjPtr<mirror::Object> object) { in GetInt() function
Dclass_linker_test.cc1181 EXPECT_EQ(2000000000, s4->GetInt(statics.Get())); in TEST_F()
1212 EXPECT_EQ(2000000001, s4->GetInt(statics.Get())); in TEST_F()
Doat_file_assistant_test.cc1349 EXPECT_EQ(field.first, art_field->GetInt(dexfile.Get())); in TEST_F()
Dthread.cc460 self->SetNativePriority(priorityField->GetInt(self->tlsPtr_.opeer)); in CreateCallback()
1640 ->GetInt(thread->tlsPtr_.opeer); in DumpState()
Ddebugger.cc1842 field_value.SetI(f->GetInt(o)); in GetArtFieldValue()
2209 const int32_t size = ngroups_field->GetInt(thread_group); in GetChildThreadGroups()
/art/openjdkjvmti/
Dti_threadgroup.cc142 info_ptr->max_priority = static_cast<jint>(prio_field->GetInt(obj)); in GetThreadGroupInfo()
Dti_thread.cc285 info_ptr->priority = static_cast<jint>(f->GetInt(peer)); in GetThreadInfo()
Dti_heap.cc562 value.i = field.GetInt(src); in ReportPrimitiveFieldCallback()
/art/runtime/interpreter/mterp/
Dmterp.cc839 &ArtField::GetInt); in MterpGet32Static()
/art/runtime/arch/
Dstub_test.cc1488 int32_t res = f->GetInt(obj->Get()); in GetSet32Instance()