OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetL
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
jvalue.h
54
void
SetL
(mirror::Object* new_l) { l = new_l; }
reflection.cc
302
unboxed_value.
SetL
(o);
/art/runtime/interpreter/
interpreter.cc
83
result->
SetL
(found);
91
result->
SetL
(obj.get());
129
result->
SetL
(field.get());
170
result->
SetL
(NULL);
174
result->
SetL
(visitor.caller->GetDeclaringClass());
180
result->
SetL
(receiver->AsClass()->ComputeName());
190
result->
SetL
(receiver->Clone(self));
198
result->
SetL
(receiver->AsString()->Intern());
202
result->
SetL
(Array::CreateMultiArray(self, reinterpret_cast<Object*>(args[0])->AsClass(), reinterpret_cast<Object*>(args[1])->AsIntArray()));
205
result->
SetL
(soa.Decode<Object*>(self->CreateInternalStackTrace(soa)))
[
all
...]
/art/runtime/native/
java_lang_reflect_Field.cc
65
value.
SetL
(f->GetObject(o));
Completed in 616 milliseconds