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

  /art/runtime/interpreter/
interpreter_intrinsics.cc 95 UNARY_INTRINSIC(MterpLongReverse, ReverseBits64, GetVRegLong, SetJ);
98 UNARY_INTRINSIC(MterpLongReverseBytes, BSWAP, GetVRegLong, SetJ);
107 UNARY_INTRINSIC(MterpLongHighestOneBit, HighestOneBitValue, GetVRegLong, SetJ);
110 UNARY_INTRINSIC(MterpLongLowestOneBit, LowestOneBitValue, GetVRegLong, SetJ);
113 UNARY_INTRINSIC(MterpLongNumberOfLeadingZeros, JAVASTYLE_CLZ, GetVRegLong, SetJ);
116 UNARY_INTRINSIC(MterpLongNumberOfTrailingZeros, JAVASTYLE_CTZ, GetVRegLong, SetJ);
119 BINARY_JJ_INTRINSIC(MterpLongRotateRight, (Rot<int64_t, false>), SetJ);
122 BINARY_JJ_INTRINSIC(MterpLongRotateLeft, (Rot<int64_t, true>), SetJ);
134 BINARY_JJ_INTRINSIC(MterpMathMinLongLong, std::min, SetJ);
140 BINARY_JJ_INTRINSIC(MterpMathMaxLongLong, std::max, SetJ);
    [all...]
interpreter_common.h 136 result->SetJ(0);
140 result->SetJ(0);
177 result->SetJ(0);
181 result->SetJ(0);
247 result->SetJ(0);
251 result->SetJ(0);
interpreter.cc 507 value.SetJ(ret_val->GetJ());
543 value.SetJ(0);
553 value.SetJ(0);
583 ret_val->SetJ(value.GetJ());
632 result->SetJ(Execute(self, code_item, *shadow_frame, JValue()).GetJ());
unstarted_runtime.cc     [all...]
interpreter_common.cc 235 field_value.SetJ(shadow_frame.GetVRegLong(vreg));
559 result->SetJ(0);
    [all...]
interpreter_switch_impl.cc 304 result.SetJ(0);
326 result.SetJ(shadow_frame.GetVRegLong(inst->VRegA_11x(inst_data)));
    [all...]
  /art/runtime/
method_handles-inl.h 53 value->SetJ(0);
76 value->SetJ(0);
111 value.SetJ(getter->GetLong());
reflection-inl.h 39 dst->SetJ(src.GetJ());
64 dst->SetJ(src.GetI());
jvalue.h 60 void SetJ(int64_t new_j) { j = new_j; }
common_dex_operations.h 110 result->SetJ(field->GetLong(obj));
instrumentation.cc     [all...]
method_handles.cc 207 value->SetJ(0);
540 local_result.SetJ(result->GetJ());
    [all...]
art_field-inl.h 247 bits.SetJ(Get64(object));
dex_file_annotations.cc 417 annotation_value->value_.SetJ(DexFile::ReadSignedLong(annotation, value_arg));
425 annotation_value->value_.SetJ(DexFile::ReadUnsignedLong(annotation, value_arg, true));
    [all...]
art_method.cc 384 result->SetJ(0);
    [all...]
reflection.cc 839 boxed_value.SetJ(primitive_field->GetLong(o));
    [all...]
thread.cc 249 result->SetJ(record->GetReturnValue().GetJ());
    [all...]
debugger.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_deoptimization_entrypoints.cc 75 return_value.SetJ(0); // we never deoptimize from compiled code with an invoke result.
  /art/runtime/entrypoints/
entrypoint_utils.cc 81 jv.SetJ(args.at(i).j);
  /art/runtime/mirror/
emulated_stack_frame.cc 246 value->SetJ(primitive);
  /art/runtime/native/
java_lang_reflect_Field.cc 99 value->SetJ(is_volatile ? o->GetField64Volatile(offset) : o->GetField64(offset));
436 value.SetJ(j);
  /art/runtime/openjdkjvmti/
ti_class.cc 272 val.SetJ(dex_ptr);
    [all...]

Completed in 681 milliseconds