Home
last modified time | relevance | path

Searched refs:IntToTaggedInt (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtest_stubs.cpp37 GateRef barIndex = IntToTaggedInt(Int32(CommonStubCSigns::BarAOT)); in GenerateCircuit()
38 GateRef numArgs = IntToTaggedInt(Int32(2)); in GenerateCircuit()
69 GateRef barIndex = IntToTaggedInt(Int32(CommonStubCSigns::Bar1AOT)); in GenerateCircuit()
70 GateRef numArgs = IntToTaggedInt(Int32(3)); in GenerateCircuit()
108 GateRef barIndex = IntToTaggedInt(Int32(CommonStubCSigns::BarAOT)); in GenerateCircuit()
109 GateRef numArgs = IntToTaggedInt(Int32(2)); in GenerateCircuit()
143 GateRef bindArguments = IntToTaggedInt(Int32(37)); in GenerateCircuit()
146 GateRef numArgs = IntToTaggedInt(Int32(2)); in GenerateCircuit()
147 GateRef barIndex = IntToTaggedInt(Int32(CommonStubCSigns::BarAOT)); in GenerateCircuit()
168 GateRef barIndex = IntToTaggedInt(Int32(CommonStubCSigns::BarAOT)); in GenerateCircuit()
[all …]
Daccess_object_stub_builder.cpp54 { profileTypeInfo, receiver, propKey, IntToTaggedInt(slotId) }); in LoadObjByName()
84 … { Undefined(), receiver, propKey, IntToTaggedInt(Int32(0xFF)) }); // 0xFF: invalid slot id in DeprecatedLoadObjByName()
118 { profileTypeInfo, receiver, propKey, value, IntToTaggedInt(slotId) }); in StoreObjByName()
167 { profileTypeInfo, receiver, key, IntToTaggedInt(slotId) }); in LoadObjByValue()
197 { Undefined(), receiver, key, IntToTaggedInt(Int32(0xFF)) }); // 0xFF: invalied slot id in DeprecatedLoadObjByValue()
228 { profileTypeInfo, receiver, key, value, IntToTaggedInt(slotId) }); in StoreObjByValue()
278 { profileTypeInfo, propKey, IntToTaggedInt(slotId) }); in TryLoadGlobalByName()
340 … { profileTypeInfo, globalObject, propKey, value, IntToTaggedInt(slotId), in TryStoreGlobalByName()
341IntToTaggedInt(Int32(static_cast<int>(ICKind::NamedGlobalTryStoreIC))) }); in TryStoreGlobalByName()
379 { globalObject, propKey, profileTypeInfo, IntToTaggedInt(slotId) }); in LoadGlobalVar()
[all …]
Dstub_builder.cpp191 { IntToTaggedInt(index), IntToTaggedInt(len) }); in FindElementFromNumberDictionary()
732 { IntToTaggedInt(size), IntToTaggedInt(type), in JSHClassAddProperty()
733 IntToTaggedInt(inlineProps) }); in JSHClassAddProperty()
736 { hclass, newJshclass, key, IntToTaggedInt(attr) }); in JSHClassAddProperty()
820 array = CallRuntime(glue, RTSTUB_ID(NewTaggedArray), { IntToTaggedInt(*length) }); in AddPropertyByName()
835 … {receiver, *array, key, value, IntToTaggedInt(*attr), TaggedFalse()}); in AddPropertyByName()
861 … { receiver, *array, key, value, IntToTaggedInt(*attr), TaggedTrue() }); in AddPropertyByName()
872 { *array, IntToTaggedInt(*length), IntToTaggedInt(capacity) }); in AddPropertyByName()
900 CallRuntime(glue, RTSTUB_ID(ThrowTypeError), { IntToTaggedInt(msgIntId) }); in ThrowTypeAndReturn()
1765 { receiver, value, elements, IntToTaggedInt(index), in ICStoreElement()
[all …]
Dtyped_array_stub_builder.cpp113 { array, IntToTaggedInt(index), IntToTaggedInt(jsType)}); in FastGetPropertyByIndex()
Dnew_object_stub_builder.cpp194 result = CallRuntime(glue_, RTSTUB_ID(NewTaggedArray), { IntToTaggedInt(len) }); in NewTaggedArray()
253 SetPropertyInlinedProps(glue_, result->ReadVariable(), argumentsClass, IntToTaggedInt(numArgs), in NewArgumentsObj()
361 IntToTaggedInt(size_) }); in AllocateInYoung()
Dinterpreter_stub.cpp310 GateRef res = CallRuntime(glue, RTSTUB_ID(CopyRestArgs), { IntToTaggedInt(restIdx) }); in DECLARE_ASM_HANDLER()
317 GateRef res = CallRuntime(glue, RTSTUB_ID(CopyRestArgs), { IntToTaggedInt(restIdx) }); in DECLARE_ASM_HANDLER()
1483 { receiver, IntToTaggedInt(index), acc }); in DECLARE_ASM_HANDLER()
1509 { receiver, IntToTaggedInt(index), acc }); in DECLARE_ASM_HANDLER()
1534 { receiver, IntToTaggedInt(index), acc }); in DECLARE_ASM_HANDLER()
1567 { receiver, IntToTaggedInt(index), acc }); in DECLARE_ASM_HANDLER()
1600 { receiver, IntToTaggedInt(index), acc }); in DECLARE_ASM_HANDLER()
1632 { receiver, IntToTaggedInt(index), acc }); in DECLARE_ASM_HANDLER()
2921 CallRuntime(glue, RTSTUB_ID(SetGeneratorState), { value, IntToTaggedInt(index) }); in DECLARE_ASM_HANDLER()
3106 … { receiver, IntToTaggedInt(index), TaggedFalse(), Undefined() }); in DECLARE_ASM_HANDLER()
[all …]
Dprofiler_stub_builder.cpp92 …alueToTaggedArray(VariableType::JS_ANY(), glue, profileTypeInfo, slotId, IntToTaggedInt(*curType)); in ProfileOpType()
Dstub_builder.h236 GateRef IntToTaggedInt(GateRef x);
Dstub_builder-inl.h743 inline GateRef StubBuilder::IntToTaggedInt(GateRef x) in IntToTaggedInt() function
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.cpp107 key = IntToTaggedInt(*k); in ContainersCommonFuncCall()
223 key = IntToTaggedInt(*k); in QueueCommonFuncCall()
331 key = IntToTaggedInt(*index); in DequeCommonFuncCall()
575IntToTaggedInt(Int32(static_cast<int32_t>(type))) }); in ContainersHashCall()
683 key = IntToTaggedInt(*index); in ContainersLinkedListCall()