Home
last modified time | relevance | path

Searched defs:Value (Results 1 – 25 of 30) 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() 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/
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/ets_runtime/ecmascript/compiler/type_inference/
Dpgo_type_infer.h37 struct Value { struct
38 GateRef gate;
39 GateType tsType;
40 CVector<GateType> pgoTypes;
41 CVector<GateType> inferTypes;
/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/ets_runtime/test/typeinfer/automatedcases/declarationEmitForTypesWhichNeedImportTypes/
Da.ts23 export const Value = createNamed(); constant
/arkcompiler/ets_frontend/es2panda/typescript/types/
DbooleanLiteralType.h27 bool Value() const in Value() function
DstringLiteralType.h27 const util::StringView &Value() const in Value() function
DnumberLiteralType.h27 double Value() const in Value() function
DbigintLiteralType.h30 const util::StringView &Value() const 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/ir/expressions/literals/
DbooleanLiteral.h36 bool Value() const in Value() function
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassProperty.h64 const Expression *Value() const in Value() function
69 Expression *Value() in Value() function
Dproperty.h69 const Expression *Value() const in Value() function
74 Expression *Value() in Value() function
DmethodDefinition.h84 const FunctionExpression *Value() const in Value() function
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsPrivateIdentifier.h49 const Expression *Value() const in Value() function
/arkcompiler/ets_runtime/ecmascript/base/
Dbit_helper.h141 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/
DastDump.h51 const Val &Value() const in Value() function
138 const Val &Value() const in Value() function
/arkcompiler/ets_frontend/es2panda/compiler/base/
Diterators.cpp75 void Iterator::Value() const in Value() function in panda::es2panda::compiler::Iterator
/arkcompiler/ets_frontend/merge_abc/protos/
Dannotation.proto21 message Value { message
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.h122 int64_t Value() const in Value() function
133 int Value() const in Value() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbinary_section.h132 ElfSecName Value() const in Value() function
Dtype.h35 uint32_t 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_frontend/es2panda/binder/
Dvariable.h223 const EnumMemberResult &Value() const in Value() function

12