Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stackmap/
Dllvm_stackmap_type.h148 uint16_t numLocations; member
154 LOG_COMPILER(DEBUG) << " NumLocations:0x" << std::hex << numLocations; in Print()
Dllvm_stackmap_parser.cpp53 for (int j = 0; j < recordHead.numLocations; j++) { in CalcCallSite()
138 for (uint16_t j = 0; j < head.numLocations; j++) { in CalculateStackMap()