Searched refs:LoadPropertyKey (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | JSCompiler.cpp | 238 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 D | pandagen.h | 255 VReg LoadPropertyKey(const ir::Expression *prop, bool isComputed);
|
H A D | pandagen.cpp | 1779 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 D | pandagen.h | 467 VReg LoadPropertyKey(const ir::Expression *prop, bool isComputed);
|
H A D | pandagen.cpp | 2139 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 D | classDefinition.cpp | 705 compiler::VReg keyReg = prop->Computed() ? prop->KeyReg() : pg->LoadPropertyKey(prop->Key(), false); in CompileGetterOrSetter()
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | objectExpression.cpp | 337 compiler::VReg key = pg->LoadPropertyKey(prop->Key(), prop->IsComputed()); in CompilePropertyOfGetterOrSetter()
|
Completed in 27 milliseconds