Home
last modified time | relevance | path

Searched defs:SetMemory (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/perfetto/src/profiling/perf/
H A Dframe_pointer_unwinder_unittest.cc106 void SetMemory(uint64_t addr, const void* memory, size_t length) { in SetMemory() function in perfetto::profiling::__anon43c18ef40111::MemoryFake
134 void SetMemory(uint64_t addr, std::vector<uint8_t> values) { in SetMemory() function in perfetto::profiling::__anon43c18ef40111::MemoryFake
138 void SetMemory(uint64_t addr, std::string string) { in SetMemory() function in perfetto::profiling::__anon43c18ef40111::MemoryFake
/aosp_15_r20/system/unwinding/libunwindstack/utils/
H A DMemoryFake.h48 void SetMemory(uint64_t addr, std::vector<uint8_t> values) { in SetMemory() function
52 void SetMemory(uint64_t addr, std::string string) { in SetMemory() function
H A DMemoryFake.cpp37 void MemoryFake::SetMemory(uint64_t addr, const void* memory, size_t length) { in SetMemory() function in unwindstack::MemoryFake
/aosp_15_r20/external/cronet/base/memory/
H A Dprotected_memory_win.cc20 bool SetMemory(void* start, void* end, DWORD prot) { in SetMemory() function
/aosp_15_r20/external/libchrome/base/memory/
H A Dprotected_memory_posix.cc29 bool SetMemory(void* start, void* end, int prot) { in SetMemory() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dcl_kernel.cc129 absl::Status CLKernel::SetMemory(int index, cl_mem memory) { in SetMemory() function in tflite::gpu::cl::CLKernel
/aosp_15_r20/external/armnn/include/armnn/backends/
H A DTensorHandle.hpp98 void SetMemory(void* mem) in SetMemory() function in armnn::TensorHandle
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dstep_stats_collector.cc149 void NodeExecStatsWrapper::SetMemory(OpKernelContext* ctx) { in SetMemory() function in tensorflow::NodeExecStatsWrapper
H A Dexecutor.cc123 void SetMemory(NodeExecStatsInterface* stats, OpKernelContext* ctx) { in SetMemory() function
/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DRar3Vm.cpp874 void CVm::SetMemory(UInt32 pos, const Byte *data, UInt32 dataSize) in SetMemory() function in NCompress::NRar3::NVm::CVm
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dcorreg.h170 STDMETHOD(SetMemory)(THIS_ void *pMem,ULONG iSize) PURE; in DECLARE_INTERFACE_() local
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dcaptured_function.cc98 void SetMemory(OpKernelContext* ctx) override {} in SetMemory() function in tensorflow::data::__anona21e91bd0111::SimpleStepStatsCollector::SimpleNodeExecStats