Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Dopt_code_profiler.cpp179 (mode == Mode::TYPED_PATH) ? (it->second.typedPathValue++) : (it->second.slowPathValue++); in FilterMethodToPrint()
228 (mode == Mode::TYPED_PATH) ? (result3->second.IncFast()) : (result3->second.IncSlow()); in FilterMethodToPrint()
231 (mode == Mode::TYPED_PATH) ? (record.IncFast()) : (record.IncSlow()); in FilterMethodToPrint()
H A Dopt_code_profiler.h57 TYPED_PATH, enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dntype_bytecode_lowering.cpp324 builder_.Int32ToTaggedInt(builder_.Int32(static_cast<int32_t>(OptCodeProfiler::Mode::TYPED_PATH))); in AddProfiling()
H A Dtyped_bytecode_lowering.cpp2182 builder_.Int32ToTaggedInt(builder_.Int32(static_cast<int32_t>(OptCodeProfiler::Mode::TYPED_PATH))); in AddProfiling()

Completed in 7 milliseconds