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 52 int64_t GetJ() const { return j; }
art_field-inl.h 242 Set64<kTransactionActive>(object, bits.GetJ());
jni_internal.cc     [all...]
instrumentation.cc     [all...]
reflection.cc 727 arg_array.AppendWide(value.GetJ());
    [all...]
debugger.cc     [all...]
dex_file.cc     [all...]
thread.cc 252 result->SetJ(record->GetReturnValue().GetJ());
    [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 291 EXPECT_EQ(result.GetJ(), *long_ptr);
641 EXPECT_EQ(result.GetJ(), test_values[i]);
819 const uint64_t lresult = static_cast<uint64_t>(result.GetJ());
838 const uint64_t lresult = static_cast<uint64_t>(result.GetJ());
865 const uint64_t lresult = static_cast<uint64_t>(result.GetJ());
interpreter.cc 524 value.SetJ(ret_val->GetJ());
600 ret_val->SetJ(value.GetJ());
647 result->SetJ(Execute(self, code_item, *shadow_frame, JValue()).GetJ());
interpreter_goto_table_impl.cc 267 shadow_frame.SetVRegLong(inst->VRegA_11x(inst_data), result_register.GetJ());
    [all...]
interpreter_switch_impl.cc 193 shadow_frame.SetVRegLong(inst->VRegA_11x(inst_data), result_register.GetJ());
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 769 return result.GetJ();
    [all...]

Completed in 438 milliseconds