Home
last modified time | relevance | path

Searched refs:hitCount (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.h242 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 Djs_dropframe_test.h74 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 Dsamples_record.h53 int hitCount = 0; member
H A Dsamples_record.cpp118 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 Dtracing.cpp209 args += "\"hitCount\":" + std::to_string(nodeInfo.hitCount) + ","; in TraceEventUpdateCpuProfiler()
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp2483 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 Dpt_types.h2069 ProfileNode &SetHitCount(int32_t hitCount) in SetHitCount() argument
2071 hitCount_ = hitCount; in SetHitCount()
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_types_test.cpp2070 "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 19 milliseconds