Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stackmap/
Dllvm_stackmap_parser.cpp58 if (j == LocationTy::CONSTANT_DEOPT_CNT_INDEX) { in CalcCallSite()
60 lastDeoptIndex = loc.offsetOrSmallConstant + LocationTy::CONSTANT_DEOPT_CNT_INDEX; in CalcCallSite()
Dllvm_stackmap_type.h43 static constexpr int CONSTANT_DEOPT_CNT_INDEX = 2; member