Home
last modified time | relevance | path

Searched refs:_binary_stub_an_length (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dstub_file_info.cpp22 extern const uint32_t _binary_stub_an_length;
117 if (_binary_stub_an_length <= 1) { in Load()
122 BinaryBufferParser binBufparser(const_cast<uint8_t *>(_binary_stub_an_start), _binary_stub_an_length); in Load() local
126 ExecutedMemoryAllocator::AllocateBuf(_binary_stub_an_length, stubsMem_, PAGE_PROT_READWRITE); in Load()
/arkcompiler/ets_runtime/ecmascript/compiler/mock/
H A Dmock_stub_an.cpp19 extern const uint32_t _binary_stub_an_length = 1; variable

Completed in 1 milliseconds