Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.h388 explicit VirtualRegister(VRegIDType id) : id_(id) in VirtualRegister() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h303 explicit VirtualRegister(uint16_t v, bool is_acc) : value_(v) in VirtualRegister() function