/arkcompiler/ets_frontend/es2panda/compiler/base/ |
H A D | iterators.cpp | 37 pg_->LoadObjByName(node_, iterator_, "next"); in Iterator() 44 pg_->LoadObjByName(node_, iterator_, name); in GetMethod() 72 pg_->LoadObjByName(node_, nextResult_, "done"); in Complete() 77 pg_->LoadObjByName(node_, nextResult_, "value"); in Value()
|
H A D | destructuring.cpp | 148 pg->LoadObjByName(element, value, key->AsIdentifier()->Name()); in GenObjectProperty()
|
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | iterators.cpp | 35 pg_->LoadObjByName(node_, "next"); in Iterator() 71 pg_->LoadObjByName(node_, "done"); in Complete() 78 pg_->LoadObjByName(node_, "value"); in Value()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | moduleContext.cpp | 75 pg->LoadObjByName(decl->Node(), decl->LocalName()); in CompileExports()
|
H A D | pandagen.h | 93 void LoadObjByName(const ir::AstNode *node, const util::StringView &prop);
|
H A D | pandagen.cpp | 514 LoadObjByName(node, std::get<util::StringView>(prop)); in LoadObjProperty() 559 void PandaGen::LoadObjByName(const ir::AstNode *node, const util::StringView &prop) in LoadObjByName() function in ark::es2panda::compiler::PandaGen
|
H A D | JSCompiler.cpp | 312 pg->LoadObjByName(node, "prototype"); in CompileMissingProperties() 1095 pg->LoadObjByName(expr, ident->Name()); in Compile()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | access_object_stub_builder.h | 36 GateRef LoadObjByName(GateRef glue, GateRef receiver, GateRef prop, const StringIdInfo &info,
|
H A D | access_object_stub_builder.cpp | 24 GateRef AccessObjectStubBuilder::LoadObjByName(GateRef glue, GateRef receiver, GateRef prop, const StringIdInfo &info, in LoadObjByName() function in panda::ecmascript::kungfu::AccessObjectStubBuilder
|
H A D | common_stubs.cpp | 471 Return(builder.LoadObjByName(glue, receiver, id, info, profileTypeInfo, slotId, ProfileOperation())); in GenerateCircuit()
|
H A D | interpreter_stub.cpp | 4201 GateRef result = builder.LoadObjByName(glue, receiver, 0, info, profileTypeInfo, slotId, callback);
in DECLARE_ASM_HANDLER() 4213 GateRef result = builder.LoadObjByName(glue, receiver, 0, info, profileTypeInfo, slotId, callback);
in DECLARE_ASM_HANDLER() 5169 GateRef result = builder.LoadObjByName(glue, receiver, 0, info, profileTypeInfo, slotId, callback);
in DECLARE_ASM_HANDLER() 5180 GateRef result = builder.LoadObjByName(glue, receiver, 0, info, profileTypeInfo, slotId, callback);
in DECLARE_ASM_HANDLER()
|
H A D | stub_builder.cpp | 5682 GateRef value = builder.LoadObjByName(glue, obj, key, info, profileTypeInfo, slotId, ProfileOperation()); in GetMethod()
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | unaryExpression.cpp | 89 pg->LoadObjByName(this, global, ident->Name()); in Compile()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.cpp | 448 LoadObjByName(node, obj, std::get<util::StringView>(prop)); in LoadObjProperty() 513 LoadObjByName(node, global, "debuggerGetValue"); in LoadObjByNameViaDebugger() 547 LoadObjByName(node, global, "debuggerSetValue"); in StoreObjByNameViaDebugger() 567 void PandaGen::LoadObjByName(const ir::AstNode *node, VReg obj, const util::StringView &prop) in LoadObjByName() function in panda::es2panda::compiler::PandaGen 1672 LoadObjByName(node, obj, "length"); in CreateArray()
|
H A D | pandagen.h | 278 void LoadObjByName(const ir::AstNode *node, VReg obj, const util::StringView &prop);
|
/arkcompiler/ets_frontend/es2panda/ir/base/ |
H A D | classDefinition.cpp | 278 pg->LoadObjByName(this, classReg, "prototype"); in CompileMissingProperties()
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 1856 GateRef result = builder.LoadObjByName(glue, receiver, 0, stringIdInfo, profileTypeInfo, slotId, callback); in GenerateCircuit() 1901 GateRef result = builder.LoadObjByName(glue, receiver, 0, stringIdInfo, profileTypeInfo, slotId, callback); in GenerateCircuit() 2849 GateRef result = builder.LoadObjByName(glue, receiver, 0, stringIdInfo, profileTypeInfo, slotId, callback); in GenerateCircuit() 2866 GateRef result = builder.LoadObjByName(glue, acc, 0, stringIdInfo, profileTypeInfo, in GenerateCircuit()
|