Home
last modified time | relevance | path

Searched refs:Val (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/
H A DastDump.h46 using Val = std::variant<const char *, const ir::AstNode *, bool>;
51 const Val &Value() const in Value()
57 Val value_;
72 using Val =
138 const Val &Value() const in Value()
145 Val value_ {false};
/arkcompiler/ets_frontend/ets2panda/ir/
H A DastDump.h46 using Val = std::variant<const char *, const AstNode *, bool, std::vector<const AstNode *>>;
64 const Val &Value() const in Value()
70 Val value_;
86 using Val = std::variant<const char *, lexer::TokenType, std::initializer_list<Property>, util::StringView,
182 const Val &Value() const in Value()
189 Val value_ {};
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpgo_bc_info.h76 struct Val { struct in panda::ecmascript::kungfu::PGOBCInfo::Info
81 using ValVec = CVector<Val>;
H A Dpgo_bc_info.cpp25 ValVec { Val { detail.bcIndex, detail.bcOffset, detail.cpIndex} }; in Record()
27 it->second.emplace_back(Val{ detail.bcIndex, detail.bcOffset, detail.cpIndex }); in Record()
/arkcompiler/runtime_core/libpandafile/
H A Dfile_items.cpp66 template <class Tag, class Val>
67 static bool WriteUlebTaggedValue(Writer *writer, Tag tag, Val v) in WriteUlebTaggedValue()
80 template <class Tag, class Val>
81 static bool WriteSlebTaggedValue(Writer *writer, Tag tag, Val v) in WriteSlebTaggedValue()
94 template <class Tag, class Val>
95 static bool WriteTaggedValue(Writer *writer, Tag tag, Val v) in WriteTaggedValue()
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_items.cpp30 template <class Tag, class Val>
31 static bool WriteUlebTaggedValue(Writer *writer, Tag tag, Val v) in WriteUlebTaggedValue()
44 template <class Tag, class Val>
45 static bool WriteSlebTaggedValue(Writer *writer, Tag tag, Val v) in WriteSlebTaggedValue()
58 template <class Tag, class Val>
59 static bool WriteTaggedValue(Writer *writer, Tag tag, Val v) in WriteTaggedValue()

Completed in 6 milliseconds