Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp269 compiler::VReg keyReg = pg->LoadPropertyKey(prop->Key(), prop->Computed()); in CompileMissingProperties()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h473 VReg LoadPropertyKey(const ir::Expression *prop, bool isComputed);
Dpandagen.cpp2036 VReg PandaGen::LoadPropertyKey(const ir::Expression *prop, bool isComputed) in LoadPropertyKey() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp366 compiler::VReg key = pg->LoadPropertyKey(prop->Key(), prop->IsComputed()); in CompileRemainingProperties()