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

  /art/runtime/
reflection-inl.h 39 dst->SetJ(src.GetJ());
74 dst->SetF(src.GetJ());
84 dst->SetD(src.GetJ());
jvalue.h 59 int64_t GetJ() const { return j; }
method_handles-inl.h 125 setter->SetLong(value.GetJ());
common_dex_operations.h 170 field->SetLong<transaction_active>(obj, value.GetJ());
jni_internal.cc     [all...]
art_field-inl.h 256 Set64<kTransactionActive>(object, bits.GetJ());
reflection.cc 749 arg_array.AppendWide(value.GetJ());
    [all...]
instrumentation.cc     [all...]
method_handles.cc 540 local_result.SetJ(result->GetJ());
    [all...]
dex_file_annotations.cc 615 i, new_annotation_value.value_.GetJ());
    [all...]
debugger.cc     [all...]
thread.cc 249 result->SetJ(record->GetReturnValue().GetJ());
    [all...]
  /art/runtime/native/
java_lang_reflect_Field.cc 80 DCHECK_EQ(value->GetJ(), INT64_C(0));
244 return GetPrimitiveField<Primitive::kPrimLong>(env, javaField, javaObj).GetJ();
293 o->SetField64Volatile<false>(offset, new_value.GetJ());
295 o->SetField64<false>(offset, new_value.GetJ());
  /art/runtime/openjdkjvmti/
ti_class_definition.cc 118 dex_file = reinterpret_cast<const art::DexFile*>(static_cast<uintptr_t>(val.GetJ()));
events.cc 386 val.j = return_value.GetJ();
525 val.j = field_value.GetJ();
  /art/runtime/interpreter/
interpreter.cc 507 value.SetJ(ret_val->GetJ());
583 ret_val->SetJ(value.GetJ());
632 result->SetJ(Execute(self, code_item, *shadow_frame, JValue()).GetJ());
unstarted_runtime_test.cc 295 EXPECT_EQ(result.GetJ(), *long_ptr);
662 EXPECT_EQ(result.GetJ(), test_values[i]);
840 const uint64_t lresult = static_cast<uint64_t>(result.GetJ());
859 const uint64_t lresult = static_cast<uint64_t>(result.GetJ());
886 const uint64_t lresult = static_cast<uint64_t>(result.GetJ());
    [all...]
interpreter_common.cc 92 shadow_frame.SetVRegLong(vregA, result.GetJ());
    [all...]
interpreter_switch_impl.cc 243 shadow_frame.SetVRegLong(inst->VRegA_11x(inst_data), result_register.GetJ());
    [all...]
  /art/runtime/mirror/
emulated_stack_frame.cc 268 const int64_t primitive = value.GetJ();
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]

Completed in 487 milliseconds