Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/tooling/inspector/
Dsource_file.cpp55 uint32_t endOffset = (++iter != table.end()) ? iter->offset : ~0U; in EnumerateLocations() local
/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/ts_types/
Dts_type.h29 #define ACCESSORS_ATTACHED_TYPEREF(name, offset, endOffset) \ argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp235 auto endOffset = JSThread::GlueData::GetNewSpaceAllocationEndAddressOffset(env->Is32Bit()); in AllocateInYoung() local
294 auto endOffset = Int32Add(offset, Int32(TaggedArray::DATA_OFFSET)); in InitializeTaggedArrayWithSpeicalValue() local
Dtype_lowering.cpp676 auto endOffset = JSThread::GlueData::GetNewSpaceAllocationEndAddressOffset(false); in LowerHeapAllocateInYoung() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.h2123 Coverage &SetEndOffset(int32_t endOffset) in SetEndOffset()
Dpt_types.cpp2422 int32_t endOffset; in Create() local