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

  /art/runtime/interpreter/
interpreter_intrinsics.cc 62 UNARY_INTRINSIC(MterpIntegerReverse, ReverseBits32, GetVReg, SetI);
65 UNARY_INTRINSIC(MterpIntegerReverseBytes, BSWAP, GetVReg, SetI);
68 UNARY_INTRINSIC(MterpIntegerBitCount, POPCOUNT, GetVReg, SetI);
71 BINARY_II_INTRINSIC(MterpIntegerCompare, Compare, SetI);
74 UNARY_INTRINSIC(MterpIntegerHighestOneBit, HighestOneBitValue, GetVReg, SetI);
77 UNARY_INTRINSIC(MterpIntegerLowestOneBit, LowestOneBitValue, GetVReg, SetI);
80 UNARY_INTRINSIC(MterpIntegerNumberOfLeadingZeros, JAVASTYLE_CLZ, GetVReg, SetI);
83 UNARY_INTRINSIC(MterpIntegerNumberOfTrailingZeros, JAVASTYLE_CTZ, GetVReg, SetI);
86 BINARY_II_INTRINSIC(MterpIntegerRotateRight, (Rot<int32_t, false>), SetI);
89 BINARY_II_INTRINSIC(MterpIntegerRotateLeft, (Rot<int32_t, true>), SetI);
    [all...]
unstarted_runtime.cc 105 result->SetI(std::tolower(char_value, c_locale));
107 result->SetI(std::toupper(char_value, c_locale));
445 result->SetI(mirror::Class::GetInnerClassFlags(klass, default_value));
    [all...]
interpreter.cc 93 result->SetI(fn(soa.Env(), klass.get(), args[0]));
113 result->SetI(fn(soa.Env(), klass.get(), args[0], args[1]));
123 result->SetI(fn(soa.Env(), klass.get(), arg0.get(), args[1]));
224 result->SetI(fn(soa.Env(), rcvr.get(), args[0], args[1]));
interpreter_common.cc 232 field_value.SetI(shadow_frame.GetVReg(vreg));
    [all...]
interpreter_switch_impl.cc 305 result.SetI(shadow_frame.GetVReg(inst->VRegA_11x(inst_data)));
    [all...]
  /art/runtime/
jvalue.h 55 void SetI(int32_t new_i) {
reflection-inl.h 57 dst->SetI(src.GetI());
method_handles-inl.h 115 value.SetI(getter->Get());
dex_file_annotations.cc 413 annotation_value->value_.SetI(DexFile::ReadSignedInt(annotation, value_arg));
421 annotation_value->value_.SetI(DexFile::ReadUnsignedInt(annotation, value_arg, true));
436 annotation_value->value_.SetI(index);
451 annotation_value->value_.SetI(index);
478 annotation_value->value_.SetI(index);
518 annotation_value->value_.SetI(index);
547 annotation_value->value_.SetI(index);
653 annotation_value->value_.SetI(0);
    [all...]
common_dex_operations.h 107 result->SetI(field->GetInt(obj));
art_field-inl.h 232 bits.SetI(Get32(object));
reflection.cc 836 boxed_value.SetI(primitive_field->GetInt(o));
    [all...]
method_handles.cc     [all...]
debugger.cc     [all...]
  /art/runtime/mirror/
emulated_stack_frame.cc 250 value->SetI(primitive);
  /art/runtime/native/
java_lang_reflect_Field.cc 95 value->SetI(is_volatile ? o->GetField32Volatile(offset) : o->GetField32(offset));
430 value.SetI(i);
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp     [all...]

Completed in 262 milliseconds