| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | test_stubs.cpp | 37 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 …]
|
| D | access_object_stub_builder.cpp | 54 { 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() 341 … IntToTaggedInt(Int32(static_cast<int>(ICKind::NamedGlobalTryStoreIC))) }); in TryStoreGlobalByName() 379 { globalObject, propKey, profileTypeInfo, IntToTaggedInt(slotId) }); in LoadGlobalVar() [all …]
|
| D | stub_builder.cpp | 191 { 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 …]
|
| D | typed_array_stub_builder.cpp | 113 { array, IntToTaggedInt(index), IntToTaggedInt(jsType)}); in FastGetPropertyByIndex()
|
| D | new_object_stub_builder.cpp | 194 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()
|
| D | interpreter_stub.cpp | 310 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 …]
|
| D | profiler_stub_builder.cpp | 92 …alueToTaggedArray(VariableType::JS_ANY(), glue, profileTypeInfo, slotId, IntToTaggedInt(*curType)); in ProfileOpType()
|
| D | stub_builder.h | 236 GateRef IntToTaggedInt(GateRef x);
|
| D | stub_builder-inl.h | 743 inline GateRef StubBuilder::IntToTaggedInt(GateRef x) in IntToTaggedInt() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | containers_stub_builder.cpp | 107 key = IntToTaggedInt(*k); in ContainersCommonFuncCall() 223 key = IntToTaggedInt(*k); in QueueCommonFuncCall() 331 key = IntToTaggedInt(*index); in DequeCommonFuncCall() 575 … IntToTaggedInt(Int32(static_cast<int32_t>(type))) }); in ContainersHashCall() 683 key = IntToTaggedInt(*index); in ContainersLinkedListCall()
|