OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetI
(Results
1 - 7
of
7
) sorted by null
/art/runtime/
jvalue.h
48
void
SetI
(int32_t new_i) { i = new_i; }
jni_internal_test.cc
183
result.
SetI
(-1);
188
result.
SetI
(0);
193
result.
SetI
(0);
198
result.
SetI
(0);
264
result.
SetI
(-1);
270
result.
SetI
(0);
276
result.
SetI
(0);
282
result.
SetI
(1234);
288
result.
SetI
(INT_MIN);
311
result.
SetI
(-1)
[
all
...]
reflection.cc
153
dst.
SetI
(src.GetI());
347
boxed_value.
SetI
(primitive_field->GetInt(o));
/art/runtime/native/
java_lang_reflect_Field.cc
55
value.
SetI
(f->GetInt(o));
302
value.
SetI
(i);
/art/runtime/mirror/
art_field-inl.h
178
bits.
SetI
(Get32(object));
/art/runtime/interpreter/
interpreter.cc
182
result->
SetI
(args[0]);
184
result->
SetI
(args[0]);
196
result->
SetI
(receiver->AsString()->CompareTo(rhs));
200
result->
SetI
(receiver->AsString()->FastIndexOf(args[0], args[1]));
272
result->
SetI
(fn(soa.Env(), klass.get(), args[0]));
292
result->
SetI
(fn(soa.Env(), klass.get(), args[0], args[1]));
301
result->
SetI
(fn(soa.Env(), klass.get(), arg0.get(), args[1]));
401
result->
SetI
(fn(soa.Env(), rcvr.get(), args[0], args[1]));
[
all
...]
/external/llvm/utils/TableGen/
CodeGenRegisters.cpp
[
all
...]
Completed in 88 milliseconds