Home
last modified time | relevance | path

Searched defs:OBJECT (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Delements.h30 OBJECT = 0x1UL << 4, // 16 enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_class_root.h45 OBJECT = helpers::ToUnderlying(ClassRoot::OBJECT), enumerator
Dets_panda_file_items.h32 static constexpr std::string_view OBJECT = "Lstd/core/Object;"; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_type.h37 enum class EtsType { BOOLEAN, BYTE, CHAR, SHORT, INT, LONG, FLOAT, DOUBLE, OBJECT, UNKNOWN, VOID }; enumerator
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass_root.h47 OBJECT, enumerator
/arkcompiler/runtime_core/static_core/verification/type/
Dtype_type.h61 OBJECT, enumerator
/arkcompiler/ets_frontend/es2panda/typescript/types/
DtypeFlag.h36 OBJECT = 1ULL << 9, // x: object enumerator
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dalias_analysis.h41 OBJECT, enumerator
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dglobal_ts_type_ref.h31 OBJECT, enumerator
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.h46 OBJECT = 0, enumerator
60 OBJECT, enumerator
/arkcompiler/runtime_core/static_core/compiler/code_info/
Dvreg_info.h29 …enum class Type : uint8_t { UNDEFINED, OBJECT, INT32, INT64, FLOAT32, FLOAT64, BOOL, ANY, COUNT = … enumerator
/arkcompiler/ets_frontend/ets2panda/checker/types/
DtypeFlag.h35 OBJECT = 1ULL << 9ULL, // x: object enumerator
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp525 static constexpr std::string_view OBJECT = "Lstd/core/Object"; in GenAnnotationSignature() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.h44 OBJECT, enumerator
/arkcompiler/ets_frontend/ts2panda/src/base/
DtypeSystem.ts119 OBJECT, enumerator
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeSystem.h217 OBJECT, enumerator