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

  /art/runtime/
reflection-inl.h 47 dst->SetS(src.GetI());
54 dst->SetI(src.GetI());
61 dst->SetJ(src.GetI());
68 dst->SetF(src.GetI());
78 dst->SetD(src.GetI());
reflection_test.cc 176 EXPECT_EQ(0, result.GetI());
180 EXPECT_EQ(-1, result.GetI());
184 EXPECT_EQ(INT_MAX, result.GetI());
188 EXPECT_EQ(INT_MIN, result.GetI());
227 EXPECT_EQ(3, result.GetI());
232 EXPECT_EQ(3, result.GetI());
237 EXPECT_EQ(-1, result.GetI());
242 EXPECT_EQ(-2, result.GetI());
257 EXPECT_EQ(0, result.GetI());
263 EXPECT_EQ(6, result.GetI());
    [all...]
jvalue.h 47 int32_t GetI() const { return i; }
art_field-inl.h 227 Set32<kTransactionActive>(object, bits.GetI());
jni_internal.cc 835 return result.GetI();
842 return InvokeVirtualOrInterfaceWithVarArgs(soa, obj, mid, args).GetI();
849 return InvokeVirtualOrInterfaceWithJValues(soa, obj, mid, args).GetI();
    [all...]
reflection.cc 729 arg_array.Append(value.GetI());
    [all...]
dex_file.cc     [all...]
debugger.cc     [all...]
  /art/runtime/interpreter/
unstarted_runtime_test.cc 266 EXPECT_EQ(result.GetI(), *int_ptr);
375 EXPECT_EQ(result.GetI(), base_string[i]);
593 EXPECT_EQ(result.GetI(), test_values[i]);
725 uint32_t lower_result = static_cast<uint32_t>(result.GetI());
742 uint32_t upper_result = static_cast<uint32_t>(result2.GetI());
interpreter_goto_table_impl.cc 262 shadow_frame.SetVReg(inst->VRegA_11x(inst_data), result_register.GetI());
    [all...]
interpreter_switch_impl.cc 188 shadow_frame.SetVReg(inst->VRegA_11x(inst_data), result_register.GetI());
    [all...]
  /art/runtime/native/
java_lang_reflect_Field.cc 221 return GetPrimitiveField<Primitive::kPrimInt>(env, javaField, javaObj).GetI();
264 o->SetField32Volatile<false>(offset, new_value.GetI());
266 o->SetField32<false>(offset, new_value.GetI());
  /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...]
  /external/valgrind/VEX/useful/
test_main.c     [all...]
  /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 148 milliseconds