Home
last modified time | relevance | path

Searched defs:Read (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dinstruction.h63 T Read(size_t offset) const in Read() function
108 inline auto Read() const in Read() function
/arkcompiler/runtime_core/libpandafile/
Dhelpers.h63 inline auto Read(Span<const uint8_t> *sp) in Read() function
115 inline auto Read(Span<const uint8_t> sp) in Read() function
Dbytecode_instruction.h112 T Read(size_t offset) const in Read() function
197 T Read(size_t offset) const in Read() function
Dbytecode_instruction-inl.h52 inline auto BytecodeInst<Mode>::Read() const in Read() function
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_memory_stream.h90 T Read(size_t length) in Read() function
Dbit_memory_region.h129 bool Read(size_t offset) in Read() function
152 Read(size_t offset, size_t length) const in Read() function
Dbit_table.h35 static std::array<uint32_t, N> Read(BitMemoryStreamIn *stream) in Read() function
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dfile.h44 Expected<size_t, Error> Read(void *buf, size_t n) const in Read() function
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dfile.h51 Expected<size_t, Error> Read(void *buf, size_t n) const in Read() function
/arkcompiler/ets_runtime/ecmascript/
Ddate_parse.cpp270 DateParse::DateUnit DateParse::DateProxy::Read() in Read() function in panda::ecmascript::DateParse::DateProxy
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dllvm_stackmap_type.h196 T Read() in Read() function