Home
last modified time | relevance | path

Searched defs:typeOffset (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp262 bool GetTypeOffsetAndPrevOffsetFromFrameType(uintptr_t frameType, uintptr_t &typeOffset, uintptr_t … in GetTypeOffsetAndPrevOffsetFromFrameType()
363 uintptr_t typeOffset = 0; in StepArkManagedNativeFrame() local
458 …uintptr_t typeOffset = MEMBER_OFFSET(AsmInterpretedFrame, base) + MEMBER_OFFSET(InterpretedFrameBa… in GetArkJSHeapCrashInfo() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dtype_literal_extractor.cpp67 …peLiteralExtractor::TypeLiteralExtractor(const JSPandaFile *jsPandaFile, const uint32_t typeOffset) in TypeLiteralExtractor()
73 …TypeLiteralExtractor::ProcessTypeLiteral(const JSPandaFile *jsPandaFile, const uint32_t typeOffset) in ProcessTypeLiteral()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp202 … [this, &offsetTypeMap, defineMethodOffset](const int32_t bcOffset, const uint32_t typeOffset) { in IterateLiteral()
214 uint32_t typeOffset = item.second; in IterateLiteral() local
221 void BytecodeInfoCollector::StoreClassTypeOffset(const uint32_t typeOffset, std::vector<uint32_t> &… in StoreClassTypeOffset()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp834 uint32_t typeOffset = GetBuiltinOffset(static_cast<uint32_t>(id)); in IsBuiltinInstanceType() local
1615 [this](const uint32_t typeOffset) { in GenerateBuiltinSummary()
Dts_type_parser.cpp513 uint32_t typeOffset = typeLiteralExtractor->GetTypeOffset(); in StoreMethodOffset() local