HomeSort by relevance Sort by last modified time
    Searched refs:unboxed_value (Results 1 - 5 of 5) sorted by null

  /art/runtime/
reflection.h 42 JValue* unboxed_value)
47 JValue* unboxed_value)
reflection.cc 777 JValue* unboxed_value)
796 unboxed_value->SetL(o);
    [all...]
method_handles_test.cc 188 JValue unboxed_value; local
189 ASSERT_TRUE(UnboxPrimitiveForResult(value.GetL(), cl->FindPrimitiveClass('I'), &unboxed_value));
190 ASSERT_EQ(kInitialValue, unboxed_value.GetI());
method_handles.cc 286 JValue unboxed_value; local
287 if (UNLIKELY(!GetUnboxedTypeAndValue(from_obj, &unboxed_type, &unboxed_value))) {
292 if (UNLIKELY(!ConvertPrimitiveValueNoThrow(unboxed_type, to_type, unboxed_value, value))) {
    [all...]
  /art/runtime/native/
java_lang_reflect_Field.cc 346 JValue unboxed_value; local
350 &unboxed_value)) {
359 SetFieldValue(o, f, field_prim_type, true, unboxed_value);

Completed in 66 milliseconds