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

  /art/runtime/
reflection-inl.h 46 dst->SetS(src.GetI());
53 dst->SetI(src.GetI());
60 dst->SetJ(src.GetI());
67 dst->SetF(src.GetI());
77 dst->SetD(src.GetI());
reflection_test.cc 172 EXPECT_EQ(0, result.GetI());
176 EXPECT_EQ(-1, result.GetI());
180 EXPECT_EQ(INT_MAX, result.GetI());
184 EXPECT_EQ(INT_MIN, result.GetI());
221 EXPECT_EQ(3, result.GetI());
226 EXPECT_EQ(3, result.GetI());
231 EXPECT_EQ(-1, result.GetI());
236 EXPECT_EQ(-2, result.GetI());
250 EXPECT_EQ(0, result.GetI());
256 EXPECT_EQ(6, result.GetI());
    [all...]
jvalue.h 47 int32_t GetI() const { return i; }
jni_internal.cc     [all...]
reflection.cc 677 arg_array.Append(value.GetI());
debugger.cc     [all...]
  /external/valgrind/main/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)));
741 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 213 return GetPrimitiveField<Primitive::kPrimInt>(env, javaField, javaObj, accessible).GetI();
246 f->SetInt<false>(o, new_value.GetI());
  /art/runtime/mirror/
art_field-inl.h 215 Set32<kTransactionActive>(object, bits.GetI());
  /external/valgrind/main/VEX/
test_main.c     [all...]
  /external/valgrind/main/memcheck/
mc_translate.c 94 6. As the index in a GETI or PUTI operation. I'm not sure why... (njn).
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 95 the "GetI" and "PutI" primitives. This is necessary to describe
    [all...]
  /art/runtime/interpreter/
interpreter_goto_table_impl.cc 225 shadow_frame.SetVReg(inst->VRegA_11x(inst_data), result_register.GetI());
    [all...]
interpreter_switch_impl.cc 152 shadow_frame.SetVReg(inst->VRegA_11x(inst_data), result_register.GetI());
    [all...]

Completed in 1098 milliseconds