Searched refs:SetCodeEntryToFunctionFromMethod (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_function_stub_builder.cpp | 734 SetCodeEntryToFunctionFromMethod(glue, func, method); in InitializeFunctionWithMethod()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | shared_object_factory.cpp | 298 SetCodeEntryToFunctionFromMethod(function, method); in NewSFunctionByHClass()
|
| D | object_factory.h | 972 …void SetCodeEntryToFunctionFromMethod(const JSHandle<JSFunction> &func, const JSHandle<Method> &me…
|
| D | object_factory.cpp | 2075 void ObjectFactory::SetCodeEntryToFunctionFromMethod(const JSHandle<JSFunction> &func, const JSHand… in SetCodeEntryToFunctionFromMethod() function in panda::ecmascript::ObjectFactory 2113 SetCodeEntryToFunctionFromMethod(function, method); in SetupJSFunctionByHClass()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.h | 925 void SetCodeEntryToFunctionFromMethod(GateRef glue, GateRef function, GateRef value);
|
| D | new_object_stub_builder.cpp | 639 SetCodeEntryToFunctionFromMethod(glue, func, method); in DefineFuncForJit()
|
| D | stub_builder-inl.h | 3556 inline void StubBuilder::SetCodeEntryToFunctionFromMethod(GateRef glue, GateRef function, GateRef m… in SetCodeEntryToFunctionFromMethod() function
|