/aosp12/art/libartbase/base/metrics/ |
H A D | metrics_common.cc | 33 #define ART_METRIC(name, Kind, ...) \ in DatumName() argument 61 #define ART_METRIC(name, Kind, ...) \ argument 71 #define ART_METRIC(name, Kind, ...) name()->Report(backend); in ReportAllMetrics() argument
|
H A D | metrics.h | 572 #define METRIC_ACCESSORS(name, Kind, ...) \ argument 581 #define METRIC(name, Kind, ...) Kind<DatumId::k##name, ##__VA_ARGS__> name##_; argument
|
/aosp12/art/libartbase/base/ |
H A D | arena_bit_vector.cc | 34 ArenaAllocKind Kind() { return kArenaAllocGrowableBitMap; } in Kind() function in art::ArenaBitVectorAllocatorKindImpl 43 ArenaAllocKind Kind() { return kind_; } in Kind() function in art::ArenaBitVectorAllocatorKindImpl
|
H A D | hiddenapi_stubs.h | 28 enum class Kind { enum
|
H A D | arena_containers.h | 111 ArenaAllocKind Kind() { return kArenaAllocSTL; } in Kind() function 120 ArenaAllocKind Kind() { return kind_; } in Kind() function
|
/aosp12/frameworks/compile/slang/ |
H A D | slang_rs_export_reduce.cpp | 73 const char *RSExportReduce::getKey(FnIdent Kind) { in getKey() 162 const char *Kind, const llvm::StringRef &Name) { in lookupFunction() 210 void RSExportReduce::notOk(StateOfAnalyzeTranslationUnit &S, FnIdent Kind) { in notOk() 221 FnIdent Kind, clang::FunctionDecl *Fn) { in checkVoidReturn() 234 FnIdent Kind, const llvm::StringRef &Name, in checkPointeeConstQualified()
|
H A D | slang_rs_exportable.h | 27 enum Kind { enum
|
/aosp12/art/runtime/ |
H A D | dex_register_location.cc | 26 using Kind = DexRegisterLocation::Kind; in operator <<() typedef
|
H A D | dex_register_location.h | 31 enum class Kind : int32_t { enum
|
H A D | stack_map.h | 125 enum Kind { enum
|
/aosp12/frameworks/compile/mclinker/include/mcld/Script/ |
H A D | ExprToken.h | 20 enum Kind { OPERATOR, OPERAND }; enum
|
H A D | StrToken.h | 26 enum Kind { Unknown, String, Input, Wildcard }; enum
|
H A D | ScriptCommand.h | 21 enum Kind { enum
|
H A D | ScriptFile.h | 40 enum Kind { enum
|
/aosp12/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
H A D | aggregate-indirect-arg.cpp | 16 unsigned Kind; member in SVal
|
/aosp12/system/tools/hidl/ |
H A D | ScalarType.h | 26 enum Kind { enum
|
/aosp12/frameworks/compile/mclinker/include/mcld/MC/ |
H A D | ZOption.h | 21 enum Kind { enum
|
/aosp12/art/compiler/ |
H A D | compiler.h | 50 enum Kind { enum
|
/aosp12/art/runtime/mirror/ |
H A D | method_handle_impl.h | 46 enum Kind { enum
|
/aosp12/frameworks/compile/mclinker/include/mcld/LD/ |
H A D | LDFileFormat.h | 25 enum Kind { enum
|
/aosp12/build/soong/android/ |
H A D | sdk_version.go | 80 Kind SdkKind member
|
/aosp12/art/compiler/optimizing/ |
H A D | data_type.h | 144 static Type Kind(Type type) { in Kind() function
|
/aosp12/art/runtime/entrypoints/quick/ |
H A D | quick_field_entrypoints.cc | 71 extern "C" RetType artGet ## Kind ## StaticFromCode(uint32_t field_idx, \ argument
|
/aosp12/art/compiler/debug/ |
H A D | elf_debug_loc_writer.h | 178 using Kind = DexRegisterLocation::Kind; in WriteDebugLocEntry() local
|
/aosp12/frameworks/compile/libbcc/bcinfo/tools/ |
H A D | main.cpp | 113 static void dumpReduceInfo(FILE *info, const char *Kind, const char *Name) { in dumpReduceInfo()
|