Home
last modified time | relevance | path

Searched defs:endOffset (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type.h24 #define ACCESSORS_ATTACHED_TYPEREF(name, offset, endOffset) \ argument
/arkcompiler/ets_runtime/ecmascript/
Decma_macros.h64 #define ACCESSORS(name, offset, endOffset) … argument
103 #define ACCESSORS_FIXED_SIZE_FIELD(name, type, sizeType, offset, endOffset) \ argument
116 #define ACCESSORS_NATIVE_FIELD(name, type, offset, endOffset) \ argument
120 #define ACCESSORS_PRIMITIVE_FIELD(name, type, offset, endOffset) \ argument
124 #define ACCESSORS_BIT_FIELD(name, offset, endOffset) \ argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.cpp106 uint32_t endOffset = 0; in HandleStartLocal() local
116 uint32_t endOffset = 0; in HandleStartLocalExtended() local
Ddebug_info_extractor.h72 uint32_t endOffset; member
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_mcr_lowering.cpp166 size_t endOffset = TaggedArray::DATA_OFFSET + length * JSTaggedValue::TaggedTypeSize(); in NewTaggedArray() local
Dnew_object_stub_builder.cpp339 auto endOffset = JSThread::GlueData::GetNewSpaceAllocationEndAddressOffset(env->Is32Bit()); in AllocateInYoung() local
398 auto endOffset = Int32Add(offset, Int32(TaggedArray::DATA_OFFSET)); in InitializeTaggedArrayWithSpeicalValue() local
Dlcr_lowering.cpp582 size_t endOffset = JSThread::GlueData::GetNewSpaceAllocationEndAddressOffset(false); in HeapAllocateInYoung() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.h2322 Coverage &SetEndOffset(int32_t endOffset) in SetEndOffset()
Dpt_types.cpp2729 int32_t endOffset; in Create() local