Home
last modified time | relevance | path

Searched refs:SetFunctionNameNoPrefix (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_function.h119 static void SetFunctionNameNoPrefix(JSThread *thread, JSFunction *func, JSTaggedValue name);
Djs_function.cpp609 void JSFunction::SetFunctionNameNoPrefix(JSThread *thread, JSFunction *func, JSTaggedValue name) in SetFunctionNameNoPrefix() function in panda::ecmascript::JSFunction
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h152 V(SetFunctionNameNoPrefix) \
Druntime_stubs.cpp1071 DEF_RUNTIME_STUBS(SetFunctionNameNoPrefix) in DEF_RUNTIME_STUBS() argument
1073 RUNTIME_STUBS_HEADER(SetFunctionNameNoPrefix); in DEF_RUNTIME_STUBS()
1076 JSFunction::SetFunctionNameNoPrefix(thread, reinterpret_cast<JSFunction *>(argFunc), argName); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp1771 CallRuntime(glue, RTSTUB_ID(SetFunctionNameNoPrefix), { acc, propKey }); in DECLARE_ASM_HANDLER()
1814 CallRuntime(glue, RTSTUB_ID(SetFunctionNameNoPrefix), { acc, propKey }); in DECLARE_ASM_HANDLER()
1933 CallRuntime(glue, RTSTUB_ID(SetFunctionNameNoPrefix), { acc, propKey }); in DECLARE_ASM_HANDLER()
1975 CallRuntime(glue, RTSTUB_ID(SetFunctionNameNoPrefix), { acc, propKey }); in DECLARE_ASM_HANDLER()
Dslowpath_lowering.cpp2060 … LowerCallRuntime(gate, RTSTUB_ID(SetFunctionNameNoPrefix), { accValue, propKey }, true); in LowerStOwnByValueWithNameSet()
2112 … LowerCallRuntime(gate, RTSTUB_ID(SetFunctionNameNoPrefix), {accValue, propKey}, true); in LowerStOwnByNameWithNameSet()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h2760 … JSFunction::SetFunctionNameNoPrefix(thread, JSFunction::Cast(value.GetTaggedObject()), propKey); in RunInternal()
2795 … JSFunction::SetFunctionNameNoPrefix(thread, JSFunction::Cast(value.GetTaggedObject()), propKey); in RunInternal()
6533 … JSFunction::SetFunctionNameNoPrefix(thread, JSFunction::Cast(value.GetTaggedObject()), propKey); in RunInternal()
6567 … JSFunction::SetFunctionNameNoPrefix(thread, JSFunction::Cast(value.GetTaggedObject()), propKey); in RunInternal()
Dinterpreter_assembly.cpp2437 … JSFunction::SetFunctionNameNoPrefix(thread, JSFunction::Cast(value.GetTaggedObject()), propKey); in HandleStownbyvaluewithnamesetImm8V8V8()
2476 … JSFunction::SetFunctionNameNoPrefix(thread, JSFunction::Cast(value.GetTaggedObject()), propKey); in HandleStownbynamewithnamesetImm8Id16V8()
5007 … JSFunction::SetFunctionNameNoPrefix(thread, JSFunction::Cast(value.GetTaggedObject()), propKey); in HandleStownbynamewithnamesetImm16Id16V8()
5047 … JSFunction::SetFunctionNameNoPrefix(thread, JSFunction::Cast(value.GetTaggedObject()), propKey); in HandleStownbyvaluewithnamesetImm16V8V8()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1814 JSFunction::SetFunctionNameNoPrefix(thread, func, key); in SetName()