Home
last modified time | relevance | path

Searched defs:types (Results 1 – 13 of 13) sorted by relevance

/ark/runtime_core/docs/bc_verification/
Dtypes_n_values.md89 ### Primitive types
91 #### Integral types
99 #### Floating point types
101 #### Arrays
/ark/runtime_core/verification/absint/
Dabs_int_inl.cpp55 PandaString AbsIntInstructionHandler::ImageOf(const TypeSet &types) in ImageOf()
61 PandaVector<Type> AbsIntInstructionHandler::SubtypesOf(const PandaVector<Type> &types) in SubtypesOf()
73 PandaVector<Type> AbsIntInstructionHandler::SubtypesOf(std::initializer_list<Type> types) in SubtypesOf()
85 PandaVector<Type> AbsIntInstructionHandler::SupertypesOf(const PandaVector<Type> &types) in SupertypesOf()
97 PandaVector<Type> AbsIntInstructionHandler::SupertypesOf(std::initializer_list<Type> types) in SupertypesOf()
109 bool AbsIntInstructionHandler::CheckRegTypes(int reg, std::initializer_list<Type> types) in CheckRegTypes()
114 bool AbsIntInstructionHandler::CheckTypes(const Type &type, std::initializer_list<Type> types) in CheckTypes()
Dabs_int_inl.h243 PandaString ImagesOf(const Container &types) in ImagesOf()
335 bool CheckTypes(const AbstractType &type, std::initializer_list<Type> types) in CheckTypes()
/ark/runtime_core/libpandafile/
Dtypes.rb20 def types method
/ark/runtime_core/verification/type/
Dtype_set.h31 explicit TypeSet(const Type &t, Types... types) : Kind_ {t.GetTypeSystemKind()} in TypeSet()
/ark/ts2abc/ts2panda/
Dtsconfig.json17 "types": [ array
Dpackage.json6 "types": "types/index.d.ts", string
/ark/runtime_core/docs/
Dfile_format.md80 ### MUTF-8 Encoding
86 ### String
97 ### TaggedValue
/ark/runtime_core/assembler/
Dmeta.cpp51 static std::unordered_map<std::string_view, VType> types { in GetType() local
/ark/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp417 std::vector<Type::TypeId> types {Type::TypeId::VOID, Type::TypeId::I32}; in TestProtos() local
/ark/js_runtime/ecmascript/tooling/base/
Dpt_types.cpp2222 std::unique_ptr<PtJson> types; in Create() local
2254 std::unique_ptr<PtJson> types = PtJson::CreateArray(); in ToJson() local
Dpt_types.h2141 TypeProfileEntry &SetTypes(std::vector<std::unique_ptr<TypeObject>> types) in SetTypes()
/ark/runtime_core/runtime/tests/
Dinterpreter_test.cpp2571 std::vector<panda_file::Type::TypeId> types { in TestLoadStoreField() local