Home
last modified time | relevance | path

Searched defs:NewAotFunction (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dstub_tests.cpp89 JSTaggedValue NewAotFunction(uint32_t numArgs, uintptr_t codeEntry) in NewAotFunction() function in panda::test::StubTest
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp1598 JSHandle<JSFunction> ObjectFactory::NewAotFunction(uint32_t numArgs, uintptr_t codeEntry) in NewAotFunction() function in panda::ecmascript::ObjectFactory