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

  /art/runtime/
reflection-inl.h 36 dst->SetJ(src.GetJ());
71 dst->SetF(src.GetJ());
81 dst->SetD(src.GetJ());
jvalue.h 50 int64_t GetJ() const { return j; }
art_field-inl.h 241 Set64<kTransactionActive>(object, bits.GetJ());
jni_internal.cc     [all...]
art_method.cc 432 result->SetJ(self->PopDeoptimizationReturnValue().GetJ());
instrumentation.cc     [all...]
reflection.cc 722 arg_array.AppendWide(value.GetJ());
    [all...]
thread.h 804 tls64_.deoptimization_return_value.SetJ(ret_val.GetJ());
    [all...]
debugger.cc     [all...]
  /art/runtime/native/
java_lang_reflect_Field.cc 64 DCHECK_EQ(value->GetJ(), INT64_C(0));
225 return GetPrimitiveField<Primitive::kPrimLong>(env, javaField, javaObj).GetJ();
272 o->SetField64Volatile<false>(offset, new_value.GetJ());
274 o->SetField64<false>(offset, new_value.GetJ());
  /art/runtime/interpreter/
unstarted_runtime_test.cc 162 EXPECT_EQ(result.GetJ(), *long_ptr);
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());
interpreter_goto_table_impl.cc 239 shadow_frame.SetVRegLong(inst->VRegA_11x(inst_data), result_register.GetJ());
    [all...]
interpreter_switch_impl.cc 151 shadow_frame.SetVRegLong(inst->VRegA_11x(inst_data), result_register.GetJ());
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 654 return result.GetJ();
    [all...]

Completed in 679 milliseconds