Searched defs:offsets (Results 1 - 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | param_annotations_data_accessor.h | 28 AnnotationArray(uint32_t count, Span<const uint8_t> offsets) : count_(count), offsets_(offsets) {} in AnnotationArray() argument
|
| H A D | bytecode_emitter.cpp | 63 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 D | param_annotations_data_accessor.h | 28 AnnotationArray(uint32_t count, Span<const uint8_t> offsets) : count_(count), offsets_(offsets) {} in AnnotationArray() argument
|
| H A D | bytecode_emitter.cpp | 63 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 D | config_handler_breakpoints.cpp | 41 std::vector<uint32_t> offsets; member
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| H A D | callconv.h | 73 CfiOffsets offsets; member
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| H A D | regexp_parser.cpp | 156 std::vector<uint32_t> offsets; in ParseDisjunction() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| H A D | llvm_aot_compiler.cpp | 689 auto offsets = CollectAotBuilderOffsets(modules); in FinishCompile() local 627 LinkModule(WrappedModule *wrappedModule, ArkAotLinker *linker, AotBuilderOffsets *offsets) LinkModule() argument
|
Completed in 7 milliseconds