Home
last modified time | relevance | path

Searched defs:super (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/art/compiler/optimizing/
H A Dcode_generator_arm64.h288 #define DECLARE_VISIT_INSTRUCTION(name, super) \ argument
423 #define DECLARE_VISIT_INSTRUCTION(name, super) \ argument
456 #define DECLARE_VISIT_INSTRUCTION(name, super) \ argument
478 #define DECLARE_VISIT_INSTRUCTION(name, super) \ argument
491 #define DECLARE_VISIT_INSTRUCTION(name, super) \ argument
526 #define DECLARE_VISIT_INSTRUCTION(name, super) \ argument
H A Dcode_generator_x86_64.h184 #define DECLARE_VISIT_INSTRUCTION(name, super) \ argument
218 #define DECLARE_VISIT_INSTRUCTION(name, super) \ argument
H A Dcode_generator_x86.h180 #define DECLARE_VISIT_INSTRUCTION(name, super) \ argument
214 #define DECLARE_VISIT_INSTRUCTION(name, super) \ argument
H A Dcode_generator_arm_vixl.h291 #define DECLARE_VISIT_INSTRUCTION(name, super) \ argument
329 #define DECLARE_VISIT_INSTRUCTION(name, super) \ argument
H A Dnodes.h1671 #define FORWARD_DECLARATION(type, super) class H##type; argument
2185 #define DECLARE_KIND(type, super) k##type, argument
2501 #define INSTRUCTION_TYPE_CHECK(type, super) \ argument
2507 #define INSTRUCTION_TYPE_CAST(type, super) \ argument
H A Dnodes.cc1738 #define DEFINE_ACCEPT(name, super) \ argument
1960 #define DECLARE_CASE(type, super) case HInstruction::k##type: os << #type; break; in operator <<() argument
/aosp12/art/tools/veridex/
H A Dresolver.cc154 VeriClass* super = resolver->GetVeriClass(kls.GetClassDef()->superclass_idx_); in LookupMethodIn() local
224 VeriClass* super = resolver->GetVeriClass(kls.GetClassDef()->superclass_idx_); in LookupFieldIn() local
/aosp12/system/keymaster/legacy_support/
H A Decdsa_keymaster1_operation.h53 typedef BaseOperation super; typedef
H A Drsa_keymaster1_operation.h52 typedef BaseOperation super; typedef
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/
H A DKeymasterHidlTest.h41 using super = hidl_vec<uint8_t>; variable
/aosp12/system/core/fs_mgr/liblp/
H A Dbuilder_test.cpp967 BlockDeviceInfo super("super", 8_GiB, 786432, 229376, 4096); in TEST_F() local
1021 BlockDeviceInfo super("super", 8_GiB, 786432, 0, 4096); in TEST_F() local
1053 BlockDeviceInfo super("super", 8_GiB, 786432, 229376, 4096); in TEST_F() local
H A Dbuilder.cpp473 LpMetadataBlockDevice& super = block_devices_[0]; in Init() local
776 const auto& super = block_devices_[0]; in PrioritizeSecondHalfOfSuper() local
/aosp12/system/keymaster/ng/include/
H A DAndroidKeymaster41Device.h62 using super = V4_0::ng::AndroidKeymaster4Device; variable
/aosp12/system/extras/partition_tools/
H A Dlpadd.cc465 SuperHelper super(super_path); in main() local
/aosp12/art/runtime/verifier/
H A Dclass_verifier.cc167 ObjPtr<mirror::Class> super = klass->GetSuperClass(); in CommonVerifyClass() local
H A Dmethod_verifier.cc4238 const RegType& super = GetDeclaringClass().GetSuperClass(&reg_types_); in VerifyInvocationArgs() local
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_fuzz.cpp130 const std::string* super; in SNAPSHOT_FUZZ_FUNCTION() local
H A Dsnapshot_fuzz_utils.cpp440 const std::string& SnapshotFuzzEnv::super() const { in super() function in android::snapshot::SnapshotFuzzEnv
/aosp12/art/runtime/
H A Dcha.cc108 ObjPtr<mirror::Class> super = klass->GetSuperClass<kDefaultVerifyFlags, kWithoutReadBarrier>(); in ResetSingleImplementationInHierarchy() local
/aosp12/system/core/fs_mgr/libfiemap/
H A Dimage_manager.cpp306 auto super = android::fs_mgr::GetMetadataSuperBlockDevice(*metadata.get()); in MapWithDmLinear() local
/aosp12/hardware/interfaces/keymaster/4.0/vts/performance/
H A DBenchmark.cpp78 typedef hidl_vec<uint8_t> super; typedef in android::hardware::keymaster::V4_0::test::HidlBuf
/aosp12/system/tools/hidl/
H A DInterface.cpp817 const Interface* super = superType(); in emitHidlDefinition() local
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc1833 ObjPtr<mirror::Class> super = klass->GetSuperClass<kVerifyNone, kWithoutReadBarrier>(); in VisitNewMethodPointerArrays() local
/aosp12/art/oatdump/
H A Doatdump.cc1968 ObjPtr<mirror::Class> super = klass->GetSuperClass(); in DumpFields() local
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp381 typedef hidl_vec<uint8_t> super; typedef in android::hardware::keymaster::V3_0::test::__anon7f4994260110::HidlBuf

12