Home
last modified time | relevance | path

Searched refs:LoadPropertyKey (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.h257 VReg LoadPropertyKey(const ir::Expression *prop, bool isComputed);
DJSCompiler.cpp232 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()
Dpandagen.cpp1726 VReg PandaGen::LoadPropertyKey(const ir::Expression *prop, bool isComputed) in LoadPropertyKey() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp610 …compiler::VReg keyReg = prop->Computed() ? prop->KeyReg() : pg->LoadPropertyKey(prop->Key(), false… in CompileGetterOrSetter()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp345 compiler::VReg key = pg->LoadPropertyKey(prop->Key(), prop->IsComputed()); in CompilePropertyOfGetterOrSetter()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h492 VReg LoadPropertyKey(const ir::Expression *prop, bool isComputed);
Dpandagen.cpp2131 VReg PandaGen::LoadPropertyKey(const ir::Expression *prop, bool isComputed) in LoadPropertyKey() function in panda::es2panda::compiler::PandaGen