Home
last modified time | relevance | path

Searched refs:BIG_INT (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtype.h55 V(BIG_INT, BigIntType) \
227 return GateType(static_cast<uint32_t>(TSPrimitiveType::BIG_INT)); in BigIntType()
283 return type == static_cast<uint32_t>(TSPrimitiveType::BIG_INT); in IsBigIntType()
H A Dstub_builder.cpp236 .And(Int32NotEqual(Int32And(fieldType, Int32(static_cast<int32_t>(SharedFieldType::BIG_INT))), Int32(0))) in MatchFieldType()
/arkcompiler/ets_runtime/ecmascript/ts_types/
H A Dglobal_ts_type_ref.h57 BIG_INT, member in panda::ecmascript::TSPrimitiveType
H A Dbuiltin_type_id.h37 V(BIG_INT) \
/arkcompiler/ets_runtime/ecmascript/
H A Djsnapi_sendable.cpp135 return SharedFieldType::BIG_INT; in GetSharedFieldType()
H A Dproperty_attributes.h46 BIG_INT = (1 << 4), member in panda::ecmascript::TrackType::SharedFieldType
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_panda_file_items.h29 static constexpr std::string_view BIG_INT = "Lescompat/BigInt;"; member
H A Dets_class_linker_extension.cpp544 bigintClass_ = CacheClass(BIG_INT, [](auto *c) { in InitializeBuiltinSpecialClasses()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H A Dpgo_profiler_type.h97 BIG_INT = 0x1ULL << 7, member in panda::ecmascript::pgo::PGOSampleTemplate::Type
187 return static_cast<int32_t>(Type::BIG_INT); in BigIntType()
294 case Type::BIG_INT: in ToString()
371 return type_.index() == 0 && GetPrimitiveType() == Type::BIG_INT; in IsBigInt()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dclass_info_extractor.h37 BIG_INT = (1 << 4), member in panda::ecmascript::FieldType
H A Dclass_info_extractor.cpp662 } else if ((sharedFieldType & static_cast<uint32_t>(SharedFieldType::BIG_INT)) != 0 && value.IsBigInt()) { in MatchFieldType()
697 case static_cast<uint32_t>(SharedFieldType::BIG_INT): in StaticFieldTypeToString()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dinterop_context.cpp175 bigintClass_ = CacheClass(etsClassLinker, descriptors::BIG_INT); in CacheClasses()

Completed in 40 milliseconds