Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_AbcFile.cpp93 EtsAbcFile *EtsAbcFileLoadFromMemory(EtsRuntimeLinker *runtimeLinker, ObjectHeader *rawFileArray) in EtsAbcFileLoadFromMemory() argument
95 ASSERT(rawFileArray != nullptr); in EtsAbcFileLoadFromMemory()
101 EtsHandle arrayHandle(coro, reinterpret_cast<EtsByteArray *>(rawFileArray)); in EtsAbcFileLoadFromMemory()