Home
last modified time | relevance | path

Searched defs:offsets (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dparam_annotations_data_accessor.h28 AnnotationArray(uint32_t count, Span<const uint8_t> offsets) : count_(count), offsets_(offsets) {} in AnnotationArray() argument
H A Dbytecode_emitter.cpp63 static inline void EmitImpl([[maybe_unused]] Span<uint8_t> buf, [[maybe_unused]] Span<const uint8_t> offsets) {} in EmitImpl() argument
66 static void EmitImpl(Span<uint8_t> buf, Span<const uint8_t> offsets, Type arg, Types... args) in EmitImpl() argument
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dparam_annotations_data_accessor.h28 AnnotationArray(uint32_t count, Span<const uint8_t> offsets) : count_(count), offsets_(offsets) {} in AnnotationArray() argument
H A Dbytecode_emitter.cpp63 static inline void EmitImpl([[maybe_unused]] Span<uint8_t> buf, [[maybe_unused]] Span<const uint8_t> offsets) {} in EmitImpl() argument
66 static void EmitImpl(Span<uint8_t> buf, Span<const uint8_t> offsets, Type arg, Types... args) in EmitImpl() argument
/arkcompiler/runtime_core/static_core/verification/config/debug_breakpoint/
H A Dconfig_handler_breakpoints.cpp41 std::vector<uint32_t> offsets; member
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcallconv.h73 CfiOffsets offsets; member
/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_parser.cpp156 std::vector<uint32_t> offsets; in ParseDisjunction() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_aot_compiler.cpp689 auto offsets = CollectAotBuilderOffsets(modules); in FinishCompile() local
627 LinkModule(WrappedModule *wrappedModule, ArkAotLinker *linker, AotBuilderOffsets *offsets) LinkModule() argument

Completed in 7 milliseconds