Home
last modified time | relevance | path

Searched refs:DisplayItems (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H A Ddeoptimizer.h124 static PUBLIC_API std::string DisplayItems(kungfu::DeoptType type);
H A Ddeoptimizer.cpp444 std::string checkType = DisplayItems(type); in Dump()
454 std::string Deoptimizier::DisplayItems(DeoptType type) in DisplayItems() function in panda::ecmascript::FrameWriter::Deoptimizier
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dsamples_record.cpp297 std::string typeCheckStr = "(DEOPT:" + Deoptimizier::DisplayItems(type) + ")"; in AddRunningState()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_circuit_builder.cpp1065 std::string comment = Deoptimizier::DisplayItems(DeoptType::OSRLOOPEXIT); in GenDeoptAndReturnForOsrLoopExit()
H A Dcircuit_builder.cpp339 std::string comment = Deoptimizier::DisplayItems(type); in DeoptCheck()

Completed in 10 milliseconds