Searched defs:VirtualRegister (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ | ||
| H A D | bytecodes.h | 497 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 D | inst.h | 303 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 D | inst.h | 297 explicit VirtualRegister(ValueType v, VRegType type) : value_(v) in VirtualRegister() function in ark::compiler::inst_flags::final [all...] |
Completed in 10 milliseconds