Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dstackmap.h37 struct DeoptVregLocationInfo { struct
41 DeoptVregLocationInfo(int32 vreg, LocationInfo info) : deoptVreg(vreg), locationInfo(info) {} in DeoptVregLocationInfo() argument