| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_arguments_test.cpp | 48 JSHandle<JSTaggedValue> receiver = JSHandle<JSTaggedValue>::Cast(jsarg); in HWTEST_F_L0() local 70 JSHandle<JSTaggedValue> receiver = JSHandle<JSTaggedValue>::Cast(jsarg); in HWTEST_F_L0() local 91 JSHandle<JSTaggedValue> receiver = JSHandle<JSTaggedValue>::Cast(jsarg); in HWTEST_F_L0() local 111 JSHandle<JSTaggedValue> receiver in HWTEST_F_L0() local 132 JSHandle<JSTaggedValue> receiver = JSHandle<JSTaggedValue>::Cast(jsarg); HWTEST_F_L0() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_arguments.cpp | 55 GetProperty(JSThread *thread, const JSHandle<JSArguments> &args, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &receiver) GetProperty() argument 64 SetProperty(JSThread *thread, const JSHandle<JSArguments> &args, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &receiver) SetProperty() argument
|
| H A D | js_stable_array.h | 111 JSHandle<JSTaggedValue> receiver; global() member [all...] |
| H A D | element_accessor.cpp | 22 JSTaggedValue ElementAccessor::Get(JSHandle<JSObject> receiver, uint32_t idx) in Get() argument 38 JSTaggedValue ElementAccessor::Get(JSObject *receiver, uint32_t idx) in Get() argument 63 bool ElementAccessor::IsDictionaryMode(JSHandle<JSObject> receiver) in IsDictionaryMode() argument 69 bool ElementAccessor::IsDictionaryMode(JSObject *receiver) in IsDictionaryMode() argument 75 GetElementsLength(JSHandle<JSObject> receiver) GetElementsLength() argument 81 GetElementsLength(JSObject *receiver) GetElementsLength() argument [all...] |
| H A D | element_accessor-inl.h | 29 inline void ElementAccessor::Set(const JSThread *thread, JSHandle<JSObject> receiver, uint32_t idx, in Set() argument
|
| H A D | js_for_in_iterator.cpp | 24 bool JSForInIterator::IsEnumCacheValid(JSTaggedValue receiver, JSTaggedValue cachedHclass, EnumCacheKind kind) in IsEnumCacheValid() argument 48 bool JSForInIterator::NeedCheckProperty(JSTaggedValue receiver) in NeedCheckProperty() argument 61 bool JSForInIterator::HasProperty(JSThread *thread, JSHandle<JSTaggedValue> receiver, JSHandle<JSTaggedValue> key) in HasProperty() argument 85 JSTaggedValue receiver = it->GetObject(); in NextInternal() local
|
| H A D | js_typed_array.cpp | 216 GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &receiver) GetProperty() argument 241 SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &typedarray, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &receiver, bool mayThrow) SetProperty() argument
|
| H A D | js_list_format.cpp | 286 void FormatListToArray(JSThread *thread, const icu::FormattedList &formatted, const JSHandle<JSArray> &receiver, in FormatListToArray() argument
|
| H A D | js_proxy.cpp | 517 GetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &receiver) GetProperty() argument 592 SetProperty(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTaggedValue> &key, const JSHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &receiver, bool mayThrow) SetProperty() argument
|
| H A D | object_operator.cpp | 177 ObjectOperator::ObjectOperator(JSThread *thread, const JSTaggedValue &receiver, const JSTaggedValue &name, in ObjectOperator() argument 198 ObjectOperator::ObjectOperator(JSThread *thread, const JSTaggedValue &receiver, const JSTaggedValue &name, in ObjectOperator() argument 204 void ObjectOperator::FastAdd(JSThread *thread, const JSTaggedValue &receiver, const JSTaggedValue &name, in FastAdd() argument 212 void ObjectOperator::UpdateDetectorOnSetPrototype(const JSThread *thread, JSTaggedValue receiver) in UpdateDetectorOnSetPrototype() argument 166 ObjectOperator(JSThread *thread, const JSHandle<JSTaggedValue> &holder, const JSHandle<JSTaggedValue> &receiver, const JSHandle<JSTaggedValue> &key, OperatorType type) ObjectOperator() argument 311 UpdateDetector(const JSThread *thread, JSTaggedValue receiver, JSTaggedValue key) UpdateDetector() argument 598 TransitionForAttributeChanged(const JSHandle<JSObject> &receiver, PropertyAttributes attr) TransitionForAttributeChanged() argument 640 UpdateValueAndDetails(const JSHandle<JSObject> &receiver, const JSHandle<JSTaggedValue> &value, PropertyAttributes attr, bool attrChanged) UpdateValueAndDetails() argument 665 UpdateDataValue(const JSHandle<JSObject> &receiver, const JSHandle<JSTaggedValue> &value, bool isInternalAccessor, bool mayThrow) UpdateDataValue() argument 763 WriteDataProperty(const JSHandle<JSObject> &receiver, const PropertyDescriptor &desc) WriteDataProperty() argument 879 AddProperty(const JSHandle<JSObject> &receiver, const JSHandle<JSTaggedValue> &value, PropertyAttributes attr) AddProperty() argument 908 WriteElement(const JSHandle<JSObject> &receiver, JSHandle<JSTaggedValue> value) const WriteElement() argument [all...] |
| H A D | js_stable_array.cpp | 29 JSTaggedValue JSStableArray::Push(JSHandle<JSSharedArray> receiver, EcmaRuntimeCallInfo *argv) in Push() argument 51 JSTaggedValue JSStableArray::Push(JSHandle<JSArray> receiver, EcmaRuntimeCallInfo *argv) in Push() argument 73 Pop(JSHandle<JSSharedArray> receiver, EcmaRuntimeCallInfo *argv) Pop() argument 104 Pop(JSHandle<JSArray> receiver, EcmaRuntimeCallInfo *argv) Pop() argument 155 UpdateArrayCapacity(JSHandle<JSObject> &thisObjHandle, uint32_t &len, uint32_t &insertCount, uint32_t &actualDeleteCount, JSHandle<JSArray> &receiver, uint32_t &start, JSThread *thread, bool &needTransition, JSHandle<JSTaggedValue> &holeHandle, EcmaRuntimeCallInfo *argv, JSHandle<JSTaggedValue> &thisObjVal, JSHandle<JSTaggedValue> &lengthKey) UpdateArrayCapacity() argument 212 Splice(JSHandle<JSArray> receiver, EcmaRuntimeCallInfo *argv, uint32_t start, uint32_t insertCount, uint32_t actualDeleteCount, JSHandle<JSObject> newArrayHandle, uint32_t len) Splice() argument 260 Splice(JSHandle<JSSharedArray> receiver, EcmaRuntimeCallInfo *argv, uint32_t start, uint32_t insertCount, uint32_t actualDeleteCount, JSHandle<JSObject> newArrayHandle, uint32_t len) Splice() argument 364 Shift(JSHandle<JSSharedArray> receiver, EcmaRuntimeCallInfo *argv) Shift() argument 392 Shift(JSHandle<JSArray> receiver, EcmaRuntimeCallInfo *argv) Shift() argument 480 Join(JSHandle<JSArray> receiver, EcmaRuntimeCallInfo *argv) Join() argument [all...] |
| H A D | object_fast_operator-inl.h | 59 HasOwnProperty(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key) HasOwnProperty() argument 123 TryFastHasProperty(JSThread *thread, JSTaggedValue receiver, JSMutableHandle<JSTaggedValue> keyHandle) TryFastHasProperty() argument 170 TryFastGetPropertyByValue(JSThread *thread, JSTaggedValue receiver, JSMutableHandle<JSTaggedValue> keyHandle) TryFastGetPropertyByValue() argument 205 TryFastGetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_t index) TryFastGetPropertyByIndex() argument 223 TryGetPropertyByNameThroughCacheAtLocal(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key) TryGetPropertyByNameThroughCacheAtLocal() argument 252 GetPropertyByName(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key, [[maybe_unused]]bool noAllocate, [[maybe_unused]]bool *isCallGetter) GetPropertyByName() argument 345 TrySetPropertyByNameThroughCacheAtLocal(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key, JSTaggedValue value) TrySetPropertyByNameThroughCacheAtLocal() argument 409 SetPropertyByName(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key, JSTaggedValue value, SCheckMode sCheckMode) SetPropertyByName() argument 572 GetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_t index) GetPropertyByIndex() argument 633 SetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_t index, JSTaggedValue value) SetPropertyByIndex() argument 717 GetPropertyByValue(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key) GetPropertyByValue() argument 743 SetPropertyByValue(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key, JSTaggedValue value, SCheckMode sCheckMode) SetPropertyByValue() argument 775 FastSetPropertyByValue(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key, JSTaggedValue value, SCheckMode sCheckMode) FastSetPropertyByValue() argument 789 FastSetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_t index, JSTaggedValue value) FastSetPropertyByIndex() argument 801 FastGetPropertyByName(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key) FastGetPropertyByName() argument 820 FastGetPropertyByValue(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key, SCheckMode sCheckMode) FastGetPropertyByValue() argument 832 FastGetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_t index) FastGetPropertyByIndex() argument 964 CallGetter(JSThread *thread, JSTaggedValue receiver, JSTaggedValue holder, JSTaggedValue value) CallGetter() argument 979 CallSetter(JSThread *thread, JSTaggedValue receiver, JSTaggedValue value, JSTaggedValue accessorValue) CallSetter() argument 994 ShouldCallSetter(JSTaggedValue receiver, JSTaggedValue holder, JSTaggedValue accessorValue, PropertyAttributes attr) ShouldCallSetter() argument 1031 FastGetTypeArrayProperty(JSThread *thread, JSTaggedValue receiver, JSTaggedValue holder, JSTaggedValue key, JSType jsType) FastGetTypeArrayProperty() argument 1059 FastSetTypeArrayProperty(JSThread *thread, JSTaggedValue receiver, JSTaggedValue holder, JSTaggedValue key, JSTaggedValue value, JSType jsType) FastSetTypeArrayProperty() argument 1086 GetContainerProperty(JSThread *thread, JSTaggedValue receiver, uint32_t index, JSType jsType) GetContainerProperty() argument 1129 SetContainerProperty(JSThread *thread, JSTaggedValue receiver, uint32_t index, JSTaggedValue value, JSType jsType) SetContainerProperty() argument 1173 AddPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_t index, JSTaggedValue value) AddPropertyByIndex() argument 1239 FastGetPropertyByPorpsIndex(JSThread *thread, JSTaggedValue receiver, uint32_t index) FastGetPropertyByPorpsIndex() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | ic_stub_builder.h | 29 void SetParameters(GateRef glue, GateRef receiver, GateRef profileTypeInfo, in SetParameters() argument 40 void SetParameters(GateRef glue, GateRef receiver, GateRef profileTypeInfo, in SetParameters() argument
|
| H A D | access_object_stub_builder.cpp | 24 GateRef AccessObjectStubBuilder::LoadObjByName(GateRef glue, GateRef receiver, GateRef prop, const StringIdInfo &info, in LoadObjByName() argument 102 GateRef AccessObjectStubBuilder::DeprecatedLoadObjByName(GateRef glue, GateRef receiver, GateRef propKey) in DeprecatedLoadObjByName() argument 64 LoadPrivatePropertyByName( GateRef glue, GateRef receiver, GateRef key, GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback) LoadPrivatePropertyByName() argument 130 StoreObjByName(GateRef glue, GateRef receiver, GateRef prop, const StringIdInfo &info, GateRef value, GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback) StoreObjByName() argument 171 StorePrivatePropertyByName(GateRef glue, GateRef receiver, GateRef key, GateRef value, GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback) StorePrivatePropertyByName() argument 229 LoadObjByValue(GateRef glue, GateRef receiver, GateRef key, GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback) LoadObjByValue() argument 267 DeprecatedLoadObjByValue(GateRef glue, GateRef receiver, GateRef key) DeprecatedLoadObjByValue() argument 295 StoreObjByValue(GateRef glue, GateRef receiver, GateRef key, GateRef value, GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback) StoreObjByValue() argument 332 StoreOwnByIndex(GateRef glue, GateRef receiver, GateRef index, GateRef value, GateRef profileTypeInfo, GateRef slotId, ProfileOperation callback) StoreOwnByIndex() argument 391 GateRef receiver = 0; TryLoadGlobalByName() local 441 GateRef receiver = 0; TryStoreGlobalByName() local 503 GateRef receiver = 0; LoadGlobalVar() local 541 GateRef receiver = 0; StoreGlobalVar() local 568 StOwnByIndex(GateRef glue, GateRef receiver, GateRef index, GateRef value) StOwnByIndex() argument 600 StOwnByValue(GateRef glue, GateRef receiver, GateRef key, GateRef value) StOwnByValue() argument 632 StOwnByName(GateRef glue, GateRef receiver, GateRef key, GateRef value) StOwnByName() argument 664 StOwnByValueWithNameSet(GateRef glue, GateRef receiver, GateRef key, GateRef value) StOwnByValueWithNameSet() argument 709 StOwnByNameWithNameSet(GateRef glue, GateRef receiver, GateRef key, GateRef value) StOwnByNameWithNameSet() argument 754 StObjByIndex(GateRef glue, GateRef receiver, GateRef index, GateRef value) StObjByIndex() argument 780 LdObjByIndex(GateRef glue, GateRef receiver, GateRef index) LdObjByIndex() argument [all...] |
| H A D | call_stub_builder.h | 64 GateRef receiver;
member 68 GateRef receiver;
member
|
| H A D | ntype_bytecode_lowering.cpp | 261 GateRef receiver = acc_.GetValueIn(gate, 0); in LowerNTypedStownByIndex() local 355 GateRef receiver = acc_.GetValueIn(gate, 1); // 1: receiver in LowerNTypedStOwnByName() local 385 builder_.StoreConstOffset(VariableType::JS_ANY(), receiver, hclass->GetInlinedPropertiesOffset(offset), accValue); LowerNTypedStOwnByName() local [all...] |
| H A D | common_stubs.cpp | 61 GateRef receiver = TaggedArgument(1); in GenerateCircuit() local 438 GateRef receiver = TaggedArgument(1); in GenerateCircuit() local 446 GateRef receiver = TaggedArgument(1); in GenerateCircuit() local 455 GateRef receiver = TaggedArgument(1); in GenerateCircuit() local 464 GateRef receiver = TaggedArgument(1); in GenerateCircuit() local 477 GateRef receiver = TaggedArgument(1); GenerateCircuit() local 486 GateRef receiver = TaggedArgument(1); GenerateCircuit() local 500 GateRef receiver = TaggedArgument(1); GenerateCircuit() local 509 GateRef receiver = TaggedArgument(1); GenerateCircuit() local 518 GateRef receiver = TaggedArgument(1); GenerateCircuit() local 530 GateRef receiver = TaggedArgument(1); GenerateCircuit() local 538 GateRef receiver = TaggedArgument(1); GenerateCircuit() local 551 GateRef receiver = TaggedArgument(1); GenerateCircuit() local 560 GateRef receiver = TaggedArgument(1); GenerateCircuit() local 569 GateRef receiver = TaggedArgument(1); GenerateCircuit() local 579 GateRef receiver = TaggedArgument(1); GenerateCircuit() local 589 GateRef receiver = TaggedArgument(1); GenerateCircuit() local 599 GateRef receiver = TaggedArgument(1); GenerateCircuit() local 609 GateRef receiver = TaggedArgument(1); GenerateCircuit() local 619 GateRef receiver = TaggedArgument(1); GenerateCircuit() local 628 GateRef receiver = TaggedArgument(1); GenerateCircuit() local 689 GateRef receiver = TaggedArgument(1); GenerateCircuit() local 729 GateRef receiver = TaggedArgument(1); GenerateCircuit() local 769 GateRef receiver = TaggedArgument(1); GenerateCircuit() local 807 GateRef receiver = TaggedArgument(1); GenerateCircuit() local [all...] |
| H A D | number_speculative_lowering.cpp | 621 GateRef receiver = acc_.GetValueIn(gate, 0); in VisitLoadProperty() local 978 GateRef receiver = acc_.GetValueIn(gate, 0); in VisitLoadPropertyOnProto() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_reflect.cpp | 165 JSHandle<JSTaggedValue> receiver = GetCallArg(argv, BuiltinsBase::ArgsPosition::THIRD); in ReflectGet() local 312 JSHandle<JSTaggedValue> receiver = GetCallArg(argv, BuiltinsBase::ArgsPosition::FOURTH); ReflectSet() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | ic_runtime.cpp | 91 void ICRuntime::UpdateLoadStringHandler(JSHandle<JSTaggedValue> receiver) in UpdateLoadStringHandler() argument 26 UpdateLoadHandler(const ObjectOperator &op, JSHandle<JSTaggedValue> key, JSHandle<JSTaggedValue> receiver) UpdateLoadHandler() argument 101 UpdateTypedArrayHandler(JSHandle<JSTaggedValue> receiver) UpdateTypedArrayHandler() argument 112 UpdateStoreHandler(const ObjectOperator &op, JSHandle<JSTaggedValue> key, JSHandle<JSTaggedValue> receiver) UpdateStoreHandler() argument 155 TraceIC([[maybe_unused]] JSHandle<JSTaggedValue> receiver, [[maybe_unused]] JSHandle<JSTaggedValue> key) const TraceIC() argument 174 LoadValueMiss(JSHandle<JSTaggedValue> receiver, JSHandle<JSTaggedValue> key) LoadValueMiss() argument 192 ObjectOperator op(GetThread(), receiver, key); LoadValueMiss() local 225 LoadMiss(JSHandle<JSTaggedValue> receiver, JSHandle<JSTaggedValue> key) LoadMiss() argument 257 ObjectOperator op(GetThread(), receiver, key); LoadMiss() local 283 LoadOrdinaryGet(JSHandle<JSTaggedValue> receiver, JSHandle<JSTaggedValue> key) LoadOrdinaryGet() argument 291 CallPrivateGetter(JSHandle<JSTaggedValue> receiver, JSHandle<JSTaggedValue> key) CallPrivateGetter() argument 302 LoadTypedArrayValueMiss(JSHandle<JSTaggedValue> receiver, JSHandle<JSTaggedValue> key) LoadTypedArrayValueMiss() argument 319 ObjectOperator op(GetThread(), receiver, key); LoadTypedArrayValueMiss() local 342 StoreMiss(JSHandle<JSTaggedValue> receiver, JSHandle<JSTaggedValue> key, JSHandle<JSTaggedValue> value, bool isOwn) StoreMiss() argument 395 ObjectOperator op(GetThread(), receiver, key, isOwn ? OperatorType::OWN : OperatorType::PROTOTYPE_CHAIN); StoreMiss() local 431 CallPrivateSetter(JSHandle<JSTaggedValue> receiver, JSHandle<JSTaggedValue> key, JSHandle<JSTaggedValue> value) CallPrivateSetter() argument 444 StoreTypedArrayValueMiss(JSHandle<JSTaggedValue> receiver, JSHandle<JSTaggedValue> key, JSHandle<JSTaggedValue> value) StoreTypedArrayValueMiss() argument 467 ObjectOperator op(GetThread(), receiver, key); StoreTypedArrayValueMiss() local [all...] |
| H A D | ic_runtime_stub-inl.h | 87 ARK_INLINE JSTaggedValue ICRuntimeStub::TryLoadICByName(JSThread *thread, JSTaggedValue receiver, in TryLoadICByName() argument 110 LoadICByName(JSThread *thread, ProfileTypeInfo *profileTypeInfo, JSTaggedValue receiver, JSTaggedValue key, uint32_t slotId) LoadICByName() argument 117 TryLoadICByValue(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key, JSTaggedValue firstValue, JSTaggedValue secondValue) TryLoadICByValue() argument 148 LoadICByValue(JSThread *thread, ProfileTypeInfo *profileTypeInfo, JSTaggedValue receiver, JSTaggedValue key, uint32_t slotId) LoadICByValue() argument 155 TryStoreICByValue(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key, JSTaggedValue firstValue, JSTaggedValue secondValue, JSTaggedValue value) TryStoreICByValue() argument 177 StoreICByValue(JSThread *thread, ProfileTypeInfo *profileTypeInfo, JSTaggedValue receiver, JSTaggedValue key, JSTaggedValue value, uint32_t slotId) StoreICByValue() argument 185 StoreOwnICByValue(JSThread *thread, ProfileTypeInfo *profileTypeInfo, JSTaggedValue receiver, JSTaggedValue key, JSTaggedValue value, uint32_t slotId) StoreOwnICByValue() argument 193 TryStoreICByName(JSThread *thread, JSTaggedValue receiver, JSTaggedValue firstValue, JSTaggedValue secondValue, JSTaggedValue value) TryStoreICByName() argument 211 StoreICByName(JSThread *thread, ProfileTypeInfo *profileTypeInfo, JSTaggedValue receiver, JSTaggedValue key, JSTaggedValue value, uint32_t slotId) StoreICByName() argument 219 StoreICWithHandler(JSThread *thread, JSTaggedValue receiver, JSTaggedValue holder, JSTaggedValue value, JSTaggedValue handler) StoreICWithHandler() argument 265 StorePrototype(JSThread *thread, JSTaggedValue receiver, JSTaggedValue value, JSTaggedValue handler) StorePrototype() argument 287 StoreWithTS(JSThread *thread, JSTaggedValue receiver, JSTaggedValue value, JSTaggedValue handler) StoreWithTS() argument 311 StoreWithTransition(JSThread *thread, JSObject *receiver, JSTaggedValue value, JSTaggedValue handler, bool withPrototype) StoreWithTransition() argument 366 StoreTransWithProto(JSThread *thread, JSObject *receiver, JSTaggedValue value, JSTaggedValue handler) StoreTransWithProto() argument 384 StoreField(JSThread *thread, JSObject *receiver, JSTaggedValue value, uint64_t handler) StoreField() argument 397 LoadFromField(JSObject *receiver, uint64_t handlerInfo) LoadFromField() argument 431 LoadPrototype(JSThread *thread, JSTaggedValue receiver, JSTaggedValue handler) LoadPrototype() argument 449 LoadICWithHandler(JSThread *thread, JSTaggedValue receiver, JSTaggedValue holder, JSTaggedValue handler) LoadICWithHandler() argument 479 LoadICWithElementHandler(JSThread *thread, JSTaggedValue receiver, JSTaggedValue handler, JSTaggedValue key) LoadICWithElementHandler() argument 495 LoadElement(JSObject *receiver, JSTaggedValue key) LoadElement() argument 511 LoadStringElement(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key) LoadStringElement() argument 532 LoadTypedArrayElement(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key) LoadTypedArrayElement() argument 548 StoreElement(JSThread *thread, JSObject *receiver, JSTaggedValue key, JSTaggedValue value, JSTaggedValue handler) StoreElement() argument 607 StoreTypedArrayElement(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key, JSTaggedValue value) StoreTypedArrayElement() argument 647 LoadMiss(JSThread *thread, ProfileTypeInfo *profileTypeInfo, JSTaggedValue receiver, JSTaggedValue key, uint32_t slotId, ICKind kind) LoadMiss() argument 658 LoadValueMiss(JSThread *thread, ProfileTypeInfo *profileTypeInfo, JSTaggedValue receiver, JSTaggedValue key, uint32_t slotId, ICKind kind) LoadValueMiss() argument 669 StoreMiss(JSThread *thread, ProfileTypeInfo *profileTypeInfo, JSTaggedValue receiver, JSTaggedValue key, JSTaggedValue value, uint32_t slotId, ICKind kind, bool isOwn) StoreMiss() argument [all...] |
| H A D | ic_handler.h | 303 JSHandle<JSObject> receiver = JSHandle<JSObject>::Cast(op.GetReceiver()); in StoreProperty() local 346 StoreElement(const JSThread *thread, JSHandle<JSTaggedValue> receiver, uint64_t handler) StoreElement() argument
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| H A D | ic_runtime_stub_test.cpp | 241 JSHandle<JSTaggedValue> receiver = in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | fast_runtime_stub-inl.h | 161 JSTaggedValue FastRuntimeStub::CallGetter(JSThread *thread, JSTaggedValue receiver, JSTaggedValue holder, in CallGetter() argument 167 JSTaggedValue FastRuntimeStub::CallSetter(JSThread *thread, JSTaggedValue receiver, JSTaggedValue value, in CallSetter() argument 174 JSTaggedValue FastRuntimeStub::GetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_t index) in GetPropertyByIndex() argument 180 JSTaggedValue FastRuntimeStub::GetPropertyByValue(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key) in GetPropertyByValue() argument 186 GetPropertyByName(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key) GetPropertyByName() argument 192 SetPropertyByName(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key, JSTaggedValue value) SetPropertyByName() argument 200 SetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_t index, JSTaggedValue value) SetPropertyByIndex() argument 208 SetPropertyByValue(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key, JSTaggedValue value) SetPropertyByValue() argument 215 GetGlobalOwnProperty(JSThread *thread, JSTaggedValue receiver, JSTaggedValue key) GetGlobalOwnProperty() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | json_parser.cpp | 490 JSTaggedValue JsonParser<T>::SetPropertyByValue(const JSHandle<JSTaggedValue> &receiver, in SetPropertyByValue() argument [all...] |