Home
last modified time | relevance | path

Searched defs:offset (Results 1 - 25 of 382) sorted by relevance

12345678910>>...16

/arkcompiler/runtime_core/static_core/libpandafile/external/
H A Dfile_ext.h27 uint64_t offset; member
/arkcompiler/runtime_core/static_core/verification/util/
H A Dstruct_field.h26 size_t offset; member
/arkcompiler/runtime_core/bytecode_optimizer/
H A Dcommon.cpp34 std::string GetStringFromPandaFile(const panda_file::File &pfile, uint32_t offset) in GetStringFromPandaFile() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dref_updater.cpp31 void UpdateRemsetRefUpdater<LanguageConfig, NEED_LOCK>::Process(ObjectHeader *object, size_t offset, in Process() argument
/arkcompiler/runtime_core/static_core/verification/cflow/
H A Dcflow_common.cpp26 auto offset = static_cast<uint32_t>(reinterpret_cast<uintptr_t>(ptr) - reinterpret_cast<uintptr_t>(base)); in OffsetAsHexStr() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dbinary_buffer_parser.cpp31 void BinaryBufferParser::ParseBuffer(void *dst, uint32_t count, uint32_t offset) in ParseBuffer() argument
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DinlineCache.cpp29 uint32_t offset = size_ + slotSize; in Offset() local
/arkcompiler/runtime_core/libpandabase/utils/
H A Daligned_storage.h44 static constexpr size_t ConvertOffset(size_t dst_align, size_t offset) in ConvertOffset() argument
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dconst_array_resolver_test.cpp100 size_t offset = 2; in TEST_F() local
/arkcompiler/runtime_core/static_core/verification/config/debug_breakpoint/
H A Dbreakpoint.h44 CheckManagedBreakpoint([[maybe_unused]] DebugContext const *ctx, [[maybe_unused]] Method::UniqId id, [[maybe_unused]] Offset offset) CheckManagedBreakpoint() argument
/arkcompiler/ets_frontend/ets2panda/lexer/token/
H A DsourceLocation.cpp23 void OffsetEntry::AddCol(size_t offset) in AddCol() argument
/arkcompiler/ets_runtime/ecmascript/
H A Dbyte_array.cpp21 void ByteArray::Set(JSThread* thread, uint32_t idx, DataViewType type, JSTaggedType val, uint32_t offset) in Set() argument
29 JSTaggedValue ByteArray::Get(JSThread *thread, uint32_t idx, DataViewType type, uint32_t offset) in Get() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dir_module.cpp31 auto offset = methodLiteral->GetMethodId().GetOffset(); in GetFuncName() local
/arkcompiler/ets_frontend/es2panda/lexer/token/
H A DsourceLocation.cpp24 void OffsetEntry::AddCol(size_t offset) in AddCol() argument
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dbarriers.h32 static inline void SetPrimitive(void *obj, size_t offset, T value) in SetPrimitive() argument
40 static inline T AtomicSetPrimitive(volatile void *obj, size_t offset, T oldValue, T value) in AtomicSetPrimitive() argument
61 static inline T GetValue(const void *obj, size_t offset) in GetValue() argument
/arkcompiler/ets_runtime/test/fuzztest/getjspandafile_fuzzer/
H A Dgetjspandafile_fuzzer.cpp53 uint32_t offset = pathLen + MIN_SIZE_REQUIRED; in GetJSPandaFileFuzzTest() local
/arkcompiler/runtime_core/libpandafile/
H A Dfield_data_accessor.cpp71 auto offset = static_cast<uint32_t>(helpers::Read<sizeof(uint32_t)>(&sp)); in GetValueInternal() local
/arkcompiler/runtime_core/libziparchive/
H A Dzip_archive.h53 uint32_t offset; member
/arkcompiler/runtime_core/static_core/abc2program/common/
H A Dabc_code_converter.cpp43 const auto offset = bcIns.GetId().AsFileId(); in IDToString() local
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfield_data_accessor.cpp67 auto offset = static_cast<uint32_t>(helpers::Read<sizeof(uint32_t)>(&sp)); in GetValueInternal() local
H A Ddebug_helpers.cpp41 const char *GetStringFromConstantPool(const File &pf, uint32_t offset) in GetStringFromConstantPool() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Ddebug_info.h55 void SetOffset(size_t offset) in SetOffset() argument
/arkcompiler/runtime_core/static_core/libziparchive/
H A Dzip_archive.h56 uint32_t offset; member
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
H A Dets_test_mirror_classes.h32 constexpr MirrorFieldInfo(const char *name, std::size_t offset) : name_(name), offset_(offset) {} in MirrorFieldInfo() argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/map_mirror_classes/
H A Dtest_map_mirror_classes.cpp27 uint32_t offset; member

Completed in 13 milliseconds

12345678910>>...16