| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | language_context.h | 308 coretypes::TaggedValue GetEncodedTaggedValue(int64_t value, int64_t tag) const in GetEncodedTaggedValue() argument
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | intrinsics.cpp | 405 void Memset8(ObjectHeader *array, uint8_t value, uint32_t initialIndex, uint32_t maxIndex) in Memset8() argument 412 void Memset16(ObjectHeader *array, uint16_t value, uint32_t initialIndex, uint32_t maxIndex) in Memset16() argument 419 void Memset32(ObjectHeader *array, uint32_t value, uint32_t initialIndex, uint32_t maxIndex) in Memset32() argument 426 void Memset64(ObjectHeader *array, uint64_t value, uint32_t initialIndex, uint32_t maxIndex) in Memset64() argument 432 void Memsetf32(ObjectHeader *array, float value, uint32_t initialIndex, uint32_t maxIndex) in Memsetf32() argument 439 Memsetf64(ObjectHeader *array, double value, uint32_t initialIndex, uint32_t maxIndex) Memsetf64() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/profilesaver/ |
| H A D | profile_dump_info.cpp | 59 static void AddStringToBuffer(PandaVector<uint8_t> *buffer, const PandaString &value) in AddStringToBuffer() argument 65 static void AddUintToBuffer(PandaVector<uint8_t> *buffer, T value) in AddUintToBuffer() argument 121 T value = 0; in ReadUintAndAdvance() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | json_parser.cpp | 490 SetPropertyByValue(const JSHandle<JSTaggedValue> &receiver, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value) SetPropertyByValue() argument 580 JSTaggedValue value = BigInt::DoubleToBigInt(thread_, v); ConvertToNumber() local [all...] |
| H A D | json_stringifier.cpp | 27 JSHandle<JSTaggedValue> JsonStringifier::Stringify(const JSHandle<JSTaggedValue> &value, in Stringify() argument 177 GetSerializeValue(const JSHandle<JSTaggedValue> &object, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &replacer) GetSerializeValue() argument 222 SerializeHolder(const JSHandle<JSTaggedValue> &object, const JSHandle<JSTaggedValue> &value) SerializeHolder() argument 235 SerializeJSONProperty(const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &replacer) SerializeJSONProperty() argument 375 PushValue(const JSHandle<JSTaggedValue> &value) PushValue() argument 395 SerializeJSONObject(const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &replacer) SerializeJSONObject() argument 524 SerializeJSArray(const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &replacer) SerializeJSArray() argument 651 JSTaggedValue value = numberDic->GetValue(index); SerializeElements() local 683 JSTaggedValue value; SerializeKeys() local 721 JSTaggedValue value = nameDic->GetValue(hashIndex); SerializeKeys() local 744 JSTaggedValue value; SerializeKeys() local 778 JSTaggedValue value = nameDic->GetValue(index); SerializeKeys() local 817 JSTaggedValue value = globalDic->GetValue(index); SerializeKeys() local 852 JSTaggedValue value = nameDic->GetValue(index); SerializeKeys() local 884 CheckStackPushSameValue(JSHandle<JSTaggedValue> value) CheckStackPushSameValue() argument [all...] |
| H A D | string_helper.h | 354 static bool Utf8CharInRange(uint8_t value, char start, char end) in Utf8CharInRange() argument 390 std::vector<std::string> value; in SplitString() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_object.cpp | 46 JSHandle<JSTaggedValue> value = GetCallArg(argv, 0); in ObjectConstructor() local 72 JSTaggedValue value = desc.GetValue().GetTaggedValue(); in AssignTaggedValue() local 138 JSTaggedValue value = desc.GetValue().GetTaggedValue(); Assign() local 1143 JSHandle<JSTaggedValue> value = GetCallArg(argv, 1); CreateDataPropertyOnObjectFunctions() local [all...] |
| H A D | builtins_promise.cpp | 210 JSHandle<JSTaggedValue> value = in Race() local 250 JSHandle<JSObject> value = JSHandle<JSObject>::Cast(xValue); Resolve() local [all...] |
| H A D | builtins_regexp.h | 346 void SetCapture(JSThread *thread, int index, JSTaggedValue value) in SetCapture() argument 392 void SetStartOfCaptureIndex(JSThread *thread, uint32_t index, JSTaggedValue value) in SetStartOfCaptureIndex() argument 397 void SetEndOfCaptureIndex(JSThread *thread, uint32_t index, JSTaggedValue value) in SetEndOfCaptureIndex() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | gdb_jit.cpp | 117 auto value = reinterpret_cast<uint64_t>(addr) + offset; in OffsetAlignUp() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_function_stub_builder.cpp | 301 GateRef value = GetTaggedValueWithElementsKind(arrayObj, *index);
in BuildArgumentsListFastElements() local 302 SetValueToTaggedArray(VariableType::JS_ANY(), glue, newTaggedArgList, *index, value);
in BuildArgumentsListFastElements() local 342 GateRef value = GetTaggedValueWithElementsKind(arrayObj, *index);
in BuildArgumentsListFastElements() local 343 SetValueToTaggedArray(VariableType::JS_ANY(), glue, newTaggedArgList, *index, value);
in BuildArgumentsListFastElements() local 405 GateRef value = GetValueFromTaggedArray(argv, *i);
in MakeArgListWithHole() local 478 SetValueToTaggedArray(VariableType::JS_ANY(), glue, *res, *i, *value); NewTaggedArrayFromArgs() local [all...] |
| H A D | linked_hashtable_stub_builder.cpp | 457 GateRef value = key; in ForEach() local 520 Insert( GateRef linkedTable, GateRef key, GateRef value) Insert() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | call_signature.h | 284 void SetGCLeafFunction(bool value) in SetGCLeafFunction() argument
|
| H A D | circuit.cpp | 493 GateRef Circuit::GetConstantGate(MachineType machineType, uint64_t value, in GetConstantGate() argument 505 GateRef Circuit::GetConstantGateWithoutCache(MachineType machineType, uint64_t value, GateType type) in GetConstantGateWithoutCache() argument 511 void Circuit::ClearConstantCache(MachineType machineType, uint64_t value, GateType type) in ClearConstantCache() argument
|
| H A D | circuit_builder_helper.h | 127 inline void WriteVariable(Variable *var, GateRef value) in WriteVariable() argument 394 Variable(Environment *env, VariableType type, uint32_t id, GateRef value) : id_(id), type_(type), env_(env) in Variable() argument 399 Variable(CircuitBuilder *cirbuilder, VariableType type, uint32_t id, GateRef value) in Variable() argument 408 void Bind(GateRef value) in Bind() argument 424 operator =(const GateRef value) operator =() argument 438 WriteVariable(GateRef value) WriteVariable() argument [all...] |
| H A D | number_speculative_lowering.cpp | 414 GateRef value = acc_.GetValueIn(gate, 0); in VisitNumberMonocular() local 434 GateRef value = acc_.GetValueIn(gate, 0); in VisitNumberNot() local 444 GateRef value = acc_.GetValueIn(gate, 0); in VisitIsTrueOrFalse() local 511 int value in VisitConstant() local 517 double value = acc_.GetFloat64FromConstant(gate); VisitConstant() local 796 GateRef value = Circuit::NullGate(); ShiftInts() local 829 GateRef value = Circuit::NullGate(); LogicalInts() local 852 MonocularInt(GateRef value) MonocularInt() argument 872 MonocularDouble(GateRef value) MonocularDouble() argument [all...] |
| H A D | ntype_hcr_lowering.cpp | 64 GateRef value = acc_.GetValueIn(gate, 0); in LowerCreateEmptyArray() local 112 GateRef value = builder_.LoadFromTaggedArray(literialElements, i); in LowerCreateArrayWithBuffer() local 132 GateRef value = argAcc.ArgsAt(i); in NewActualArgv() local 294 GateRef value = acc_.GetValueIn(gate, 2); in LowerStoreModuleVar() local 317 builder_.Store(VariableType::JS_ANY(), glue_, *array, offset, value); in LowerStoreModuleVar() local 346 void NTypeHCRLowering::ReplaceGateWithPendingException(GateRef gate, GateRef state, GateRef depend, GateRef value) in ReplaceGateWithPendingException() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| H A D | ifile.h | 128 void SetInfo(uint32 value) in SetInfo() argument 138 void SetEntSize(uint32 value) in SetEntSize() argument 168 void SetOffset(Offset value) in SetOffset() argument 253 void AppendData(const void *value, size_t size) in AppendData() argument 259 void AppendData(MapleVector<uint8> value) in AppendData() argument 281 uint32 value = 0; GetDataElem32() local 289 uint64 value = 0; GetDataElem64() local 300 Swap(const void *value, size_t index, size_t size) Swap() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
| H A D | elf_assembler.h | 119 const std::vector<uint8> &EncodeULEB128(uint64 value) in EncodeULEB128() argument 135 const std::vector<uint8> &EncodeSLEB128(int64 value) in EncodeSLEB128() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| H A D | cmpl.h | 144 int64 value; member
|
| H A D | mir_const.h | 205 IntVal value; global() member in maple::MIRIntConst 310 LabelIdx value; global() member in maple::MIRLblConst 342 UStrIdx value; global() member in maple::MIRStrConst 374 U16StrIdx value; global() member in maple::MIRStr16Const 454 } value; global() member in maple::MIRFloatConst 536 } value; global() member in maple::MIRDoubleConst [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| H A D | cl_option.h | 372 SetExpectingAttribute(ValueExpectedType value) SetExpectingAttribute() argument 377 SetJoinAttribute(ValueJoinedType value) SetJoinAttribute() argument 382 SetVisibilityAttribute(OptionVisibilityType value) SetVisibilityAttribute() argument 387 SetDisablingAttribute(const DisableWith &value) SetDisablingAttribute() argument 392 SetDisablingAttribute(const DisableEvery &value) SetDisablingAttribute() argument 399 T value; global() member in maplecl::Option [all...] |
| /arkcompiler/ets_frontend/ets2panda/util/ |
| H A D | arktsconfig.cpp | 90 ArkTsConfig::Pattern::Pattern(std::string value, std::string base) : value_(std::move(value)), base_(std::move(base)) in Pattern() argument 117 fs::path value = fs::path(value_); in Match() local [all...] |
| H A D | helpers.cpp | 117 int64_t value = 0; in GetIndex() local
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| H A D | classDefinition.cpp | 198 Literal *value = pg->Allocator()->New<TaggedLiteral>(litTag, internalName); in CreateClassPublicBuffer() local 241 Literal *value = nullptr; in CreateClassPrivateBuffer() local
|