Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_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/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/static_core/verification/config/debug_breakpoint/
Dconfig_handler_breakpoints.cpp41 std::vector<uint32_t> offsets; member
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcallconv.h73 CfiOffsets offsets; member
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmethod_test.cpp78 …const std::vector<int> offsets {0x0, 0x3, 0x5, 0x7, 0x9, 0xb, 0xd, 0xf, 0x11, 0x13, 0x15, 0x16, 0x… in VerifyLineNumber() local
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Delf_builder.h1225 void ElfWriter::PrepareOffsetsForDwarf(CfiOffsets *offsets) const in PrepareOffsetsForDwarf()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h2047 explicit TryNode(const MapleVector<LabelIdx> &offsets) : StmtNode(OP_try), offsets(offsets) {} in TryNode()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp7311 std::vector<int32> offsets; in GenRetCleanup() local
9000 MapleVector<int32> &offsets = GetLmbcCallArgOffsets(); in LmbcSelectParmList() local