Home
last modified time | relevance | path

Searched refs:trackAllocations (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_tracker.cpp41 if (node != nullptr && snapshot_->trackAllocations()) { in AllocationEvent()
H A Dheap_snapshot.h409 const bool trackAllocations, EntryIdMap *entryIdMap, Chunk *chunk) in HeapSnapshot()
411 captureNumericValue_(dumpOption.captureNumericValue), trackAllocations_(trackAllocations), in HeapSnapshot()
478 bool trackAllocations() const in trackAllocations() function in panda::ecmascript::EdgeType::Reference::HeapSnapshot
408 HeapSnapshot(const EcmaVM *vm, StringHashMap *stringTable, const DumpSnapShotOption &dumpOption, const bool trackAllocations, EntryIdMap *entryIdMap, Chunk *chunk) HeapSnapshot() argument
H A Dheap_snapshot_json_serializer.cpp230 if ((tree != nullptr) && (snapshot->trackAllocations())) { in SerializeTraceTree()
H A Dheap_snapshot.cpp105 if (trackAllocations()) { in PrepareSnapshot()
/arkcompiler/toolchain/tooling/base/
H A Dpt_params.cpp933 bool trackAllocations = false; in Create() local
934 ret = params.GetBool("trackAllocations", &trackAllocations); in Create()
936 paramsObject->trackAllocations_ = trackAllocations; in Create()
938 error += "Wrong type of 'trackAllocations';"; in Create()
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_params_test.cpp278 // abnormal params of params.sub-key=["trackAllocations":10] in HWTEST_F_L0()
279 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"trackAllocations":10}})"; in HWTEST_F_L0()
283 // abnormal params of params.sub-key=["trackAllocations":"Test"] in HWTEST_F_L0()
284 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"trackAllocations":"Test"}})"; in HWTEST_F_L0()
288 // abnormal params of params.sub-key=["trackAllocations":true] in HWTEST_F_L0()
289 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"trackAllocations":true}})"; in HWTEST_F_L0()
H A Dheapprofiler_impl_test.cpp458 msg += R"({"id":0,"method":"HeapProfiler.StartTrackingHeapObjects","params":{"trackAllocations":0}})"; in HWTEST_F_L0()

Completed in 11 milliseconds