OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dst_class
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
reflection.h
36
bool UnboxPrimitiveForArgument(mirror::Object* o, mirror::Class*
dst_class
, JValue& unboxed_value,
39
bool UnboxPrimitiveForField(mirror::Object* o, mirror::Class*
dst_class
, JValue& unboxed_value,
43
mirror::Class*
dst_class
, JValue& unboxed_value)
47
Primitive::Type src_class, Primitive::Type
dst_class
,
reflection.cc
78
mirror::Class*
dst_class
= mh.GetClassFromTypeIdx(classes->GetTypeItem(i).type_idx_);
local
79
if (!UnboxPrimitiveForArgument(arg,
dst_class
, decoded_args[i], m, i)) {
82
if (!
dst_class
->IsPrimitive()) {
282
mirror::Class*
dst_class
, JValue& unboxed_value,
286
if (!
dst_class
->IsPrimitive()) {
287
if (UNLIKELY(o != NULL && !o->InstanceOf(
dst_class
))) {
292
PrettyDescriptor(
dst_class
).c_str(),
298
PrettyDescriptor(
dst_class
).c_str()).c_str());
305
if (UNLIKELY(
dst_class
->GetPrimitiveType() == Primitive::kPrimVoid)) {
316
PrettyDescriptor(
dst_class
).c_str()).c_str())
[
all
...]
/external/valgrind/main/VEX/priv/
host_s390_defs.c
5494
HRegClass
dst_class
, src_class;
local
[
all
...]
Completed in 86 milliseconds