Home
last modified time | relevance | path

Searched defs:value_ (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/runtime_core/runtime/include/tooling/
Dvreg_value.h25 explicit VRegValue(int64_t value = 0) : value_(value) {} in value_() function
Dpt_value.h49 explicit PtValue(int64_t value = 0) : value_(value) {} in value_() function
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsPrivateIdentifier.h62 Expression *value_; variable
/arkcompiler/runtime_core/libpandafile/
Dvalue.h69 uint32_t value_; variable
Dannotation_data_accessor.h56 uint32_t value_; variable
Dfile_items.h578 ValueItem *value_; variable
1636 …iant<uint8_t, uint16_t, uint32_t, uint64_t, StringItem *, MethodItem *, LiteralArrayItem *> value_; variable
1701 ValueItem *value_; variable
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassProperty.h92 Expression *value_; variable
Dproperty.h120 Expression *value_; variable
DmethodDefinition.h124 FunctionExpression *value_; variable
/arkcompiler/runtime_core/assembler/
Dassembly-literals.h32 … std::variant<bool, uint8_t, uint16_t, uint32_t, uint64_t, float, double, std::string> value_; member
Dannotation.h505 std::variant<uint64_t, float, double, std::string, pandasm::Type, AnnotationData> value_; variable
558 std::unique_ptr<Value> value_; variable
Dmeta.h560 std::optional<ScalarValue> value_; variable
/arkcompiler/runtime_core/runtime/mem/gc/
Dcard_table.h191 std::atomic_uint8_t value_ = CLEAR_VALUE; variable
/arkcompiler/ets_runtime/ecmascript/
Ddate_parse.h142 char value_; variable
311 int value_; variable
Djs_serializer.h247 std::unique_ptr<uint8_t, Deleter> value_; variable
/arkcompiler/runtime_core/libpandabase/tests/
Darena_allocator_test.cpp168 size_t value_; member in panda::ComplexClass