Home
last modified time | relevance | path

Searched defs:Allocation (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dallocation_tracker.h63 struct Allocation { struct
87 void AddAllocationOrIncrementRefCount( argument
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DAllocation.java33 final class Allocation { class
54 Allocation(String description, long size, List<StackTraceElement> location) { in Allocation() method in Allocation
/external/libchrome/base/trace_event/
Dheap_profiler_allocation_register.h260 struct Allocation { struct
263 AllocationContext context; argument
271 Allocation operator*() const; argument
/external/tensorflow/tensorflow/contrib/lite/
Dallocation.h32 Allocation(ErrorReporter* error_reporter) : error_reporter_(error_reporter) {} in Allocation() function
/external/swiftshader/src/Common/
DMemory.cpp60 struct Allocation struct
63 unsigned char *block;
/external/llvm/docs/
DCodeGenerator.rst1208 How registers are represented in LLVM
1303 Mapping virtual registers to physical registers
1344 Handling two address instructions
1372 The SSA deconstruction phase
1390 Instruction folding
1414 Built in register allocators
/external/v8/include/
Dv8-profiler.h544 struct Allocation { struct
548 size_t size;
553 unsigned int count;
/external/deqp/external/vulkancts/framework/vulkan/
DvkMemUtil.hpp51 class Allocation class
DvkMemUtil.cpp91 Allocation::Allocation (VkDeviceMemory memory, VkDeviceSize offset, void* hostPtr) in Allocation() function in vk::Allocation
/external/vulkan-validation-layers/tests/
Dloader_validation_tests.cpp1036 TEST(Allocation, Instance) { in TEST() argument
1060 TEST(Allocation, GetInstanceProcAddr) { in TEST() argument
1088 TEST(Allocation, EnumeratePhysicalDevices) { in TEST() argument
1125 TEST(Allocation, InstanceAndDevice) { in TEST() argument
1190 TEST(Allocation, InstanceButNotDevice) { in TEST() argument
1253 TEST(Allocation, DeviceButNotInstance) { in TEST() argument
1315 TEST(Allocation, CreateInstanceIntentionalAllocFail) { in TEST() argument
1347 TEST(Allocation, CreateDeviceIntentionalAllocFail) { in TEST() argument
1416 TEST(Allocation, CreateInstanceDeviceIntentionalAllocFail) { in TEST() argument
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h52 for (void *Allocation : Allocations) in ~AllocaHolder() local
/external/llvm/lib/CodeGen/
DStackColoring.cpp532 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
605 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); in collectMarkers() local
/external/compiler-rt/lib/asan/
Dasan_report.cc76 const char *Allocation() { return Magenta(); } in Allocation() function in __asan::Decorator
/external/v8/src/
Dglobals.h431 class Allocation; variable