get_prototype     290 libcore/Video.cpp     as_object* proto = obj->get_prototype();
get_prototype      77 libcore/as_object.cpp         _object = _object->get_prototype();
get_prototype     185 libcore/as_object.cpp         return _super ? _super->get_prototype() : 0;
get_prototype     203 libcore/as_object.cpp     as_object* proto = get_prototype(); 
get_prototype     217 libcore/as_object.cpp     while (tmp && tmp->get_prototype() != owner) {
get_prototype     218 libcore/as_object.cpp         tmp = tmp->get_prototype();
get_prototype     451 libcore/as_object.cpp     as_object* proto = get_prototype();
get_prototype     469 libcore/as_object.cpp     as_object* proto = get_prototype();
get_prototype     798 libcore/as_object.cpp         as_object* thisProto = obj->get_prototype();
get_prototype     840 libcore/as_object.cpp         if (obj->get_prototype() == this) return true;
get_prototype     841 libcore/as_object.cpp         obj = obj->get_prototype(); 
get_prototype     922 libcore/as_object.cpp         current = current->get_prototype();
get_prototype    1084 libcore/as_object.cpp         current = current->get_prototype();
get_prototype     583 libcore/as_object.h     as_object* get_prototype() const;
get_prototype    1088 libcore/asobj/TextField_as.cpp     as_object* proto = obj->get_prototype();
get_prototype     445 libcore/asobj/TextFormat_as.cpp     as_object* proto = obj->get_prototype();
get_prototype     575 libcore/asobj/XML_as.cpp     as_object* proto = o.get_prototype();
get_prototype     453 libcore/vm/Machine.cpp                         get_prototype();
get_prototype     489 libcore/vm/Machine.cpp                     as_object* super = obj->get_prototype();
get_prototype    1546 libcore/vm/Machine.cpp                     as_object* super = obj ? obj->get_prototype() : 0;