Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_macros.h72 #define ACCESSORS(name, offset, endOffset) … argument
107 #define ACCESSORS_SYNCHRONIZED_PRIMITIVE_FIELD(name, type, offset, endOffset) … argument
121 #define ACCESSORS_SYNCHRONIZED(name, offset, endOffset) … argument
148 #define ACCESSORS_FIXED_SIZE_FIELD(name, type, sizeType, offset, endOffset) \ argument
161 #define ACCESSORS_NATIVE_FIELD(name, type, offset, endOffset) \ argument
165 #define ACCESSORS_PRIMITIVE_FIELD(name, type, offset, endOffset) \ argument
169 #define ACCESSORS_BIT_FIELD(name, offset, endOffset) \ argument
/arkcompiler/ets_runtime/ecmascript/mem/
Dvisitor.h146 size_t endOffset = startOffset + refLength * JSTaggedValue::TaggedTypeSize(); in IterateBody() local
167 size_t endOffset = startOffset + refLength * JSTaggedValue::TaggedTypeSize(); in IterateAfter() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dmetadata_parse.h39 uint32_t endOffset; member
Drawheap_translate.cpp86 bool RawHeapTranslate::ReadSectionInfo(std::ifstream &file, uint32_t endOffset, std::vector<uint32_… in ReadSectionInfo()
/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_info_extractor.h47 uint32_t endOffset; member
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.cpp104 uint32_t endOffset = 0; in HandleStartLocal() local
114 uint32_t endOffset = 0; in HandleStartLocalExtended() local
Ddebug_info_extractor.h72 uint32_t endOffset; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dlsda.h62 LabelNode *endOffset; variable
Dobj_emit.h390 uint32 endOffset = 0; variable
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DInteropTypescriptLinter.ts167 const [startOffset, endOffset] = TsUtils.getHighlightRange(node, faultId); constant
DTypeScriptLinter.ts262 const [startOffset, endOffset] = TsUtils.getHighlightRange(node, faultId); constant
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.cpp262 size_t endOffset = TaggedArray::DATA_OFFSET + length * JSTaggedValue::TaggedTypeSize(); in NewTaggedArray() local
Dnew_object_stub_builder.cpp1476 auto endOffset = JSThread::GlueData::GetSOldSpaceAllocationEndAddressOffset(env->Is32Bit()); in AllocateInSOldPrologue() local
1525 auto endOffset = JSThread::GlueData::GetNewSpaceAllocationEndAddressOffset(env->Is32Bit()); in AllocateInYoungPrologue() local
1661 auto endOffset = Int32Add(offset, Int32(TaggedArray::DATA_OFFSET)); in InitializeTaggedArrayWithSpeicalValue() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp1139 uint32_t endOffset = parser->end_ - parser->begin_; in UpdatePointersListener() local
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp612 size_t endOffset = alignOffset; in LayoutFieldsInBaseClassPadding() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp190 uint32_t endOffset = UINT32_MAX; in GetVregIndex() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Djs_metadata_test.cpp1755 int endOffset {}; member
2040 …ypeNameAndEndOffset(std::string &metaName, std::string &typeName, int metaEndOffset, int endOffset) in CheckTypeNameAndEndOffset()
/arkcompiler/toolchain/tooling/base/
Dpt_types.h2383 Coverage &SetEndOffset(int32_t endOffset) in SetEndOffset()
Dpt_types.cpp2842 int32_t endOffset; in Create() local