HomeSort by relevance Sort by last modified time
    Searched refs:Cat2Type (Results 1 - 2 of 2) sorted by null

  /art/runtime/verifier/
reg_type.h 616 class Cat2Type : public PrimitiveType {
618 Cat2Type(ObjPtr<mirror::Class> klass,
623 class LongLoType final : public Cat2Type {
643 : Cat2Type(klass, descriptor, cache_id) {
649 class LongHiType final : public Cat2Type {
668 : Cat2Type(klass, descriptor, cache_id) {
674 class DoubleLoType final : public Cat2Type {
694 : Cat2Type(klass, descriptor, cache_id) {
700 class DoubleHiType final : public Cat2Type {
719 : Cat2Type(klass, descriptor, cache_id)
    [all...]
reg_type.cc 71 Cat2Type::Cat2Type(ObjPtr<mirror::Class> klass,
    [all...]

Completed in 64 milliseconds