| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| D | opt_code_profiler.h | 31 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/ |
| D | expected.h | 31 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
|
| D | json_parser.h | 47 Value(Value &&rhs) noexcept in Value() function
|
| /arkcompiler/runtime_core/docs/ |
| D | file_format.md | 615 ### 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/ |
| D | value.h | 32 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/ |
| D | debuginfoDumper.h | 25 using Value = std::variant<std::string, size_t, int32_t>; variable
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | stringLiteralType.h | 27 const util::StringView &Value() const in Value() function
|
| D | numberLiteralType.h | 27 double Value() const in Value() function
|
| D | booleanLiteralType.h | 27 bool Value() const in Value() function
|
| D | bigintLiteralType.h | 30 const util::StringView &Value() const in Value() function
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/literals/ |
| D | booleanLiteral.h | 36 bool Value() const in Value() function
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | property.h | 69 const Expression *Value() const in Value() function 74 Expression *Value() in Value() function
|
| D | classProperty.h | 54 const Expression *Value() const in Value() function
|
| D | methodDefinition.h | 68 const FunctionExpression *Value() const in Value() function
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsPrivateIdentifier.h | 44 const Expression *Value() const in Value() function
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | bit_helper.h | 132 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/ |
| D | astDump.h | 51 const Val &Value() const in Value() function 138 const Val &Value() const in Value() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.h | 121 int64_t Value() const in Value() function 132 int Value() const in Value() function
|
| /arkcompiler/ets_frontend/merge_abc/protos/ |
| D | annotation.proto | 21 message Value { message
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | iterators.cpp | 75 void Iterator::Value() const in Value() function in panda::es2panda::compiler::Iterator
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | variable.h | 220 const EnumMemberResult &Value() const in Value() function
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_date_time_format.h | 27 enum class Value : uint8_t { SHARED, START_RANGE, END_RANGE }; enum
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | type.h | 35 uint32_t Value() const in Value() function
|
| /arkcompiler/runtime_core/runtime/ |
| D | mark_word.h | 336 markWordSize Value() volatile const in Value() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
| D | assembler_x64.h | 53 int32_t Value() const in Value() function
|