Home
last modified time | relevance | path

Searched refs:NewAOTLiteralInfo (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Dsnapshot_constantpool_data.cpp153 JSHandle<AOTLiteralInfo> aotLiteralInfo = factory->NewAOTLiteralInfo(methodSize); in CollectLiteralInfo()
255 JSHandle<AOTLiteralInfo> aotLiteralInfo = factory->NewAOTLiteralInfo(1); // 1: only one method in StoreDataToGlobalData()
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.h716 JSHandle<AOTLiteralInfo> NewAOTLiteralInfo(uint32_t length, JSTaggedValue initVal = JSTaggedValue::Hole());
H A Dobject_factory.cpp4891 JSHandle<AOTLiteralInfo> ObjectFactory::NewAOTLiteralInfo(uint32_t length, JSTaggedValue initVal) in NewAOTLiteralInfo() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_dump_test.cpp761 factory->NewAOTLiteralInfo(10);

Completed in 14 milliseconds