Searched defs:endOffset (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/runtime/tooling/inspector/ |
| D | source_file.cpp | 55 uint32_t endOffset = (++iter != table.end()) ? iter->offset : ~0U; in EnumerateLocations() local
|
| /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/ts_types/ |
| D | ts_type.h | 29 #define ACCESSORS_ATTACHED_TYPEREF(name, offset, endOffset) \ argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 235 auto endOffset = JSThread::GlueData::GetNewSpaceAllocationEndAddressOffset(env->Is32Bit()); in AllocateInYoung() local 294 auto endOffset = Int32Add(offset, Int32(TaggedArray::DATA_OFFSET)); in InitializeTaggedArrayWithSpeicalValue() local
|
| D | type_lowering.cpp | 676 auto endOffset = JSThread::GlueData::GetNewSpaceAllocationEndAddressOffset(false); in LowerHeapAllocateInYoung() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.h | 2123 Coverage &SetEndOffset(int32_t endOffset) in SetEndOffset()
|
| D | pt_types.cpp | 2422 int32_t endOffset; in Create() local
|