Home | History | Annotate | Download | only in interpreter

Lines Matching defs:src_type

615   mirror::Class* src_type = shadow_frame->GetVRegReference(arg_offset)->GetClass()->
618 if (!src_type->IsPrimitive()) {
656 } else if (src_type->IsPrimitiveByte()) {
658 } else if (src_type->IsPrimitiveChar()) {
660 } else if (src_type->IsPrimitiveInt()) {
664 PrettyDescriptor(src_type).c_str());