Searched refs:DefineMethod (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | pandagen.h | 147 void DefineMethod(const ir::AstNode *node, const util::StringView &name);
|
| D | pandagen.cpp | 1114 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()
|
| D | JSCompiler.cpp | 208 pg->DefineMethod(it, func->Scope()->InternalName()); in CompileStaticFieldInitializers()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 154 static JSTaggedValue DefineMethod(JSThread *thread, Method *method, JSTaggedValue homeObject,
|
| D | slow_runtime_stub.cpp | 1024 JSTaggedValue SlowRuntimeStub::DefineMethod(JSThread *thread, Method *method, JSTaggedValue homeObj… in DefineMethod() function in panda::ecmascript::SlowRuntimeStub 1027 INTERPRETER_TRACE(thread, DefineMethod); in DefineMethod()
|
| D | interpreter-inl.h | 4960 auto res = SlowRuntimeStub::DefineMethod(thread, method, homeObject, length, taggedCurEnv); in RunInternal() 4983 auto res = SlowRuntimeStub::DefineMethod(thread, method, homeObject, length, taggedCurEnv); in RunInternal()
|
| D | interpreter_assembly.cpp | 6617 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/ |
| D | runtime_stubs.h | 308 V(DefineMethod) \
|
| D | runtime_stubs.cpp | 2244 DEF_RUNTIME_STUBS(DefineMethod) in DEF_RUNTIME_STUBS() argument 2246 RUNTIME_STUBS_HEADER(DefineMethod); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 208 V(DefineMethod) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 4414 …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()
|
| D | slowpath_lowering.cpp | 2657 GateRef result = LowerCallRuntime(gate, RTSTUB_ID(DefineMethod), in LowerDefineMethod()
|