HomeSort by relevance Sort by last modified time
    Searched full:unresolvedtype (Results 1 - 5 of 5) sorted by null

  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
AccessControlExceptionTest.java 55 Permission perm = new UnresolvedPermission("unresolvedType",
  /art/runtime/verifier/
reg_type.h 830 class UnresolvedType : public RegType {
832 UnresolvedType(const std::string& descriptor, uint16_t cache_id)
841 class UnresolvedReferenceType : public UnresolvedType {
844 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) : UnresolvedType(descriptor, cache_id) {
860 class UnresolvedSuperClass : public UnresolvedType {
864 : UnresolvedType("", cache_id), unresolved_child_id_(child_id),
891 class UnresolvedMergedType : public UnresolvedType {
896 : UnresolvedType("", cache_id), reg_type_cache_(reg_type_cache), merged_types_(left_id, right_id) {
reg_type_test.cc 355 TEST_F(RegTypeReferenceTest, UnresolvedType) {
reg_type.cc 585 bool UnresolvedType::IsNonZeroReferenceTypes() const {
  /external/clang/lib/AST/
ItaniumMangle.cpp 908 unresolvedType:
    [all...]

Completed in 63 milliseconds