Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dfunction.cpp177 VReg keyReg = pg->AllocReg(); in IterateOverElements() local
H A DJSCompiler.cpp273 compiler::VReg keyReg = pg->LoadPropertyKey(prop->Key(), prop->IsComputed()); in CompilePropertyKind() local
347 compiler::VReg keyReg = pg->LoadPropertyKey(prop->Key(), prop->IsComputed()); in CompileMissingProperties() local
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DmethodDefinition.h166 void SetKeyReg(compiler::VReg keyReg) in SetKeyReg() argument
H A DclassDefinition.cpp367 compiler::VReg keyReg = pg->AllocReg(); in CompileComputedKeys() local
705 compiler::VReg keyReg = prop->Computed() ? prop->KeyReg() : pg->LoadPropertyKey(prop->Key(), false); in CompileGetterOrSetter() local

Completed in 5 milliseconds