Searched defs:typeOffset (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | type_literal_extractor.cpp | 67 …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/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 302 bool GetTypeOffsetAndPrevOffsetFromFrameType(uintptr_t frameType, uintptr_t &typeOffset, uintptr_t … in GetTypeOffsetAndPrevOffsetFromFrameType() 728 bool ArkGetNextFrame(uintptr_t ¤tPtr, uintptr_t typeOffset, in ArkGetNextFrame() 771 uintptr_t typeOffset = 0; in GetArkNativeFrameInfo() local 879 uintptr_t typeOffset = 0; in StepArkManagedNativeFrame() local 974 …uintptr_t typeOffset = MEMBER_OFFSET(AsmInterpretedFrame, base) + MEMBER_OFFSET(InterpretedFrameBa… in GetArkJSHeapCrashInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecode_info_collector.cpp | 276 … [this, &offsetTypeMap, defineMethodOffset](const int32_t bcOffset, const uint32_t typeOffset) { in IterateLiteral() 288 uint32_t typeOffset = item.second; in IterateLiteral() local 295 void BytecodeInfoCollector::StoreClassTypeOffset(const uint32_t typeOffset, std::vector<uint32_t> &… in StoreClassTypeOffset()
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_manager.cpp | 766 uint32_t typeOffset = GetBuiltinOffset(static_cast<uint32_t>(id)); in IsBuiltinClassType() local 787 uint32_t typeOffset = GetBuiltinOffset(static_cast<uint32_t>(id)); in IsBuiltinInstanceType() local 1368 [this](const uint32_t typeOffset) { in GenerateBuiltinSummary()
|
| D | ts_type_parser.cpp | 524 uint32_t typeOffset = typeLiteralExtractor->GetTypeOffset(); in StoreMethodOffset() local
|