Home
last modified time | relevance | path

Searched defs:VirtualRegister (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecodes.h497 class VirtualRegister { class
499 explicit VirtualRegister(VRegIDType id) : id_(id) in VirtualRegister() function in panda::ecmascript::kungfu::VirtualRegister
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.h303 explicit VirtualRegister(uint16_t v, bool is_acc) : value_(v) in VirtualRegister() function in panda::compiler::inst_flags::final
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.h297 explicit VirtualRegister(ValueType v, VRegType type) : value_(v) in VirtualRegister() function in ark::compiler::inst_flags::final
[all...]

Completed in 10 milliseconds