Home
last modified time | relevance | path

Searched refs:DefineMethod (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.h147 void DefineMethod(const ir::AstNode *node, const util::StringView &name);
Dpandagen.cpp1114 void PandaGen::DefineMethod(const ir::AstNode *node, const util::StringView &name) in DefineMethod() function in panda::es2panda::compiler::PandaGen
1133 DefineMethod(node, name); in DefineFunction()
DJSCompiler.cpp208 pg->DefineMethod(it, func->Scope()->InternalName()); in CompileStaticFieldInitializers()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h154 static JSTaggedValue DefineMethod(JSThread *thread, Method *method, JSTaggedValue homeObject,
Dslow_runtime_stub.cpp1024 JSTaggedValue SlowRuntimeStub::DefineMethod(JSThread *thread, Method *method, JSTaggedValue homeObj… in DefineMethod() function in panda::ecmascript::SlowRuntimeStub
1027 INTERPRETER_TRACE(thread, DefineMethod); in DefineMethod()
Dinterpreter-inl.h4960 auto res = SlowRuntimeStub::DefineMethod(thread, method, homeObject, length, taggedCurEnv); in RunInternal()
4983 auto res = SlowRuntimeStub::DefineMethod(thread, method, homeObject, length, taggedCurEnv); in RunInternal()
Dinterpreter_assembly.cpp6617 auto res = SlowRuntimeStub::DefineMethod(thread, method, homeObject, length, taggedCurEnv); in HandleDefinemethodImm16Id16Imm8()
6726 auto res = SlowRuntimeStub::DefineMethod(thread, method, homeObject, length, taggedCurEnv); in HandleDefinemethodImm8Id16Imm8()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h308 V(DefineMethod) \
Druntime_stubs.cpp2244 DEF_RUNTIME_STUBS(DefineMethod) in DEF_RUNTIME_STUBS() argument
2246 RUNTIME_STUBS_HEADER(DefineMethod); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h208 V(DefineMethod) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp4414 …result = CallRuntime(glue, RTSTUB_ID(DefineMethod), { *result, acc, Int8ToTaggedInt(length), lexEn… in DECLARE_ASM_HANDLER()
4433 …result = CallRuntime(glue, RTSTUB_ID(DefineMethod), { *result, acc, Int8ToTaggedInt(length), lexEn… in DECLARE_ASM_HANDLER()
Dslowpath_lowering.cpp2657 GateRef result = LowerCallRuntime(gate, RTSTUB_ID(DefineMethod), in LowerDefineMethod()