Searched defs:Kind (Results 1 – 17 of 17) sorted by relevance
| /art/libartbase/base/metrics/ |
| 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
|
| D | metrics.h | 572 #define METRIC_ACCESSORS(name, Kind, ...) \ argument 581 #define METRIC(name, Kind, ...) Kind<DatumId::k##name, ##__VA_ARGS__> name##_; argument
|
| /art/libartbase/base/ |
| 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
|
| D | hiddenapi_stubs.h | 28 enum class Kind { enum
|
| D | arena_containers.h | 111 ArenaAllocKind Kind() { return kArenaAllocSTL; } in Kind() function 120 ArenaAllocKind Kind() { return kind_; } in Kind() function
|
| /art/runtime/ |
| D | dex_register_location.cc | 26 using Kind = DexRegisterLocation::Kind; in operator <<() typedef
|
| D | dex_register_location.h | 31 enum class Kind : int32_t { enum
|
| D | stack_map.h | 125 enum Kind { enum
|
| /art/compiler/ |
| D | compiler.h | 50 enum Kind { enum
|
| /art/runtime/mirror/ |
| D | method_handle_impl.h | 46 enum Kind { enum
|
| /art/compiler/optimizing/ |
| D | data_type.h | 144 static Type Kind(Type type) { in Kind() function
|
| D | stack_map_test.cc | 46 using Kind = DexRegisterLocation::Kind; typedef
|
| D | locations.h | 52 enum Kind { enum
|
| D | code_generator.cc | 1397 using Kind = DexRegisterLocation::Kind; in EmitVRegInfo() typedef
|
| /art/compiler/debug/ |
| D | elf_debug_loc_writer.h | 178 using Kind = DexRegisterLocation::Kind; in WriteDebugLocEntry() local
|
| /art/runtime/entrypoints/quick/ |
| D | quick_field_entrypoints.cc | 69 #define ART_GET_FIELD_FROM_CODE(Kind, PrimitiveType, RetType, SetType, \ argument
|
| /art/runtime/interpreter/mterp/ |
| D | mterp.cc | 787 #define MTERP_FIELD_ACCESSORS_FOR_TYPE(Sufix, PrimType, Kind) \ argument
|