Home | History | Annotate | Download | only in runtime

Lines Matching refs:down_cast

1414     mirror::ArtMethod* method = down_cast<mirror::ArtMethod*>(method_trace->Get(i));
1424 mirror::IntArray* pc_trace = down_cast<mirror::IntArray*>(method_trace->Get(depth));
1460 method_trace = down_cast<ObjectArray<Object>*>(Decode<Object*>(soa.Env(), internal));
1461 pc_trace = down_cast<IntArray*>(method_trace->Get(depth));
1521 down_cast<mirror::Throwable*>(exception_class->AllocObject(this)));