Searched defs:valueReg (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| H A D | lreference.cpp | 108 VReg valueReg = pg_->AllocReg(); in SetValue() local
|
| H A D | lexenv.cpp | 106 VReg valueReg = pg->AllocReg(); in ExpandStoreLexVar() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| H A D | slow_path.cpp | 260 codegen->CallRuntimeWithMethod(GetInst(), method_, GetEntrypoint(), valueReg, argReg_, typeImm, slotImm); in GenerateImpl() local 263 codegen->CallRuntimeWithMethod(GetInst(), method_, GetEntrypoint(), valueReg, typeImm, slotImm); in GenerateImpl() local 265 codegen->CallRuntimeWithMethod(GetInst(), method_, GetEntrypoint(), valueReg, typeImm); in GenerateImpl() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | ETSGen.cpp | 582 VReg valueReg = AllocReg(); in StoreElementDynamic() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | pandagen.cpp | 386 VReg valueReg = AllocReg(); in StoreVar() local 542 VReg valueReg = AllocReg(); in StoreObjByNameViaDebugger() local
|
Completed in 10 milliseconds