OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetJ
(Results
1 - 10
of
10
) sorted by null
/art/runtime/
jvalue.h
51
void
SetJ
(int64_t new_j) { j = new_j; }
reflection.cc
160
dst.
SetJ
(src.GetI());
163
dst.
SetJ
(src.GetJ());
192
dst.
SetJ
(src.GetJ());
350
boxed_value.
SetJ
(primitive_field->GetLong(o));
instrumentation.cc
513
return_value.
SetJ
(0);
515
return_value.
SetJ
(fpr_result);
517
return_value.
SetJ
(gpr_result);
thread.cc
116
deoptimization_return_value_.
SetJ
(ret_val.GetJ());
122
ret_val->
SetJ
(deoptimization_return_value_.GetJ());
[
all
...]
debugger.cc
[
all
...]
/art/runtime/mirror/
art_method.cc
262
result->
SetJ
(0);
292
result->
SetJ
(0);
art_field-inl.h
194
bits.
SetJ
(Get64(object));
/art/runtime/native/
java_lang_reflect_Field.cc
58
value.
SetJ
(f->GetLong(o));
308
value.
SetJ
(j);
/art/runtime/interpreter/
interpreter.cc
177
value.
SetJ
((static_cast<uint64_t>(args[1]) << 32) | args[0]);
187
value.
SetJ
((static_cast<uint64_t>(args[1]) << 32) | args[0]);
207
result->
SetJ
(JNI_TRUE);
434
result->
SetJ
(0);
438
result->
SetJ
(0);
547
result->
SetJ
(0);
551
result->
SetJ
(0);
[
all
...]
/art/runtime/entrypoints/
entrypoint_utils.cc
322
jv.
SetJ
(args.at(i).j);
Completed in 90 milliseconds