Home
last modified time | relevance | path

Searched defs:Value (Results 1 – 25 of 29) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.h31 struct Value { struct
32 Value() : typedPathValue(0), slowPathValue(0) {} in Value() argument
49 uint64_t typedPathValue; argument
50 uint64_t slowPathValue; argument
57 #define BYTECODE_PROF_MAP(name) { kungfu::EcmaOpcode::name, OptCodeProfiler::Value() }, in OptCodeProfiler() argument
/arkcompiler/runtime_core/libpandabase/utils/
Dexpected.h31 const E &Value() const &noexcept in Value() function
35 E &Value() & noexcept in Value() function
39 E &&Value() && noexcept in Value() function
103 const T &Value() const &noexcept(ExpectedConfig::RELEASE) in Value() function
110 T &Value() & noexcept(ExpectedConfig::RELEASE) in Value() function
115 T &&Value() && noexcept(ExpectedConfig::RELEASE) in Value() function
Djson_parser.h47 Value(Value &&rhs) noexcept in Value() function
/arkcompiler/runtime_core/docs/
Dfile_format.md615 ### Value subsection
619 #### ByteValue
629 #### ShortValue
639 #### IntegerValue
649 #### LongValue
659 #### FloatValue
669 #### DoubleValue
679 #### StringValue
689 #### EnumValue
699 #### ClassValue
[all …]
/arkcompiler/runtime_core/runtime/include/
Dvalue.h32 explicit Value() : value_(DecodedTaggedValue(0, 0)) {} in Value() function
38 explicit Value(T value) in Value() function
55 Value(int64_t value, int64_t tag) : value_(DecodedTaggedValue(value, tag)) {} in Value() function
/arkcompiler/ets_frontend/es2panda/compiler/debugger/
DdebuginfoDumper.h25 using Value = std::variant<std::string, size_t, int32_t>; variable
/arkcompiler/ets_frontend/es2panda/typescript/types/
DstringLiteralType.h27 const util::StringView &Value() const in Value() function
DnumberLiteralType.h27 double Value() const in Value() function
DbooleanLiteralType.h27 bool Value() const in Value() function
DbigintLiteralType.h30 const util::StringView &Value() const in Value() function
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DbooleanLiteral.h36 bool Value() const in Value() function
/arkcompiler/ets_frontend/es2panda/ir/base/
Dproperty.h69 const Expression *Value() const in Value() function
74 Expression *Value() in Value() function
DclassProperty.h54 const Expression *Value() const in Value() function
DmethodDefinition.h68 const FunctionExpression *Value() const in Value() function
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsPrivateIdentifier.h44 const Expression *Value() const in Value() function
/arkcompiler/ets_runtime/ecmascript/base/
Dbit_helper.h132 constexpr inline bool IsMask_64(uint64_t Value) in IsMask_64()
139 constexpr inline bool IsShiftedMask_64(uint64_t Value) in IsShiftedMask_64()
/arkcompiler/ets_frontend/es2panda/ir/
DastDump.h51 const Val &Value() const in Value() function
138 const Val &Value() const in Value() function
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.h121 int64_t Value() const in Value() function
132 int Value() const in Value() function
/arkcompiler/ets_frontend/merge_abc/protos/
Dannotation.proto21 message Value { message
/arkcompiler/ets_frontend/es2panda/compiler/base/
Diterators.cpp75 void Iterator::Value() const in Value() function in panda::es2panda::compiler::Iterator
/arkcompiler/ets_frontend/es2panda/binder/
Dvariable.h220 const EnumMemberResult &Value() const in Value() function
/arkcompiler/ets_runtime/ecmascript/
Djs_date_time_format.h27 enum class Value : uint8_t { SHARED, START_RANGE, END_RANGE }; enum
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype.h35 uint32_t Value() const in Value() function
/arkcompiler/runtime_core/runtime/
Dmark_word.h336 markWordSize Value() volatile const in Value() function
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.h53 int32_t Value() const in Value() function

12