Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSCompiler.cpp238 keyReg = pg->LoadPropertyKey(prop->Key(), false); in CompileStaticFieldInitializers()
273 compiler::VReg keyReg = pg->LoadPropertyKey(prop->Key(), prop->IsComputed()); in CompilePropertyKind()
347 compiler::VReg keyReg = pg->LoadPropertyKey(prop->Key(), prop->IsComputed()); in CompileMissingProperties()
909 compiler::VReg key = pg->LoadPropertyKey(prop->Key(), prop->IsComputed()); in CompileRemainingPropertyKind()
H A Dpandagen.h255 VReg LoadPropertyKey(const ir::Expression *prop, bool isComputed);
H A Dpandagen.cpp1779 VReg PandaGen::LoadPropertyKey(const ir::Expression *prop, bool isComputed) in LoadPropertyKey() function in ark::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.h467 VReg LoadPropertyKey(const ir::Expression *prop, bool isComputed);
H A Dpandagen.cpp2139 VReg PandaGen::LoadPropertyKey(const ir::Expression *prop, bool isComputed) in LoadPropertyKey() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DclassDefinition.cpp705 compiler::VReg keyReg = prop->Computed() ? prop->KeyReg() : pg->LoadPropertyKey(prop->Key(), false); in CompileGetterOrSetter()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DobjectExpression.cpp337 compiler::VReg key = pg->LoadPropertyKey(prop->Key(), prop->IsComputed()); in CompilePropertyOfGetterOrSetter()

Completed in 27 milliseconds