Home
last modified time | relevance | path

Searched +defs:get +defs:buffer +defs:create (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp67 bool get(type_t &out) const { in get() function in __anon56233e910111::empirical_type
74 const type_t *get() const { return valid ? &data : nullptr; } in get() function in __anon56233e910111::empirical_type
1156 std::unique_ptr<char[]> buffer(new char[uint32_t(len + 1)]); in CaptureDebugHintScriptGroup2() local
2371 std::shared_ptr<uint8_t> buffer(new uint8_t[size]); in GetAllocationData() local
2664 const std::shared_ptr<uint8_t> buffer = GetAllocationData(alloc, frame_ptr); in SaveAllocation() local
2976 auto buffer = in ParseRSInfo() local
3217 std::shared_ptr<uint8_t> buffer = GetAllocationData(alloc, frame_ptr); in DumpAllocation() local
3813 RenderScriptRuntime::LookUpScript(addr_t address, bool create) { in LookUpScript()