| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_macros.h | 64 #define ACCESSORS(name, offset, endOffset) … argument 99 #define ACCESSORS_SYNCHRONIZED(name, offset, endOffset) … argument 126 #define ACCESSORS_FIXED_SIZE_FIELD(name, type, sizeType, offset, endOffset) \ argument 139 #define ACCESSORS_NATIVE_FIELD(name, type, offset, endOffset) \ argument 143 #define ACCESSORS_PRIMITIVE_FIELD(name, type, offset, endOffset) \ argument 147 #define ACCESSORS_BIT_FIELD(name, offset, endOffset) \ argument
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | visitor.h | 140 size_t endOffset = startOffset + refLength * JSTaggedValue::TaggedTypeSize(); in IterateBody() local 161 size_t endOffset = startOffset + refLength * JSTaggedValue::TaggedTypeSize(); in IterateAfter() local
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type.h | 24 #define ACCESSORS_ATTACHED_TYPEREF(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/runtime_core/static_core/libpandafile/ |
| D | debug_info_extractor.h | 47 uint32_t endOffset; member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ntype_hcr_lowering.cpp | 190 size_t endOffset = TaggedArray::DATA_OFFSET + length * JSTaggedValue::TaggedTypeSize(); in NewTaggedArray() local 276 GateRef endOffset = builder_.Int32Add(offset, builder_.Int32(TaggedArray::DATA_OFFSET)); in NewTaggedArray() local
|
| D | new_object_stub_builder.cpp | 837 auto endOffset = JSThread::GlueData::GetNewSpaceAllocationEndAddressOffset(env->Is32Bit()); in AllocateInYoung() local 926 auto endOffset = Int32Add(offset, Int32(TaggedArray::DATA_OFFSET)); in InitializeTaggedArrayWithSpeicalValue() local
|
| D | mcr_lowering.cpp | 729 size_t endOffset = JSThread::GlueData::GetNewSpaceAllocationEndAddressOffset(false); in HeapAllocateInYoung() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | lsda.h | 62 LabelNode *endOffset; variable
|
| D | obj_emit.h | 349 uint32 endOffset = 0; variable
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | class_linker.cpp | 572 size_t endOffset = alignOffset; in LayoutFieldsInBaseClassPadding() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 203 uint32_t endOffset = UINT32_MAX; in GetVregIndex() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.h | 2356 Coverage &SetEndOffset(int32_t endOffset) in SetEndOffset()
|
| D | pt_types.cpp | 2795 int32_t endOffset; in Create() local
|