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

  /art/runtime/
reflection-inl.h 50 dst->SetS(src.GetI());
57 dst->SetI(src.GetI());
64 dst->SetJ(src.GetI());
71 dst->SetF(src.GetI());
81 dst->SetD(src.GetI());
reflection_test.cc 180 EXPECT_EQ(0, result.GetI());
184 EXPECT_EQ(-1, result.GetI());
188 EXPECT_EQ(INT_MAX, result.GetI());
192 EXPECT_EQ(INT_MIN, result.GetI());
231 EXPECT_EQ(3, result.GetI());
236 EXPECT_EQ(3, result.GetI());
241 EXPECT_EQ(-1, result.GetI());
246 EXPECT_EQ(-2, result.GetI());
261 EXPECT_EQ(0, result.GetI());
267 EXPECT_EQ(6, result.GetI());
    [all...]
jvalue.h 54 int32_t GetI() const { return i; }
method_handles-inl.h 129 setter->Set(value.GetI());
common_dex_operations.h 167 field->SetInt<transaction_active>(obj, value.GetI());
dex_file_annotations.cc 611 i, new_annotation_value.value_.GetI());
    [all...]
jni_internal.cc     [all...]
art_field-inl.h 241 Set32<kTransactionActive>(object, bits.GetI());
reflection.cc 751 arg_array.Append(value.GetI());
    [all...]
debugger.cc     [all...]
  /art/runtime/interpreter/
unstarted_runtime_test.cc 270 EXPECT_EQ(result.GetI(), *int_ptr);
379 EXPECT_EQ(result.GetI(), base_string[i]);
614 EXPECT_EQ(result.GetI(), test_values[i]);
746 uint32_t lower_result = static_cast<uint32_t>(result.GetI());
763 uint32_t upper_result = static_cast<uint32_t>(result2.GetI());
    [all...]
interpreter_common.cc 89 shadow_frame.SetVReg(vregA, result.GetI());
    [all...]
interpreter_switch_impl.cc 238 shadow_frame.SetVReg(inst->VRegA_11x(inst_data), result_register.GetI());
    [all...]
  /external/valgrind/VEX/priv/
ir_opt.c 115 * Redundant-GetI removal
133 * If block contains GetI or PutI, Expensive transformations.
136 - Unrolled a loop, and block does not contain GetI or PutI:
139 - Unrolled a loop, and block contains GetI or PutI:
151 accessed using GetI/PutI, and there is no need so far for them to
297 IRExpr_GetI(ex->Iex.GetI.descr,
298 flatten_Expr(bb, ex->Iex.GetI.ix),
299 ex->Iex.GetI.bias)));
742 key = mk_key_GetIPutI ( e->Iex.GetI.descr );
    [all...]
ir_defs.c     [all...]
host_x86_isel.c     [all...]
host_amd64_isel.c     [all...]
host_ppc_isel.c     [all...]
  /art/runtime/native/
java_lang_reflect_Field.cc 240 return GetPrimitiveField<Primitive::kPrimInt>(env, javaField, javaObj).GetI();
285 o->SetField32Volatile<false>(offset, new_value.GetI());
287 o->SetField32<false>(offset, new_value.GetI());
  /art/runtime/mirror/
emulated_stack_frame.cc 271 const uint32_t primitive = value.GetI();
  /external/valgrind/memcheck/
mc_translate.c 101 6. As the index in a GETI or PUTI operation. I'm not sure why... (njn).
    [all...]
  /external/valgrind/VEX/pub/
libvex_ir.h 95 the "GetI" and "PutI" primitives. This is necessary to describe
    [all...]

Completed in 331 milliseconds