Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stackmap/llvm/
Dllvm_stackmap_type.h148 uint64_t patchPointID; member
154 LOG_COMPILER(DEBUG) << " PatchPointID:0x" << std::hex << patchPointID; in Print()
Dllvm_stackmap_parser.cpp76 uint64_t pID = recordHead.patchPointID; in CalcCallSite()