Home
last modified time | relevance | path

Searched refs:SetJ (Results 1 – 15 of 15) sorted by relevance

/art/runtime/
Dreflection-inl.h35 dst->SetJ(src.GetJ()); in ConvertPrimitiveValue()
60 dst->SetJ(src.GetI()); in ConvertPrimitiveValue()
Djvalue.h51 void SetJ(int64_t new_j) { j = new_j; } in SetJ() function
Dinstrumentation.cc1073 return_value.SetJ(0); in PopInstrumentationStackFrame()
1075 return_value.SetJ(fpr_result); in PopInstrumentationStackFrame()
1077 return_value.SetJ(gpr_result); in PopInstrumentationStackFrame()
Dreflection.cc762 boxed_value.SetJ(primitive_field->GetLong(o)); in UnboxPrimitive()
Dthread.cc115 tls64_.deoptimization_return_value.SetJ(ret_val.GetJ()); in SetDeoptimizationReturnValue()
121 ret_val->SetJ(tls64_.deoptimization_return_value.GetJ()); in GetAndClearDeoptimizationShadowFrame()
Ddebugger.cc1845 field_value.SetJ(f->Get64(o)); in GetFieldValueImpl()
3821 pReq->result_value.SetJ(0); in ExecuteMethod()
/art/runtime/interpreter/
Dinterpreter_common.h117 result->SetJ(0); in DoInvoke()
121 result->SetJ(0); in DoInvoke()
147 result->SetJ(0); in DoInvokeVirtualQuick()
151 result->SetJ(0); in DoInvokeVirtualQuick()
Dinterpreter.cc49 value.SetJ((static_cast<uint64_t>(args[1]) << 32) | args[0]); in UnstartedRuntimeJni()
60 value.SetJ((static_cast<uint64_t>(args[1]) << 32) | args[0]); in UnstartedRuntimeJni()
497 …value.SetJ(ret_val->GetJ()); // Set value to last known result in case the shadow frame chain is … in EnterInterpreterFromDeoptimize()
524 ret_val->SetJ(value.GetJ()); in EnterInterpreterFromDeoptimize()
567 result->SetJ(Execute(self, mh, code_item, *shadow_frame, JValue()).GetJ()); in artInterpreterToInterpreterBridge()
Dinterpreter_common.cc191 field_value.SetJ(shadow_frame.GetVRegLong(vreg)); in GetFieldValue()
Dinterpreter_switch_impl.cc213 result.SetJ(0); in ExecuteSwitchImpl()
230 result.SetJ(shadow_frame.GetVRegLong(inst->VRegA_11x(inst_data))); in ExecuteSwitchImpl()
Dinterpreter_goto_table_impl.cc293 result.SetJ(0); in ExecuteGotoImpl()
313 result.SetJ(shadow_frame.GetVRegLong(inst->VRegA_11x(inst_data))); in ExecuteGotoImpl()
/art/runtime/native/
Djava_lang_reflect_Field.cc74 value->SetJ(f->GetLong(o)); in GetFieldValue()
389 value.SetJ(j); in Field_setLong()
/art/runtime/mirror/
Dart_field-inl.h221 bits.SetJ(Get64(object)); in GetDouble()
Dart_method.cc344 result->SetJ(0); in Invoke()
/art/runtime/entrypoints/
Dentrypoint_utils.cc257 jv.SetJ(args.at(i).j); in InvokeProxyInvocationHandler()