/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/ |
D | MemoryMapper.h | 111 struct Reservation { struct 115 using ReservationMap = DenseMap<void *, Reservation>; argument 157 struct Reservation { struct 167 std::map<ExecutorAddr, Reservation> Reservations; argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | MemoryMapper.h | 111 struct Reservation { struct 115 using ReservationMap = DenseMap<void *, Reservation>; argument 157 struct Reservation { struct 167 std::map<ExecutorAddr, Reservation> Reservations; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/ |
D | MemoryMapper.h | 111 struct Reservation { struct 115 using ReservationMap = DenseMap<void *, Reservation>; argument 157 struct Reservation { struct 167 std::map<ExecutorAddr, Reservation> Reservations; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/ |
D | MemoryMapper.h | 111 struct Reservation { struct 115 using ReservationMap = DenseMap<void *, Reservation>; argument 157 struct Reservation { struct 167 std::map<ExecutorAddr, Reservation> Reservations; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/ |
D | MemoryMapper.h | 111 struct Reservation { struct 115 using ReservationMap = DenseMap<void *, Reservation>; argument 157 struct Reservation { struct 167 std::map<ExecutorAddr, Reservation> Reservations; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
D | ExecutorSharedMemoryMapperService.h | 48 struct Reservation { struct 55 using ReservationMap = DenseMap<void *, Reservation>; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
D | ExecutorSharedMemoryMapperService.h | 48 struct Reservation { struct 55 using ReservationMap = DenseMap<void *, Reservation>; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
D | ExecutorSharedMemoryMapperService.h | 48 struct Reservation { struct 55 using ReservationMap = DenseMap<void *, Reservation>; argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
D | ExecutorSharedMemoryMapperService.h | 48 struct Reservation { struct 55 using ReservationMap = DenseMap<void *, Reservation>; argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
H A D | ExecutorSharedMemoryMapperService.h | 48 struct Reservation { struct 55 using ReservationMap = DenseMap<void *, Reservation>; argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | ExecutorSharedMemoryMapperService.cpp | 122 ExecutorAddr Reservation, tpctypes::SharedMemoryFinalizeRequest &FR) { in initialize() 197 for (auto &Reservation : Reservations) { in deinitialize() local
|
/aosp_15_r20/external/google-cloud-java/java-bigqueryreservation/proto-google-cloud-bigqueryreservation-v1/src/main/java/com/google/cloud/bigquery/reservation/v1/ |
H A D | Reservation.java | 30 public final class Reservation extends com.google.protobuf.GeneratedMessageV3 class 36 private Reservation(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Reservation() method in Reservation 40 private Reservation() { in Reservation() method in Reservation
|
/aosp_15_r20/frameworks/libs/native_bridge_support/guest_state/include/native_bridge_support/riscv64/guest_state/ |
D | guest_state_cpu_state.h | 23 using Reservation = uint64_t; variable
|
/aosp_15_r20/frameworks/libs/native_bridge_support/guest_state/include/native_bridge_support/arm/guest_state/ |
D | guest_state_cpu_state.h | 26 using Reservation = uint64_t; variable
|
/aosp_15_r20/frameworks/libs/native_bridge_support/guest_state/include/native_bridge_support/arm64/guest_state/ |
D | guest_state_cpu_state.h | 25 using Reservation = __uint128_t; variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/event_engine/ |
D | memory_allocator.h | 90 Reservation(std::shared_ptr<internal::MemoryAllocatorImpl> allocator, in Reservation() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/event_engine/ |
D | memory_allocator.h | 90 Reservation(std::shared_ptr<internal::MemoryAllocatorImpl> allocator, in Reservation() function
|
/aosp_15_r20/external/grpc-grpc/include/grpc/event_engine/ |
H A D | memory_allocator.h | 89 Reservation(std::shared_ptr<internal::MemoryAllocatorImpl> allocator, in Reservation() function
|
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ |
H A D | Reservation.java | 30 public final class Reservation extends com.google.protobuf.GeneratedMessageV3 class 36 private Reservation(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Reservation() method in Reservation 40 private Reservation() { in Reservation() method in Reservation
|
/aosp_15_r20/external/googleapis/google/cloud/pubsublite/v1/ |
H A D | common.proto | 80 message Reservation { message
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/ |
H A D | track_event_tokenizer.cc | 103 using Reservation = TrackEventTracker::DescriptorTrackReservation; in TokenizeTrackDescriptorPacket() typedef
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | MemoryMapper.cpp | 307 auto Reservation = Reservations.upper_bound(AI.MappingBase); in initialize() local
|
/aosp_15_r20/external/google-cloud-java/java-bigqueryreservation/proto-google-cloud-bigqueryreservation-v1/src/main/proto/google/cloud/bigquery/reservation/v1/ |
H A D | reservation.proto | 395 message Reservation { message
|
/aosp_15_r20/external/googleapis/google/cloud/bigquery/reservation/v1/ |
H A D | reservation.proto | 395 message Reservation { message
|
/aosp_15_r20/art/libartbase/base/ |
H A D | mem_map_test.cc | 789 TEST_F(MemMapTest, Reservation) { in TEST_F() argument
|