Home
last modified time | relevance | path

Searched defs:Reservation (Results 1 – 25 of 42) sorted by relevance

12

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/
DMemoryMapper.h111 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 DMemoryMapper.h111 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/
DMemoryMapper.h111 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/
DMemoryMapper.h111 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/
DMemoryMapper.h111 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/
DExecutorSharedMemoryMapperService.h48 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/
DExecutorSharedMemoryMapperService.h48 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/
DExecutorSharedMemoryMapperService.h48 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/
DExecutorSharedMemoryMapperService.h48 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 DExecutorSharedMemoryMapperService.h48 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 DExecutorSharedMemoryMapperService.cpp122 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 DReservation.java30 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/
Dguest_state_cpu_state.h23 using Reservation = uint64_t; variable
/aosp_15_r20/frameworks/libs/native_bridge_support/guest_state/include/native_bridge_support/arm/guest_state/
Dguest_state_cpu_state.h26 using Reservation = uint64_t; variable
/aosp_15_r20/frameworks/libs/native_bridge_support/guest_state/include/native_bridge_support/arm64/guest_state/
Dguest_state_cpu_state.h25 using Reservation = __uint128_t; variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/event_engine/
Dmemory_allocator.h90 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/
Dmemory_allocator.h90 Reservation(std::shared_ptr<internal::MemoryAllocatorImpl> allocator, in Reservation() function
/aosp_15_r20/external/grpc-grpc/include/grpc/event_engine/
H A Dmemory_allocator.h89 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 DReservation.java30 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 Dcommon.proto80 message Reservation { message
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dtrack_event_tokenizer.cc103 using Reservation = TrackEventTracker::DescriptorTrackReservation; in TokenizeTrackDescriptorPacket() typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp307 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 Dreservation.proto395 message Reservation { message
/aosp_15_r20/external/googleapis/google/cloud/bigquery/reservation/v1/
H A Dreservation.proto395 message Reservation { message
/aosp_15_r20/art/libartbase/base/
H A Dmem_map_test.cc789 TEST_F(MemMapTest, Reservation) { in TEST_F() argument

12