Searched defs:DefineMethod (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ | ||
| D | pandagen.cpp | 1109 void PandaGen::DefineMethod(const ir::AstNode *node, const util::StringView &name) in DefineMethod() function in ark::es2panda::compiler::PandaGen |
| /arkcompiler/ets_runtime/ecmascript/interpreter/ | ||
| D | slow_runtime_stub.cpp | 1015 JSTaggedValue SlowRuntimeStub::DefineMethod(JSThread *thread, Method *method, JSTaggedValue homeObj… in DefineMethod() function in panda::ecmascript::SlowRuntimeStub |
| /arkcompiler/ets_runtime/ecmascript/compiler/ | ||
| D | new_object_stub_builder.cpp | 1240 GateRef NewObjectStubBuilder::DefineMethod(GateRef glue, GateRef method, GateRef homeObject, GateRe… in DefineMethod() function in panda::ecmascript::kungfu::NewObjectStubBuilder |
| /arkcompiler/ets_runtime/ecmascript/stubs/ | ||
| D | runtime_stubs.cpp | 2641 DEF_RUNTIME_STUBS(DefineMethod) in DEF_RUNTIME_STUBS() argument |