Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 9 of 9) sorted by relevance

/developtools/profiler/device/plugins/memory_plugin/src/
Dtest_main.cpp30 std::vector<char*> cache; in main() local
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_manager.cpp401 bool HookManager::SendProtobufPackage(uint8_t *cache, size_t length) in SendProtobufPackage()
Dvirtual_runtime.cpp381 HashList<uint64_t, Symbol> &cache) in UpdateSymbolCache()
/developtools/profiler/device/plugins/network_plugin/src/
Dnetwork_plugin.cpp210 NetDetails cache = {0}; in ReadTxRxBytes() local
/developtools/ace_js2bundle/ace-loader/
Dwebpack.lite.config.js39 cache: { property
Dwebpack.rich.config.js161 cache: { property
/developtools/profiler/host/smartperf/trace_streamer/src/table/
Dtable_base.cpp45 void TableBase::TableRegister(sqlite3& db, TraceDataCache* cache, const std::string& tableName, Tab… in TableRegister()
/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts174 export let cache: Cache = {}; variable
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dflow_controller.cpp227 … auto cache = std::shared_ptr<FILE>(fopen(path.c_str(), "wb+"), [](FILE* fp) { fclose(fp); }); in CreateRawDataCaches() local