Searched defs:offsets (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_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/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/static_core/verification/config/debug_breakpoint/ |
| D | config_handler_breakpoints.cpp | 41 std::vector<uint32_t> offsets; member
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | callconv.h | 73 CfiOffsets offsets; member
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | method_test.cpp | 78 …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/ |
| D | elf_builder.h | 1225 void ElfWriter::PrepareOffsetsForDwarf(CfiOffsets *offsets) const in PrepareOffsetsForDwarf()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_nodes.h | 2047 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/ |
| D | aarch64_cgfunc.cpp | 7311 std::vector<int32> offsets; in GenRetCleanup() local 9000 MapleVector<int32> &offsets = GetLmbcCallArgOffsets(); in LmbcSelectParmList() local
|