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

  /art/runtime/entrypoints/quick/
quick_deoptimization_entrypoints.cc 54 return_value.SetJ(0); // we never deoptimize from compiled code with an invoke result.
  /art/runtime/
reflection-inl.h 36 dst->SetJ(src.GetJ());
61 dst->SetJ(src.GetI());
jvalue.h 53 void SetJ(int64_t new_j) { j = new_j; }
instrumentation.cc     [all...]
art_field-inl.h 233 bits.SetJ(Get64(object));
art_method.cc 306 result->SetJ(0);
reflection.cc 809 boxed_value.SetJ(primitive_field->GetLong(o));
    [all...]
dex_file.cc     [all...]
thread.cc 252 result->SetJ(record->GetReturnValue().GetJ());
    [all...]
debugger.cc     [all...]
  /art/runtime/interpreter/
interpreter.cc 524 value.SetJ(ret_val->GetJ());
560 value.SetJ(0);
570 value.SetJ(0);
600 ret_val->SetJ(value.GetJ());
647 result->SetJ(Execute(self, code_item, *shadow_frame, JValue()).GetJ());
interpreter_common.h 615 result->SetJ(0);
639 result->SetJ(0);
643 result->SetJ(0);
687 result->SetJ(0);
691 result->SetJ(0);
    [all...]
unstarted_runtime.cc     [all...]
interpreter_common.cc 220 field_value.SetJ(shadow_frame.GetVRegLong(vreg));
    [all...]
interpreter_goto_table_impl.cc 314 result.SetJ(0);
329 result.SetJ(shadow_frame.GetVRegLong(inst->VRegA_11x(inst_data)));
    [all...]
interpreter_switch_impl.cc 246 result.SetJ(0);
264 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 161 jv.SetJ(args.at(i).j);

Completed in 785 milliseconds