Searched defs:endOffset (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type.h | 24 #define ACCESSORS_ATTACHED_TYPEREF(name, offset, endOffset) \ argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_macros.h | 64 #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/ |
| D | debug_info_extractor.cpp | 106 uint32_t endOffset = 0; in HandleStartLocal() local 116 uint32_t endOffset = 0; in HandleStartLocalExtended() local
|
| D | debug_info_extractor.h | 72 uint32_t endOffset; member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ntype_mcr_lowering.cpp | 166 size_t endOffset = TaggedArray::DATA_OFFSET + length * JSTaggedValue::TaggedTypeSize(); in NewTaggedArray() local
|
| D | new_object_stub_builder.cpp | 339 auto endOffset = JSThread::GlueData::GetNewSpaceAllocationEndAddressOffset(env->Is32Bit()); in AllocateInYoung() local 398 auto endOffset = Int32Add(offset, Int32(TaggedArray::DATA_OFFSET)); in InitializeTaggedArrayWithSpeicalValue() local
|
| D | lcr_lowering.cpp | 582 size_t endOffset = JSThread::GlueData::GetNewSpaceAllocationEndAddressOffset(false); in HeapAllocateInYoung() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.h | 2322 Coverage &SetEndOffset(int32_t endOffset) in SetEndOffset()
|
| D | pt_types.cpp | 2729 int32_t endOffset; in Create() local
|