| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| D | opt_code_profiler.h | 31 struct Value { struct 32 Value() : typedPathValue(0), slowPathValue(0) {} in Value() function 36 return typedPathValue; in TypedPathCount() argument 41 return slowPathValue; in SlowPathCount() argument 55 uint64_t typedPathValue; argument 56 uint64_t slowPathValue; argument 63 #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/ets_runtime/ecmascript/compiler/type_inference/ |
| D | pgo_type_infer.h | 37 struct Value { struct 38 GateRef gate; 39 GateType tsType; 40 CVector<GateType> pgoTypes; 41 CVector<GateType> inferTypes;
|
| /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/ets_runtime/test/typeinfer/automatedcases/declarationEmitForTypesWhichNeedImportTypes/ |
| D | a.ts | 23 export const Value = createNamed(); constant
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | booleanLiteralType.h | 27 bool Value() const in Value() function
|
| D | stringLiteralType.h | 27 const util::StringView &Value() const in Value() function
|
| D | numberLiteralType.h | 27 double Value() const in Value() function
|
| D | bigintLiteralType.h | 30 const util::StringView &Value() const 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/ir/expressions/literals/ |
| D | booleanLiteral.h | 36 bool Value() const in Value() function
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| D | classProperty.h | 64 const Expression *Value() const in Value() function 69 Expression *Value() in Value() function
|
| D | property.h | 69 const Expression *Value() const in Value() function 74 Expression *Value() in Value() function
|
| D | methodDefinition.h | 84 const FunctionExpression *Value() const in Value() function
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsPrivateIdentifier.h | 49 const Expression *Value() const in Value() function
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | bit_helper.h | 141 constexpr inline bool IsMask_64(uint64_t Value) in IsMask_64() 148 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_frontend/es2panda/compiler/base/ |
| D | iterators.cpp | 75 void Iterator::Value() const in Value() function in panda::es2panda::compiler::Iterator
|
| /arkcompiler/ets_frontend/merge_abc/protos/ |
| D | annotation.proto | 21 message Value { message
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.h | 122 int64_t Value() const in Value() function 133 int Value() const in Value() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | binary_section.h | 132 ElfSecName Value() const in Value() function
|
| D | type.h | 35 uint32_t 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_frontend/es2panda/binder/ |
| D | variable.h | 223 const EnumMemberResult &Value() const in Value() function
|