Searched refs:trackAllocations (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
H A D | heap_tracker.cpp | 41 if (node != nullptr && snapshot_->trackAllocations()) { in AllocationEvent()
|
H A D | heap_snapshot.h | 409 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 D | heap_snapshot_json_serializer.cpp | 230 if ((tree != nullptr) && (snapshot->trackAllocations())) { in SerializeTraceTree()
|
H A D | heap_snapshot.cpp | 105 if (trackAllocations()) { in PrepareSnapshot()
|
/arkcompiler/toolchain/tooling/base/ |
H A D | pt_params.cpp | 933 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 D | debugger_params_test.cpp | 278 // 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 D | heapprofiler_impl_test.cpp | 458 msg += R"({"id":0,"method":"HeapProfiler.StartTrackingHeapObjects","params":{"trackAllocations":0}})";
in HWTEST_F_L0()
|
Completed in 11 milliseconds