Searched refs:DefineMethod (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.h | 153 static JSTaggedValue DefineMethod(JSThread *thread, Method *method, JSTaggedValue homeObject);
|
| D | slow_runtime_stub.cpp | 1016 JSTaggedValue SlowRuntimeStub::DefineMethod(JSThread *thread, Method *method, JSTaggedValue homeObj… in DefineMethod() function in panda::ecmascript::SlowRuntimeStub 1018 INTERPRETER_TRACE(thread, DefineMethod); in DefineMethod()
|
| D | interpreter-inl.h | 4858 auto res = SlowRuntimeStub::DefineMethod(thread, method, homeObject); in RunInternal() 4885 auto res = SlowRuntimeStub::DefineMethod(thread, method, homeObject); in RunInternal()
|
| D | interpreter_assembly.cpp | 6486 auto res = SlowRuntimeStub::DefineMethod(thread, method, homeObject); in HandleDefinemethodImm16Id16Imm8() 6601 auto res = SlowRuntimeStub::DefineMethod(thread, method, homeObject); in HandleDefinemethodImm8Id16Imm8()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 259 V(DefineMethod) \
|
| D | runtime_stubs.cpp | 1688 DEF_RUNTIME_STUBS(DefineMethod) in DEF_RUNTIME_STUBS() argument 1690 RUNTIME_STUBS_HEADER(DefineMethod); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 197 V(DefineMethod) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | interpreter_stub.cpp | 4153 result = CallRuntime(glue, RTSTUB_ID(DefineMethod), { *result, acc }); in DECLARE_ASM_HANDLER() 4178 result = CallRuntime(glue, RTSTUB_ID(DefineMethod), { *result, acc }); in DECLARE_ASM_HANDLER()
|
| D | slowpath_lowering.cpp | 2739 GateRef result = LowerCallRuntime(gate, RTSTUB_ID(DefineMethod), {method, homeObject}, true); in LowerDefineMethod()
|