Home
last modified time | relevance | path

Searched defs:CallSiteInfo (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_info.h168 using CallSiteInfo = std::tuple<uint64_t, uint8_t *, int, CalleeRegAndOffsetVec>; variable
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dllvm_stackmap_type.h74 using CallSiteInfo = std::vector<DwarfRegAndOffsetType>; variable