Home
last modified time | relevance | path

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

1234

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dextend_assembler.cpp28 Register sp(SP); in CalleeSave() local
43 Register sp(SP); in CalleeRestore() local
72 Register sp(SP); in PushFpAndLr() local
78 Register sp(SP); in SaveFpAndLr() local
85 Register sp(SP); in RestoreFpAndLr() local
91 Register sp(SP); in PushLrAndFp() local
97 Register sp(SP); in SaveLrAndFp() local
104 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.cpp25 auto sp = panda_file_.GetSpanFromId(field_id_); in FieldDataAccessor() local
51 auto sp = tagged_values_sp_; in GetValueInternal() local
Dliteral_data_accessor-inl.h28 auto sp = panda_file_.GetSpanFromId(id); in GetLiteralValsNum() local
47 auto sp = panda_file_.GetSpanFromId(id); in EnumerateLiteralVals() local
Dproto_data_accessor-inl.h39 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
Dclass_data_accessor-inl.h70 auto sp = ifaces_offsets_sp_; in EnumerateInterfaces() local
81 auto sp = ifaces_offsets_sp_.SubSpan(idx * IDX_SIZE); in GetInterfaceId() local
150 static void EnumerateClassElements(const File &pf, Span<const uint8_t> sp, size_t elem_num, const C… in EnumerateClassElements()
Dfile-inl.h28 auto sp = GetSpanFromId(id); in GetStringData() local
Dmethod_handle_data_accessor.cpp24 auto sp = panda_file_.GetSpanFromId(method_handle_id_); in MethodHandleDataAccessor() local
Ddebug_data_accessor.cpp23 auto sp = panda_file_.GetSpanFromId(debug_info_id_); in DebugInfoDataAccessor() local
Dmethod_data_accessor.cpp23 auto sp = panda_file_.GetSpanFromId(method_id); in MethodDataAccessor() local
Dclass_data_accessor.cpp27 auto sp = panda_file_.GetSpanFromId(class_id_); in ClassDataAccessor() local
Dmodule_data_accessor.cpp24 auto sp = panda_file_.GetSpanFromId(module_data_id); in ModuleDataAccessor() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp85 #define GET_ENTRY_FRAME(sp) \ argument
87 #define GET_BUILTIN_FRAME(sp) \ argument
243 auto sp = const_cast<JSTaggedType *>(thread->GetCurrentSPFrame()); in Execute() local
261 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV4V4()
273 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV8V8()
285 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleMovV16V16()
297 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleLdaStrId16()
307 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm8()
317 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm16()
327 …JSThread *thread, const uint8_t *pc, JSTaggedType *sp, JSTaggedValue constpool, JSTaggedValue prof… in HandleJmpImm32()
[all …]
/arkcompiler/runtime_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/jspandafile/accessor/
Dmodule_data_accessor.cpp23 auto sp = pandaFile_.GetSpanFromId(moduleDataId); in ModuleDataAccessor() local
44 auto sp = entryDataSp_; in EnumerateImportEntry() local
96 auto sp = entryDataSp_; in EnumerateLocalExportEntry() local
128 auto sp = entryDataSp_; in EnumerateIndirectExportEntry() local
166 auto sp = entryDataSp_; in EnumerateStarExportEntry() local
/arkcompiler/ets_runtime/ecmascript/
Dframes.cpp28 FrameIterator::FrameIterator(JSTaggedType *sp, const JSThread *thread) : current_(sp), thread_(thre… in FrameIterator()
456 const JSTaggedType *sp = it.GetSp(); in ComputePrevFrameSp() local
539 auto sp = it.GetSp(); in GCIterate() local
568 auto sp = it.GetSp(); in GCIterate() local
584 const JSTaggedType *sp = it.GetSp(); in GCIterate() local
598 const JSTaggedType *sp = it.GetSp(); in GCIterate() local
613 const JSTaggedType *sp = it.GetSp(); in GCIterate() local
627 const JSTaggedType *sp = it.GetSp(); in GCIterate() local
640 const JSTaggedType *sp = it.GetSp(); in GCIterate() local
659 const JSTaggedType* sp = it.GetSp(); in GCIterate() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub-inl.h27 void InterpreterStubBuilder::SetVregValue(GateRef glue, GateRef sp, GateRef idx, GateRef val) in SetVregValue()
32 inline GateRef InterpreterStubBuilder::GetVregValue(GateRef sp, GateRef idx) in GetVregValue()
323 void InterpreterStubBuilder::SetFrameState(GateRef glue, GateRef sp, GateRef function, GateRef acc, in SetFrameState()
364 GateRef InterpreterStubBuilder::CheckStackOverflow(GateRef glue, GateRef sp) in CheckStackOverflow()
372 GateRef InterpreterStubBuilder::PushArg(GateRef glue, GateRef sp, GateRef value) in PushArg()
380 GateRef InterpreterStubBuilder::PushUndefined(GateRef glue, GateRef sp, GateRef num) in PushUndefined()
403 GateRef InterpreterStubBuilder::PushRange(GateRef glue, GateRef sp, GateRef array, GateRef startInd… in PushRange()
427 GateRef InterpreterStubBuilder::GetStartIdxAndNumArgs(GateRef sp, GateRef restIdx) in GetStartIdxAndNumArgs()
550 void InterpreterStubBuilder::Dispatch(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, Gate… in Dispatch()
560 void InterpreterStubBuilder::DispatchLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchLast()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp64 Register sp(SP); in CallRuntime() local
102 Register sp(SP); in IncreaseStackForArguments() local
143 Register sp(SP); in JSFunctionEntry() local
210 Register sp(SP); in OptimizedCallOptimized() local
304 Register sp(SP); in CallBuiltinTrampoline() local
355 Register sp(SP); in GenJSCall() local
374 Register sp(SP); in JSCallInternal() local
531 Register sp(SP); in ConstructorJSCall() local
538 Register sp(SP); in ConstructorJSCallInternal() local
634 void OptimizedCall::ThrowNonCallableInternal(ExtendedAssembler *assembler, Register sp) in ThrowNonCallableInternal()
[all …]
Dcommon_call.cpp38 Register sp(SP); in PushAsmInterpBridgeFrame() local
57 Register sp(SP); in PopAsmInterpBridgeFrame() local
74 Register sp(SP); in PushLeaveFrame() local
89 Register sp(SP); in PopLeaveFrame() local

1234