Searched refs:LoadPropertyKey (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | pandagen.h | 257 VReg LoadPropertyKey(const ir::Expression *prop, bool isComputed);
|
| D | JSCompiler.cpp | 232 keyReg = pg->LoadPropertyKey(prop->Key(), false); in CompileStaticFieldInitializers() 296 compiler::VReg keyReg = pg->LoadPropertyKey(prop->Key(), prop->IsComputed()); in CompileMissingProperties() 336 compiler::VReg keyReg = pg->LoadPropertyKey(prop->Key(), prop->IsComputed()); in CompileMissingProperties() 1076 compiler::VReg key = pg->LoadPropertyKey(prop->Key(), prop->IsComputed()); in CompileRemainingProperties()
|
| D | pandagen.cpp | 1726 VReg PandaGen::LoadPropertyKey(const ir::Expression *prop, bool isComputed) in LoadPropertyKey() function in panda::es2panda::compiler::PandaGen
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | classDefinition.cpp | 610 …compiler::VReg keyReg = prop->Computed() ? prop->KeyReg() : pg->LoadPropertyKey(prop->Key(), false… in CompileGetterOrSetter()
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | objectExpression.cpp | 345 compiler::VReg key = pg->LoadPropertyKey(prop->Key(), prop->IsComputed()); in CompilePropertyOfGetterOrSetter()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.h | 492 VReg LoadPropertyKey(const ir::Expression *prop, bool isComputed);
|
| D | pandagen.cpp | 2131 VReg PandaGen::LoadPropertyKey(const ir::Expression *prop, bool isComputed) in LoadPropertyKey() function in panda::es2panda::compiler::PandaGen
|