Searched refs:hitCount (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_regexp.h | 242 inline void SetHitCount(JSThread *thread, int hitCount) in SetHitCount() argument 244 Set(thread, CACHE_HIT_COUNT_INDEX, JSTaggedValue(hitCount)); in SetHitCount() 252 inline void SetCacheCount(JSThread *thread, int hitCount) in SetCacheCount() argument 254 Set(thread, CACHE_COUNT_INDEX, JSTaggedValue(hitCount)); in SetCacheCount()
|
/arkcompiler/toolchain/tooling/test/testcases/ |
H A D | js_dropframe_test.h | 74 for (size_t hitCount = 0; hitCount < breakpointHitTimes[index]; hitCount++) { in JsDropFrameTest() 76 if (hitCount == breakpointHitTimes[index] - 1) { in JsDropFrameTest()
|
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
H A D | samples_record.h | 53 int hitCount = 0;
member
|
H A D | samples_record.cpp | 118 profileInfo_->nodes[sampleNodeId - 1].hitCount++; in AddSample() 140 profileInfo_->nodes[1].hitCount++; in AddEmptyStackSample() 197 + std::to_string(codeEntry.columnNumber) + "},\"hitCount\":" in StringifyNodes() 198 + std::to_string(node.hitCount) + ",\"children\":["; in StringifyNodes()
|
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/ |
H A D | tracing.cpp | 209 args += "\"hitCount\":" + std::to_string(nodeInfo.hitCount) + ","; in TraceEventUpdateCpuProfiler()
|
/arkcompiler/toolchain/tooling/base/ |
H A D | pt_types.cpp | 2483 int32_t hitCount; in Create() local 2484 ret = params.GetInt("hitCount", &hitCount); in Create() 2486 profileNode->hitCount_ = hitCount; in Create() 2488 error += "Wrong type of 'hitCount';"; in Create() 2541 profileNode->SetHitCount(cpuProfileNode.hitCount); in FromCpuProfileNode() 2562 result->Add("hitCount", hitCount_.value()); in ToJson()
|
H A D | pt_types.h | 2069 ProfileNode &SetHitCount(int32_t hitCount) in SetHitCount() argument 2071 hitCount_ = hitCount; in SetHitCount()
|
/arkcompiler/toolchain/tooling/test/ |
H A D | debugger_types_test.cpp | 2070 "columnNumber":20}, "hitCount":15, "children":[], "positionTicks":[], "deoptReason":"yyy"}})"; 2100 "columnNumber":20}, "hitCount":15, "children":[], "positionTicks":[], "deoptReason":"yyy"}})"; 2131 ret = json->GetInt("hitCount", &tmpInt);
|
Completed in 18 milliseconds