Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_parser.cpp219 BinaryBufferParser binBufparser(ptr, length); in ParseArkStackMapAndDeopt() local
220 binBufparser.ParseBuffer(&secHead, sizeof(ArkStackMapHeader)); in ParseArkStackMapAndDeopt()
222 binBufparser.ParseBuffer(&callsiteHead, sizeof(CallsiteHeader)); in ParseArkStackMapAndDeopt()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dstub_file_info.cpp118 …BinaryBufferParser binBufparser(const_cast<uint8_t *>(_binary_stub_an_start), _binary_stub_an_leng… in Load() local
126 reader.ParseELFSections(binBufparser, des_, secs); in Load()