Home
last modified time | relevance | path

Searched defs:sp (Results 1 – 25 of 155) sorted by relevance

1234567

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dextend_assembler.cpp29 Register sp(SP); in CalleeSave() local
44 Register sp(SP); in CalleeRestore() local
73 Register sp(SP); in PushFpAndLr() local
79 Register sp(SP); in SaveFpAndLr() local
86 Register sp(SP); in RestoreFpAndLr() local
92 Register sp(SP); in PushLrAndFp() local
98 Register sp(SP); in SaveLrAndFp() local
105 Register sp(SP); in RestoreLrAndFp() local
/arkcompiler/runtime_core/libpandafile/
Dcode_data_accessor-inl.h26 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
Dhelpers.h63 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()
Ddebug_data_accessor-inl.h27 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
Dannotation_data_accessor.cpp24 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
Dparam_annotations_data_accessor.h47 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
Dvalue.h52 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
Dcode_data_accessor.cpp22 auto sp = data; in CatchBlock() local
40 auto sp = panda_file_.GetSpanFromId(code_id_); in CodeDataAccessor() local
Dfield_data_accessor.cpp23 auto sp = panda_file_.GetSpanFromId(field_id_); in FieldDataAccessor() local
49 auto sp = tagged_values_sp_; in GetValueInternal() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dhelpers.h37 inline auto Read(Span<const uint8_t> *sp) in Read()
81 inline auto Read(Span<const uint8_t> sp) in Read()
86 inline uint32_t ReadULeb128(Span<const uint8_t> *sp) in ReadULeb128()
100 inline void SkipULeb128(Span<const uint8_t> *sp) in SkipULeb128()
121 inline int32_t ReadLeb128(Span<const uint8_t> *sp) in ReadLeb128()
147 inline std::optional<T> GetOptionalTaggedValue(Span<const uint8_t> sp, E tag, Span<const uint8_t> *… in GetOptionalTaggedValue()
164 inline void EnumerateTaggedValues(Span<const uint8_t> sp, E tag, Callback cb, Span<const uint8_t> *… in EnumerateTaggedValues()
180 inline bool EnumerateTaggedValuesWithEarlyStop(Span<const uint8_t> sp, E tag, Callback cb) in EnumerateTaggedValuesWithEarlyStop()
Ddebug_data_accessor-inl.h27 auto sp = parametersSp_; in EnumerateParameters() local
48 auto sp = constantPoolSizeSp_; in GetConstantPool() local
67 auto sp = lineNumProgramOffSp_; in GetLineNumberProgram() local
Dcode_data_accessor-inl.h27 auto sp = catchBlocksSp_; in EnumerateCatchBlocks() local
52 auto sp = tryBlocksSp_; in EnumerateTryBlocksImpl() local
87 auto sp = pf.GetSpanFromId(codeId); in GetNumVregs() local
95 auto sp = pf.GetSpanFromId(codeId); in GetInstructions() local
Dannotation_data_accessor.cpp24 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
Dcode_data_accessor.cpp23 auto sp = data; in CatchBlock() local
41 auto sp = pandaFile_.GetSpanFromId(codeId_); in CodeDataAccessor() local
55 auto sp = pf.GetSpanFromId(codeId); in GetInstructions() local
Dparam_annotations_data_accessor.h47 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
Dvalue.h52 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
Dfield_data_accessor.cpp26 auto sp = pandaFile_.GetSpanFromId(fieldId_); in FieldDataAccessor() local
48 auto sp = taggedValuesSp_; in GetValueInternal() local
Dliteral_data_accessor-inl.h28 auto sp = pandaFile_.GetSpanFromId(File::EntityId( in GetLiteralValsNum() local
44 auto sp = pandaFile_.GetSpanFromId(id); in EnumerateLiteralVals() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs.cpp179 #define DEFINE_PROFILE_CALLBACK(glue, sp, slotId) … argument
295 GateRef sp = PtrArgument(PARAM_INDEX(BaselineTryLdGLobalByNameImm8ID16, SP)); in GenerateCircuit() local
313 GateRef sp = PtrArgument(PARAM_INDEX(BaselineCallArg1Imm8V8, SP)); in GenerateCircuit() local
341 GateRef sp = PtrArgument(PARAM_INDEX(BaselineStToGlobalRecordImm16ID16, SP)); in GenerateCircuit() local
358 GateRef sp = PtrArgument(PARAM_INDEX(BaselineLdaStrID16, SP)); in GenerateCircuit() local
389 GateRef sp = PtrArgument(PARAM_INDEX(BaselinePoplexenv, SP)); in GenerateCircuit() local
401 GateRef sp = PtrArgument(PARAM_INDEX(BaselineGetunmappedargs, SP)); in GenerateCircuit() local
444 GateRef sp = PtrArgument(PARAM_INDEX(BaselineAsyncfunctionenter, SP)); in GenerateCircuit() local
454 GateRef sp = PtrArgument(PARAM_INDEX(BaselineCreateasyncgeneratorobjV8, SP)); in GenerateCircuit() local
483 GateRef sp = PtrArgument(PARAM_INDEX(BaselineGetpropiterator, SP)); in GenerateCircuit() local
[all …]
Dbaseline_stubs-inl.h33 void BaselineStubBuilder::CheckExceptionWithVar(GateRef glue, GateRef sp, GateRef res, GateRef acc) in CheckExceptionWithVar()
50 void BaselineStubBuilder::CheckException(GateRef glue, GateRef sp, GateRef res) in CheckException()
69 void BaselineStubBuilder::CheckExceptionReturn(GateRef glue, GateRef sp, GateRef res) in CheckExceptionReturn()
88 void BaselineStubBuilder::CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef res, GateRef acc… in CheckExceptionWithJump()
105 void BaselineStubBuilder::CheckExceptionWithJumpAndReturn(GateRef glue, GateRef sp, GateRef res, Ga… in CheckExceptionWithJumpAndReturn()
123 void BaselineStubBuilder::CheckPendingException(GateRef glue, GateRef sp, GateRef res, GateRef acc) in CheckPendingException()
140 void BaselineStubBuilder::DispatchLast(GateRef glue, GateRef sp, GateRef acc) in DispatchLast()
200 GateRef BaselineStubBuilder::GetModule(GateRef glue, GateRef sp) in GetModule()
234 GateRef BaselineStubBuilder::GetNewTarget(GateRef glue, GateRef sp) in GetNewTarget()
251 GateRef BaselineStubBuilder::GetStartIdxAndNumArgs(GateRef glue, GateRef sp, GateRef restIdx) in GetStartIdxAndNumArgs()
[all …]
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp69 #define GET_ENTRY_FRAME(sp) \ argument
71 #define GET_BUILTIN_FRAME(sp) \ argument
275 auto sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in Execute() local
344 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV4V4()
356 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV8V8()
368 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV16V16()
380 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleLdaStrId16()
391 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm8()
401 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm16()
411 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm32()
[all …]
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/sampler/
Dsampling_profiler_test.cpp136 auto *sp = Sampler::Create(); in TEST_F() local
170 auto *sp = Sampler::Create(); in TEST_F() local
247 auto *sp = Sampler::Create(); in TEST_F() local
288 auto *sp = Sampler::Create(); in TEST_F() local
330 auto *sp = Sampler::Create(); in TEST_F() local
373 auto *sp = Sampler::Create(); in TEST_F() local
417 auto *sp = Sampler::Create(); in TEST_F() local
456 auto *sp = Sampler::Create(); in TEST_F() local
496 auto *sp = Sampler::Create(); in TEST_F() local
541 auto *sp = Sampler::Create(); in TEST_F() local
[all …]
/arkcompiler/ets_runtime/ecmascript/base/
Djson_helper.cpp71 bool JsonHelper::IsFastValueToQuotedString(const Span<const uint8_t> &sp) in IsFastValueToQuotedString()
108 void JsonHelper::AppendQuotedValueToC16String(const Span<const uint16_t> &sp, uint32_t &index, C16S… in AppendQuotedValueToC16String()
131 void JsonHelper::AppendValueToQuotedString(const Span<const SrcType> &sp, DstType &output) in AppendValueToQuotedString()
/arkcompiler/runtime_core/static_core/runtime/mem/
Dpanda_string.cpp62 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/ets_runtime/ecmascript/module/accessor/
Dmodule_data_accessor.cpp27 auto sp = pf.GetSpanFromId(moduleDataId); in ModuleDataAccessor() local
59 auto sp = entryDataSp_; in EnumerateImportEntry() local
99 void ModuleDataAccessor::ReadRegularImportEntry(Span<const uint8_t> *sp, ObjectFactory *factory, in ReadRegularImportEntry()
114 void ModuleDataAccessor::ReadNamespaceImportEntry(Span<const uint8_t> *sp, ObjectFactory *factory, in ReadNamespaceImportEntry()
127 auto sp = entryDataSp_; in EnumerateLocalExportEntry() local
163 auto sp = entryDataSp_; in EnumerateIndirectExportEntry() local
196 auto sp = entryDataSp_; in EnumerateStarExportEntry() local

1234567