Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/base/
DmethodDefinition.h166 void SetKeyReg(compiler::VReg keyReg) in SetKeyReg()
DclassDefinition.cpp368 compiler::VReg keyReg = pg->AllocReg(); in CompileComputedKeys() local
703 …compiler::VReg keyReg = prop->Computed() ? prop->KeyReg() : pg->LoadPropertyKey(prop->Key(), false… in CompileGetterOrSetter() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dfunction.cpp178 VReg keyReg = pg->AllocReg(); in IterateOverElements() local
DJSCompiler.cpp247 compiler::VReg keyReg {}; in CompileStaticFieldInitializers() local
289 compiler::VReg keyReg = pg->LoadPropertyKey(prop->Key(), prop->IsComputed()); in CompilePropertyKind() local
363 compiler::VReg keyReg = pg->LoadPropertyKey(prop->Key(), prop->IsComputed()); in CompileMissingProperties() local