/aosp12/art/compiler/optimizing/ |
H A D | code_generator_arm64.h | 288 #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 D | code_generator_x86_64.h | 184 #define DECLARE_VISIT_INSTRUCTION(name, super) \ argument 218 #define DECLARE_VISIT_INSTRUCTION(name, super) \ argument
|
H A D | code_generator_x86.h | 180 #define DECLARE_VISIT_INSTRUCTION(name, super) \ argument 214 #define DECLARE_VISIT_INSTRUCTION(name, super) \ argument
|
H A D | code_generator_arm_vixl.h | 291 #define DECLARE_VISIT_INSTRUCTION(name, super) \ argument 329 #define DECLARE_VISIT_INSTRUCTION(name, super) \ argument
|
H A D | nodes.h | 1671 #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 D | nodes.cc | 1738 #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 D | resolver.cc | 154 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 D | ecdsa_keymaster1_operation.h | 53 typedef BaseOperation super; typedef
|
H A D | rsa_keymaster1_operation.h | 52 typedef BaseOperation super; typedef
|
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/ |
H A D | KeymasterHidlTest.h | 41 using super = hidl_vec<uint8_t>; variable
|
/aosp12/system/core/fs_mgr/liblp/ |
H A D | builder_test.cpp | 967 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 D | builder.cpp | 473 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 D | AndroidKeymaster41Device.h | 62 using super = V4_0::ng::AndroidKeymaster4Device; variable
|
/aosp12/system/extras/partition_tools/ |
H A D | lpadd.cc | 465 SuperHelper super(super_path); in main() local
|
/aosp12/art/runtime/verifier/ |
H A D | class_verifier.cc | 167 ObjPtr<mirror::Class> super = klass->GetSuperClass(); in CommonVerifyClass() local
|
H A D | method_verifier.cc | 4238 const RegType& super = GetDeclaringClass().GetSuperClass(®_types_); in VerifyInvocationArgs() local
|
/aosp12/system/core/fs_mgr/libsnapshot/ |
H A D | snapshot_fuzz.cpp | 130 const std::string* super; in SNAPSHOT_FUZZ_FUNCTION() local
|
H A D | snapshot_fuzz_utils.cpp | 440 const std::string& SnapshotFuzzEnv::super() const { in super() function in android::snapshot::SnapshotFuzzEnv
|
/aosp12/art/runtime/ |
H A D | cha.cc | 108 ObjPtr<mirror::Class> super = klass->GetSuperClass<kDefaultVerifyFlags, kWithoutReadBarrier>(); in ResetSingleImplementationInHierarchy() local
|
/aosp12/system/core/fs_mgr/libfiemap/ |
H A D | image_manager.cpp | 306 auto super = android::fs_mgr::GetMetadataSuperBlockDevice(*metadata.get()); in MapWithDmLinear() local
|
/aosp12/hardware/interfaces/keymaster/4.0/vts/performance/ |
H A D | Benchmark.cpp | 78 typedef hidl_vec<uint8_t> super; typedef in android::hardware::keymaster::V4_0::test::HidlBuf
|
/aosp12/system/tools/hidl/ |
H A D | Interface.cpp | 817 const Interface* super = superType(); in emitHidlDefinition() local
|
/aosp12/art/dex2oat/linker/ |
H A D | image_writer.cc | 1833 ObjPtr<mirror::Class> super = klass->GetSuperClass<kVerifyNone, kWithoutReadBarrier>(); in VisitNewMethodPointerArrays() local
|
/aosp12/art/oatdump/ |
H A D | oatdump.cc | 1968 ObjPtr<mirror::Class> super = klass->GetSuperClass(); in DumpFields() local
|
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/ |
H A D | keymaster_hidl_hal_test.cpp | 381 typedef hidl_vec<uint8_t> super; typedef in android::hardware::keymaster::V3_0::test::__anon7f4994260110::HidlBuf
|