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

  /art/runtime/
reflection-inl.h 36 dst->SetJ(src.GetJ());
61 dst->SetJ(src.GetI());
jvalue.h 51 void SetJ(int64_t new_j) { j = new_j; }
art_method.cc 432 result->SetJ(self->PopDeoptimizationReturnValue().GetJ());
444 result->SetJ(0);
instrumentation.cc     [all...]
art_field-inl.h 232 bits.SetJ(Get64(object));
thread.h 804 tls64_.deoptimization_return_value.SetJ(ret_val.GetJ());
811 tls64_.deoptimization_return_value.SetJ(0);
    [all...]
reflection.cc 804 boxed_value.SetJ(primitive_field->GetLong(o));
    [all...]
debugger.cc     [all...]
  /art/runtime/interpreter/
interpreter_common.h 114 result->SetJ(0);
118 result->SetJ(0);
146 result->SetJ(0);
150 result->SetJ(0);
interpreter.cc 401 value.SetJ(ret_val->GetJ());
428 ret_val->SetJ(value.GetJ());
470 result->SetJ(Execute(self, code_item, *shadow_frame, JValue()).GetJ());
unstarted_runtime.cc 489 result->SetJ(bit_cast<int64_t, double>(in));
565 result->SetJ(*reinterpret_cast<unaligned_long*>(static_cast<intptr_t>(address)));
    [all...]
interpreter_common.cc 213 field_value.SetJ(shadow_frame.GetVRegLong(vreg));
    [all...]
interpreter_goto_table_impl.cc 286 result.SetJ(0);
301 result.SetJ(shadow_frame.GetVRegLong(inst->VRegA_11x(inst_data)));
    [all...]
interpreter_switch_impl.cc 194 result.SetJ(0);
207 result.SetJ(shadow_frame.GetVRegLong(inst->VRegA_11x(inst_data)));
    [all...]
  /art/runtime/native/
java_lang_reflect_Field.cc 83 value->SetJ(is_volatile ? o->GetField64Volatile(offset) : o->GetField64(offset));
408 value.SetJ(j);
  /art/runtime/entrypoints/
entrypoint_utils.cc 250 jv.SetJ(args.at(i).j);

Completed in 160 milliseconds