Home
last modified time | relevance | path

Searched refs:typedPathValue (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.h32 Value() : typedPathValue(0), slowPathValue(0) {} in Value()
36 return typedPathValue; in TypedPathCount()
46 return typedPathValue + slowPathValue; in Count()
51 typedPathValue = 0; in ResetStat()
55 uint64_t typedPathValue; member
76 … (mode == Mode::TYPED_PATH) ? (it->second.typedPathValue++) : (it->second.slowPathValue++); in Update()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1922 …JSHandle<JSTaggedValue> typedPathValue = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the s… in DEF_RUNTIME_STUBS() local
1925 if (UNLIKELY(!JSTaggedValue::SameValue(typedPathValue, verifiedPathValue))) { in DEF_RUNTIME_STUBS()
1934 typedPathValue->Dump(oss); in DEF_RUNTIME_STUBS()