| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | extend_assembler.cpp | 30 Register sp(SP); in CalleeSave() local 45 Register sp(SP); in CalleeRestore() local 74 Register sp(SP); in PushFpAndLr() local 80 Register sp(SP); in SaveFpAndLr() local 87 Register sp(SP); in RestoreFpAndLr() local 93 Register sp(SP); in PushLrAndFp() local 99 Register sp(SP); in SaveLrAndFp() local 106 Register sp(SP); in RestoreLrAndFp() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | helpers.h | 36 inline auto Read(Span<const uint8_t> *sp) in Read() 80 inline auto Read(Span<const uint8_t> sp) in Read() 85 inline uint32_t ReadULeb128(Span<const uint8_t> *sp) in ReadULeb128() 96 inline void SkipULeb128(Span<const uint8_t> *sp) in SkipULeb128() 117 inline int32_t ReadLeb128(Span<const uint8_t> *sp) in ReadLeb128() 143 inline std::optional<T> GetOptionalTaggedValue(Span<const uint8_t> sp, E tag, Span<const uint8_t> *… in GetOptionalTaggedValue() 160 inline void EnumerateTaggedValues(Span<const uint8_t> sp, E tag, Callback cb, Span<const uint8_t> *… in EnumerateTaggedValues() 176 inline bool EnumerateTaggedValuesWithEarlyStop(Span<const uint8_t> sp, E tag, Callback cb) in EnumerateTaggedValuesWithEarlyStop()
|
| D | code_data_accessor-inl.h | 27 auto sp = catchBlocksSp_; in EnumerateCatchBlocks() local 46 auto sp = tryBlocksSp_; in EnumerateTryBlocks() local 66 auto sp = pf.GetSpanFromId(codeId); in GetNumVregs() local 74 auto sp = pf.GetSpanFromId(codeId); in GetInstructions() local 85 auto sp = pf.GetSpanFromId(codeId); in GetInstructions() local
|
| D | debug_data_accessor-inl.h | 27 auto sp = parametersSp_; in EnumerateParameters() local 48 auto sp = constantPoolSizeSp_; in GetConstantPool() local 67 auto sp = lineNumProgramOffSp_; in GetLineNumberProgram() local
|
| D | annotation_data_accessor.cpp | 24 auto sp = pandaFile_.GetSpanFromId(annotationId_); in AnnotationDataAccessor() local 37 auto sp = elementsSp_.SubSpan(i * (ID_SIZE + VALUE_SIZE)); in GetElement() local 46 auto sp = elementsTags_.SubSpan(i * TYPE_TAG_SIZE); in GetTag() local
|
| D | param_annotations_data_accessor.h | 47 auto sp = offsets_; in EnumerateAnnotations() local 61 auto sp = pandaFile_.GetSpanFromId(id); in ParamAnnotationsDataAccessor() local 74 auto sp = annotationsArray_; in EnumerateAnnotationArrays() local 92 auto sp = annotationsArray_; in GetAnnotationArray() local
|
| D | value.h | 52 auto sp = pandaFile_.GetSpanFromId(id); in Get() local 76 auto sp = pandaFile_.GetSpanFromId(id_); in ArrayValue() local 93 auto sp = data_.SubSpan(T_SIZE * idx); in Get() local
|
| D | code_data_accessor.cpp | 22 auto sp = data; in CatchBlock() local 40 auto sp = pandaFile_.GetSpanFromId(codeId_); in CodeDataAccessor() local
|
| D | field_data_accessor.cpp | 26 auto sp = pandaFile_.GetSpanFromId(fieldId_); in FieldDataAccessor() local 50 auto sp = taggedValuesSp_; in GetValueInternal() local
|
| D | literal_data_accessor-inl.h | 28 auto sp = pandaFile_.GetSpanFromId(File::EntityId( in GetLiteralValsNum() local 43 auto sp = pandaFile_.GetSpanFromId(id); in EnumerateLiteralVals() local
|
| D | proto_data_accessor-inl.h | 39 auto sp = pandaFile_.GetSpanFromId(protoId_); in EnumerateTypes() local 127 auto sp = refTypesSp_.SubSpan(i * IDX_SIZE); in GetReferenceType() local 137 auto sp = pandaFile_.GetSpanFromId(protoId_); in GetType() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | code_data_accessor-inl.h | 26 auto sp = catch_blocks_sp_; in EnumerateCatchBlocks() local 45 auto sp = try_blocks_sp_; in EnumerateTryBlocks() local 65 auto sp = pf.GetSpanFromId(code_id); in GetNumVregs() local 73 auto sp = pf.GetSpanFromId(code_id); in GetInstructions() local 84 auto sp = pf.GetSpanFromId(code_id); in GetInstructions() local
|
| D | helpers.h | 63 inline auto Read(Span<const uint8_t> *sp) in Read() 115 inline auto Read(Span<const uint8_t> sp) in Read() 120 inline uint32_t ReadULeb128(Span<const uint8_t> *sp) in ReadULeb128() 133 inline void SkipULeb128(Span<const uint8_t> *sp) in SkipULeb128() 155 inline int32_t ReadLeb128(Span<const uint8_t> *sp) in ReadLeb128() 181 inline std::optional<T> GetOptionalTaggedValue(Span<const uint8_t> sp, E tag, Span<const uint8_t> *… in GetOptionalTaggedValue() 202 inline void EnumerateTaggedValues(Span<const uint8_t> sp, E tag, Callback cb, Span<const uint8_t> *… in EnumerateTaggedValues() 218 inline bool EnumerateTaggedValuesWithEarlyStop(Span<const uint8_t> sp, E tag, Callback cb) in EnumerateTaggedValuesWithEarlyStop()
|
| D | debug_data_accessor-inl.h | 27 auto sp = parameters_sp_; in EnumerateParameters() local 48 auto sp = constant_pool_size_sp_; in GetConstantPool() local 67 auto sp = line_num_program_off_sp_; in GetLineNumberProgram() local
|
| D | annotation_data_accessor.cpp | 24 auto sp = panda_file_.GetSpanFromId(annotation_id_); in AnnotationDataAccessor() local 39 auto sp = elements_sp_.SubSpan(i * (ID_SIZE + VALUE_SIZE)); in GetElement() local 48 auto sp = elements_tags_.SubSpan(i * TYPE_TAG_SIZE); in GetTag() local
|
| D | param_annotations_data_accessor.h | 47 auto sp = offsets_; in EnumerateAnnotations() local 61 auto sp = panda_file_.GetSpanFromId(id); in ParamAnnotationsDataAccessor() local 74 auto sp = annotations_array_; in EnumerateAnnotationArrays() local 92 auto sp = annotations_array_; in GetAnnotationArray() local
|
| D | value.h | 52 auto sp = panda_file_.GetSpanFromId(id); in Get() local 76 auto sp = panda_file_.GetSpanFromId(id_); in ArrayValue() local 93 auto sp = data_.SubSpan(T_SIZE * idx); in Get() local
|
| D | code_data_accessor.cpp | 22 auto sp = data; in CatchBlock() local 40 auto sp = panda_file_.GetSpanFromId(code_id_); in CodeDataAccessor() local
|
| D | field_data_accessor.cpp | 25 auto sp = panda_file_.GetSpanFromId(field_id_); in FieldDataAccessor() local 51 auto sp = tagged_values_sp_; in GetValueInternal() local
|
| D | literal_data_accessor-inl.h | 28 auto sp = panda_file_.GetSpanFromId(id); in GetLiteralValsNum() local 47 auto sp = panda_file_.GetSpanFromId(id); in EnumerateLiteralVals() local
|
| D | proto_data_accessor-inl.h | 39 auto sp = panda_file_.GetSpanFromId(proto_id_); in EnumerateTypes() local 127 auto sp = ref_types_sp_.SubSpan(i * IDX_SIZE); in GetReferenceType() local 137 auto sp = panda_file_.GetSpanFromId(proto_id_); in GetType() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter_assembly.cpp | 83 #define GET_ENTRY_FRAME(sp) \ argument 85 #define GET_BUILTIN_FRAME(sp) \ argument 275 auto sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in Execute() local 312 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV4V4() 324 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV8V8() 336 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV16V16() 348 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleLdaStrId16() 359 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm8() 369 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm16() 379 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm32() [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | panda_string.cpp | 62 PandaString ConvertToString(Span<const uint8_t> sp) in ConvertToString() 93 Span<const uint8_t> sp(buf.data(), len); in ConvertToString() local 97 Span<const uint8_t> sp(s->GetDataMUtf8(), s->GetLength()); in ConvertToString() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/sampler/ |
| D | sampling_profiler_test.cpp | 133 auto *sp = Sampler::Create(); in TEST_F() local 213 auto *sp = Sampler::Create(); in TEST_F() local 255 auto *sp = Sampler::Create(); in TEST_F() local 299 auto *sp = Sampler::Create(); in TEST_F() local 339 auto *sp = Sampler::Create(); in TEST_F() local 385 auto *sp = Sampler::Create(); in TEST_F() local 400 auto *sp = Sampler::Create(); in TEST_F() local 586 auto *sp = Sampler::Create(); in TEST_F() local 617 auto *sp = Sampler::Create(); in TEST_F() local 651 auto *sp = Sampler::Create(); in TEST_F() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/accessor/ |
| D | module_data_accessor.cpp | 26 auto sp = pf.GetSpanFromId(moduleDataId); in ModuleDataAccessor() local 47 auto sp = entryDataSp_; in EnumerateImportEntry() local 99 auto sp = entryDataSp_; in EnumerateLocalExportEntry() local 135 auto sp = entryDataSp_; in EnumerateIndirectExportEntry() local 171 auto sp = entryDataSp_; in EnumerateStarExportEntry() local
|