Searched defs:offsets (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/libpandafile/ |
| D | param_annotations_data_accessor.h | 28 … AnnotationArray(uint32_t count, Span<const uint8_t> offsets) : count_(count), offsets_(offsets) {} in AnnotationArray()
|
| D | bytecode_emitter.cpp | 63 … 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/ |
| D | callconv.h | 73 CfiOffsets offsets; member
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | method_test.cpp | 73 …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/ |
| D | elf_builder.h | 1198 void ElfWriter::PrepareOffsetsForDwarf(CfiOffsets *offsets) const in PrepareOffsetsForDwarf()
|