Home
last modified time | relevance | path

Searched defs:value (Results 5501 - 5525 of 8544) sorted by relevance

1...<<221222223224225226227228229230>>...342

/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_tree.h142 inline void SetValue(const JSThread *thread, uint32_t entry, JSTaggedValue value) in SetValue() argument
247 inline void SetParent(const JSThread *thread, int entry, JSTaggedValue value) in SetParent() argument
256 inline void SetRoot(JSThread *thread, int index, JSTaggedValue key, JSTaggedValue value) in SetRoot() argument
273 InsertLeftEntry(const JSThread *thread, uint32_t parentIndex, uint32_t entry, JSTaggedValue key, JSTaggedValue value) InsertLeftEntry() argument
283 InsertRightEntry(const JSThread *thread, uint32_t parentIndex, uint32_t entry, JSTaggedValue key, JSTaggedValue value) InsertRightEntry() argument
328 SetLeftChild(const JSThread *thread, uint32_t entry, JSTaggedValue value) SetLeftChild() argument
333 SetRightChild(const JSThread *thread, uint32_t entry, JSTaggedValue value) SetRightChild() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_stats.h89 void SetRecordData(RecordData dataIdx, size_t value) in SetRecordData() argument
237 void SetRecordDuration(RecordDuration durationIdx, float value) in SetRecordDuration() argument
242 void IncreaseRecordDuration(RecordDuration durationIdx, float value) in IncreaseRecordDuration() argument
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_typed_array_test.cpp1374 JSTaggedValue value = factory->NewFromStdString(ivalue).GetTaggedValue(); HWTEST_F_L0() local
[all...]
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph.cpp373 ConstantInst *Graph::FindConstant(DataType::Type type, uint64_t value) in FindConstant() argument
H A Dir_constructor.h150 IrConstructor &NewConstant(size_t id, [[maybe_unused]] T value) in NewConstant() argument
298 IrConstructor &IsArray(bool value) in IsArray() argument
/arkcompiler/runtime_core/libpandabase/utils/
H A Dbit_vector.h634 inline void FillBitVector(panda::BitVectorIterator<IsConst> first, panda::BitVectorIterator<IsConst> last, bool value) in FillBitVector() argument
653 inline void fill(panda::BitVectorIterator<IsConst> first, panda::BitVectorIterator<IsConst> last, bool value) in fill() argument
660 panda::internal::FillBitVector(panda::BitVectorIterator<IsConst>(last.data_, 0), last, value); in fill() local
/arkcompiler/runtime_core/assembler/
H A Dmeta.h96 std::optional<Error> SetAttributeValue(const std::string_view &attribute, const std::string_view &value) in SetAttributeValue() argument
153 virtual std::optional<Error> StoreValue(const std::string_view &attribute, const std::string_view &value) in StoreValue() argument
571 SetValue(const ScalarValue &value) SetValue() argument
[all...]
/arkcompiler/runtime_core/libpandafile/
H A Dfile_items.cpp1057 auto value = static_cast<uint8_t>(item.GetValue<uint32_t>()); in Write() local
1067 auto value = static_cast<uint16_t>(item.GetValue<uint32_t>()); in Write() local
1286 void FieldItem::SetValue(ValueItem *value) in SetValue() argument
1473 void LineNumberProgramItem::EmitAdvancePc(std::vector<uint8_t> *constant_pool, uint32_t value) in EmitAdvancePc() argument
1479 EmitAdvanceLine(std::vector<uint8_t> *constant_pool, int32_t value) EmitAdvanceLine() argument
1589 EmitUleb128(std::vector<uint8_t> *data, uint32_t value) EmitUleb128() argument
1603 EmitSleb128(std::vector<uint8_t> *data, int32_t value) EmitSleb128() argument
[all...]
/arkcompiler/runtime_core/static_core/assembler/
H A Dmeta.h96 std::optional<Error> SetAttributeValue(std::string_view attribute, std::string_view value) in SetAttributeValue() argument
152 virtual std::optional<Error> StoreValue(std::string_view attribute, std::string_view value) in StoreValue() argument
522 SetValue(const ScalarValue &value) SetValue() argument
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dbit_vector.h670 inline void FillBitVector(ark::BitVectorIterator<IS_CONST> first, ark::BitVectorIterator<IS_CONST> last, bool value) in FillBitVector() argument
690 inline void fill(ark::BitVectorIterator<IS_CONST> first, ark::BitVectorIterator<IS_CONST> last, bool value) in fill() argument
697 ark::internal::FillBitVector(ark::BitVectorIterator<IS_CONST>(last.data_, 0), last, value); in fill() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dts2ets_copy.cpp115 std::string value; variable
[all...]
H A Dintrinsics_api_impl.cpp363 napi_value ToLocal(void *value) in ToLocal() argument
517 auto value = JSValue::FromEtsObject(EtsObject::FromCoreType(ref)); in CompilerConvertRefTypeToLocal() local
525 auto value = EtsString::FromEtsObject(EtsObject::FromCoreType(ref)); in CompilerConvertRefTypeToLocal() local
541 EtsString *CompilerConvertLocalToString(void *value) in CompilerConvertLocalToString() argument
564 CompilerConvertLocalToRefType(void *klassPtr, void *value) CompilerConvertLocalToRefType() argument
637 SettleJsPromise(EtsObject *value, napi_deferred deferred, EtsInt state) SettleJsPromise() argument
659 PromiseInteropResolve(EtsObject *value, EtsLong deferred) PromiseInteropResolve() argument
664 PromiseInteropReject(EtsObject *value, EtsLong deferred) PromiseInteropReject() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dencoder64_test_1.cpp281 bool TestBitTestAndBranch(Encoder64Test *test, T value, int pos, uint32_t expected) in TestBitTestAndBranch() argument
322 T value = static_cast<T>(1UL << i); TestBitTestAndBranch() local
[all...]
H A Dencoder64_test_2.cpp1173 TestStoreExclusive(Encoder64Test *test, T value, uint64_t expectedResult) TestStoreExclusive() argument
[all...]
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
H A Dbuiltins.cpp58 auto value = inst->getOperand(2U); in PostWRBHelper() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Ddump.cpp39 std::enable_if_t<std::is_integral_v<T>, ArenaString> ToArenaString(T value, ArenaAllocator *allocator) in ToArenaString() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dinst_builder.cpp281 ConstantInst *InstBuilder::FindOrCreate32BitConstant(uint32_t value) in FindOrCreate32BitConstant() argument
290 ConstantInst *InstBuilder::FindOrCreateConstant(uint64_t value) in FindOrCreateConstant() argument
299 ConstantInst *InstBuilder::FindOrCreateAnyConstant(DataType::Any value) in FindOrCreateAnyConstant() argument
308 FindOrCreateDoubleConstant(double value) FindOrCreateDoubleConstant() argument
317 FindOrCreateFloatConstant(float value) FindOrCreateFloatConstant() argument
326 UpdateDefsForPreds(size_t vreg, std::optional<Inst *> &value) UpdateDefsForPreds() argument
358 std::optional<Inst *> value; UpdateDefs() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dconst_folding.cpp27 uint64_t ConvertIntToInt(T value, DataType::Type targetType) in ConvertIntToInt() argument
54 ConvertIntToFloat(uint64_t value, DataType::Type sourceType) ConvertIntToFloat() argument
81 ConvertFloatToInt(From value) ConvertFloatToInt() argument
106 ConvertFloatToInt(From value, DataType::Type targetType) ConvertFloatToInt() argument
134 ConvertFloatToIntDyn(From value, RuntimeInterface *runtime, size_t bits) ConvertFloatToIntDyn() argument
139 ConstFoldingCreateIntConst(Inst *inst, uint64_t value, bool isLiteralData) ConstFoldingCreateIntConst() argument
302 auto value = static_cast<int64_t>(cnst->GetIntValue()); ConstFoldingAbs() local
957 ConstFoldingCompareCreateConst(Inst *inst, bool value) ConstFoldingCompareCreateConst() argument
1185 auto value = runtime->GetStaticFieldValue(field); ConstFoldingLoadStatic() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
H A Dcodegen_test_1.cpp855 SRC_GRAPH(GenIfImm, Graph *graph, ConditionCode cc, int32_t value) in SRC_GRAPH() argument
[all...]
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_items.cpp1003 auto value = static_cast<uint8_t>(item.GetValue<uint32_t>()); in Write() local
1013 auto value = static_cast<uint16_t>(item.GetValue<uint32_t>()); in Write() local
1222 void FieldItem::SetValue(ValueItem *value) in SetValue() argument
1409 void LineNumberProgramItemBase::EmitAdvancePc(std::vector<uint8_t> *constantPool, uint32_t value) in EmitAdvancePc() argument
1415 void LineNumberProgramItemBase::EmitAdvanceLine(std::vector<uint8_t> *constantPool, int32_t value) in EmitAdvanceLine() argument
1519 EmitUleb128(std::vector<uint8_t> *data, uint32_t value) EmitUleb128() argument
1530 EmitSleb128(std::vector<uint8_t> *data, int32_t value) EmitSleb128() argument
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
H A Dcodegen_intrinsics_ets.cpp31 SbAppendArgs(Reg dst, Reg builder, Reg value) : dst_(dst), builder_(builder), value_(value) in SbAppendArgs() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Descompat_RegExp.cpp355 void SetIsCorrectField(EtsObject *regexpExecArrayObj, bool value) in SetIsCorrectField() argument
389 void SetLastIndexField(EtsObject *regexp, EtsField *lastIndexField, bool global, bool sticky, EtsDouble value) in SetLastIndexField() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_class.h140 void SetStaticFieldPrimitive(EtsField *field, T value) in SetStaticFieldPrimitive() argument
146 void SetStaticFieldPrimitive(int32_t fieldOffset, bool isVolatile, T value) in SetStaticFieldPrimitive() argument
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
H A Dtagged_value.h73 inline TaggedType ReinterpretDoubleToTaggedType(double value) in ReinterpretDoubleToTaggedType() argument
77 inline double ReinterpretTaggedTypeToDouble(TaggedType value) in ReinterpretTaggedTypeToDouble() argument
355 static inline bool IsImpureNaN(double value) in IsImpureNaN() argument
404 uint64_t value = (((u64 & DOUBLE_SIGNIFICAND_MASK) | DOUBLE_HIDDEN_BIT) JsCastDoubleToInt() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Di2c_bridge_test.cpp547 static void VoidVReg(Method *method, int64_t value) in VoidVReg() argument
585 static void VoidIntVReg(Method *method, int32_t a0, int64_t value) in VoidIntVReg() argument
1011 Void6IntVReg(Method *method, int32_t a0, int32_t a1, int32_t a2, int32_t a3, int32_t a4, int32_t a5, int64_t value) Void6IntVReg() argument
1046 Void7IntVReg(Method *method, int32_t a0, int32_t a1, int32_t a2, int32_t a3, int32_t a4, int32_t a5, int32_t a6, int64_t value) Void7IntVReg() argument

Completed in 36 milliseconds

1...<<221222223224225226227228229230>>...342