Home
last modified time | relevance | path

Searched defs:offsets (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dparam_annotations_data_accessor.h28 … AnnotationArray(uint32_t count, Span<const uint8_t> offsets) : count_(count), offsets_(offsets) {} in AnnotationArray()
Dbytecode_emitter.cpp63 … void EmitImpl([[maybe_unused]] Span<uint8_t> buf, [[maybe_unused]] Span<const uint8_t> offsets) {} in EmitImpl()
66 static void EmitImpl(Span<uint8_t> buf, Span<const uint8_t> offsets, Type arg, Types... args) in EmitImpl()
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dcallconv.h73 CfiOffsets offsets; member
/arkcompiler/runtime_core/runtime/tests/
Dmethod_test.cpp73 …const std::vector<int> offsets {0x0, 0x3, 0x5, 0x7, 0x9, 0xb, 0xd, 0xf, 0x11, 0x13, 0x15, 0x16, 0x… in VerifyLineNumber() local
/arkcompiler/runtime_core/compiler/aot/aot_builder/
Delf_builder.h1198 void ElfWriter::PrepareOffsetsForDwarf(CfiOffsets *offsets) const in PrepareOffsetsForDwarf()