Home
last modified time | relevance | path

Searched refs:TYPED_PATH (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.cpp137 … (mode == Mode::TYPED_PATH) ? (it->second.typedPathValue++) : (it->second.slowPathValue++); in Update()
182 (mode == Mode::TYPED_PATH) ? (result3->second.IncFast()) : (result3->second.IncSlow()); in Update()
185 (mode == Mode::TYPED_PATH) ? (record.IncFast()) : (record.IncSlow()); in Update()
Dopt_code_profiler.h56 TYPED_PATH, enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_bytecode_lowering.cpp251 …builder_.Int32ToTaggedInt(builder_.Int32(static_cast<int32_t>(OptCodeProfiler::Mode::TYPED_PATH))); in AddProfiling()
Dtyped_bytecode_lowering.cpp1751 …builder_.Int32ToTaggedInt(builder_.Int32(static_cast<int32_t>(OptCodeProfiler::Mode::TYPED_PATH))); in AddProfiling()