Lines Matching refs:GetInt
93 auto attr = static_cast<PropertyAttributes>(argAttr.GetInt()); in DEF_RUNTIME_STUBS()
94 auto result = JSObject::AddElementInternal(thread, receiver, argIndex.GetInt(), value, attr); in DEF_RUNTIME_STUBS()
102 auto size = static_cast<size_t>(allocateSize.GetInt()); in DEF_RUNTIME_STUBS()
151 int key = argKey.GetInt(); in DEF_RUNTIME_STUBS()
153 uint32_t result = panda::GetHash32(pkey, len.GetInt()); in DEF_RUNTIME_STUBS()
223 return factory->NewTaggedArray(length.GetInt()).GetTaggedValue().GetRawData(); in DEF_RUNTIME_STUBS()
234 …return factory->CopyArray(array, length.GetInt(), capacity.GetInt()).GetTaggedValue().GetRawData(); in DEF_RUNTIME_STUBS()
247 PropertyAttributes propAttr(attr.GetInt()); in DEF_RUNTIME_STUBS()
268 int capacity = taggedCapacity.GetInt(); in DEF_RUNTIME_STUBS()
269 int index = taggedIndex.GetInt(); in DEF_RUNTIME_STUBS()
292 int elementIndex = taggedElementIndex.GetInt(); in DEF_RUNTIME_STUBS()
293 int capacity = taggedCapacity.GetInt(); in DEF_RUNTIME_STUBS()
326 size.GetInt(), JSType(type.GetInt()), inlinedProps.GetInt())).GetTaggedValue().GetRawData(); in DEF_RUNTIME_STUBS()
338 PropertyAttributes attrValue(attr.GetInt()); in DEF_RUNTIME_STUBS()
373 PropertyAttributes attrValue(attr.GetInt()); in DEF_RUNTIME_STUBS()
516 double doubleBase = baseValue.IsInt() ? baseValue.GetInt() : baseValue.GetDouble(); in DEF_RUNTIME_STUBS()
517 …double doubleExponent = exponentValue.IsInt() ? exponentValue.GetInt() : exponentValue.GetDouble(); in DEF_RUNTIME_STUBS()
680 RuntimeSetGeneratorState(thread, asyncGenerator, index.GetInt()); in DEF_RUNTIME_STUBS()
730 …LoadICRuntime icRuntime(thread, JSHandle<ProfileTypeInfo>::Cast(profileTypeInfo), slotId.GetInt(),… in DEF_RUNTIME_STUBS()
748 …StoreICRuntime icRuntime(thread, JSHandle<ProfileTypeInfo>::Cast(profileTypeInfo), slotId.GetInt(), in DEF_RUNTIME_STUBS()
809 thread, constpool.GetTaggedValue(), index.GetInt()).GetRawData(); in DEF_RUNTIME_STUBS()
818 thread, constpool.GetTaggedValue(), index.GetInt()).GetRawData(); in DEF_RUNTIME_STUBS()
828 thread, constpool.GetTaggedValue(), index.GetInt(), module.GetTaggedValue()).GetRawData(); in DEF_RUNTIME_STUBS()
838 thread, constpool.GetTaggedValue(), index.GetInt(), module.GetTaggedValue()).GetRawData(); in DEF_RUNTIME_STUBS()
848 … return RuntimeLdObjByIndex(thread, obj, idx.GetInt(), callGetter.IsTrue(), receiver).GetRawData(); in DEF_RUNTIME_STUBS()
857 return RuntimeStObjByIndex(thread, obj, idx.GetInt(), value).GetRawData(); in DEF_RUNTIME_STUBS()
962 static_cast<uint16_t>(methodId.GetInt()), in DEF_RUNTIME_STUBS()
963 … static_cast<uint16_t>(literalId.GetInt()), module).GetRawData(); in DEF_RUNTIME_STUBS()
1027 … thread, JSHandle<ProfileTypeInfo>::Cast(profileHandle), slotId.GetInt(), ICKind::NamedLoadIC); in DEF_RUNTIME_STUBS()
1047 …thread, JSHandle<ProfileTypeInfo>::Cast(profileHandle), slotId.GetInt(), ICKind::NamedGlobalTryLoa… in DEF_RUNTIME_STUBS()
1066 … thread, JSHandle<ProfileTypeInfo>::Cast(profileHandle), slotId.GetInt(), ICKind::NamedStoreIC); in DEF_RUNTIME_STUBS()
1137 …return RuntimeOptCreateObjectWithExcludedKeys(thread, static_cast<uint16_t>(numKeys.GetInt()), obj… in DEF_RUNTIME_STUBS()
1138 static_cast<uint16_t>(firstArgRegIdx.GetInt()), argv, argc).GetRawData(); in DEF_RUNTIME_STUBS()
1168 return RuntimeGetModuleNamespace(thread, index.GetInt()).GetRawData(); in DEF_RUNTIME_STUBS()
1176 return RuntimeGetModuleNamespace(thread, index.GetInt(), jsFunc).GetRawData(); in DEF_RUNTIME_STUBS()
1191 RuntimeStModuleVar(thread, index.GetInt(), value); in DEF_RUNTIME_STUBS()
1201 RuntimeStModuleVar(thread, index.GetInt(), value, jsFunc); in DEF_RUNTIME_STUBS()
1218 return RuntimeLdLocalModuleVar(thread, index.GetInt()).GetRawData(); in DEF_RUNTIME_STUBS()
1225 return RuntimeLdExternalModuleVar(thread, index.GetInt()).GetRawData(); in DEF_RUNTIME_STUBS()
1233 return RuntimeLdLocalModuleVar(thread, index.GetInt(), jsFunc).GetRawData(); in DEF_RUNTIME_STUBS()
1241 return RuntimeLdExternalModuleVar(thread, index.GetInt(), jsFunc).GetRawData(); in DEF_RUNTIME_STUBS()
1249 bool innerFlag = taggedFlag.GetInt() != 0; in DEF_RUNTIME_STUBS()
1336 std::string message = MessageString::GetMessageString(argMessageStringId.GetInt()); in DEF_RUNTIME_STUBS()
1351 slotId.GetInt(), static_cast<ICKind>(kind.GetInt())).GetRawData(); in DEF_RUNTIME_STUBS()
1364 slotId.GetInt(), static_cast<ICKind>(kind.GetInt())).GetRawData(); in DEF_RUNTIME_STUBS()
1394 …thread, JSHandle<ProfileTypeInfo>::Cast(profileHandle), slotId.GetInt(), ICKind::NamedGlobalLoadIC… in DEF_RUNTIME_STUBS()
1523 …atchTable[opcode](thread, currentPc, sp, constpool, profileTypeInfo, acc, hotnessCounter.GetInt()); in DEF_RUNTIME_STUBS()
1600 uint32_t restNumArgs = InterpreterAssembly::GetNumArgs(sp, restIdx.GetInt(), startIdx); in DEF_RUNTIME_STUBS()
1640 return RuntimeNewObjRange(thread, func, newTarget, static_cast<uint16_t>(firstArgIdx.GetInt()), in DEF_RUNTIME_STUBS()
1641 static_cast<uint16_t>(length.GetInt())).GetRawData(); in DEF_RUNTIME_STUBS()
1656 …return RuntimeCreateRegExpWithLiteral(thread, pattern, static_cast<uint8_t>(flags.GetInt())).GetRa… in DEF_RUNTIME_STUBS()
1664 …return RuntimeThrowIfSuperNotCorrectCall(thread, static_cast<uint16_t>(index.GetInt()), thisValue)… in DEF_RUNTIME_STUBS()
1683 …return RuntimeCreateObjectWithExcludedKeys(thread, static_cast<uint16_t>(numKeys.GetInt()), objVal, in DEF_RUNTIME_STUBS()
1684 static_cast<uint16_t>(firstArgRegIdx.GetInt())).GetRawData(); in DEF_RUNTIME_STUBS()
1725 static_cast<uint16_t>(firstVRegIdx.GetInt()), in DEF_RUNTIME_STUBS()
1726 static_cast<uint16_t>(length.GetInt())).GetRawData(); in DEF_RUNTIME_STUBS()
1832 static_cast<uint16_t>(numVars.GetInt()), in DEF_RUNTIME_STUBS()
1833 static_cast<uint16_t>(scopeId.GetInt())).GetRawData(); in DEF_RUNTIME_STUBS()
1840 return RuntimeOptGetUnmapedArgs(thread, actualNumArgs.GetInt()).GetRawData(); in DEF_RUNTIME_STUBS()
1850 uint16_t numVars = static_cast<uint16_t>(taggedNumVars.GetInt()); in DEF_RUNTIME_STUBS()
1851 uint16_t scopeId = static_cast<uint16_t>(taggedScopeId.GetInt()); in DEF_RUNTIME_STUBS()
1860 return RuntimeOptCopyRestArgs(thread, actualArgc.GetInt(), restIndex.GetInt()).GetRawData(); in DEF_RUNTIME_STUBS()
1875 …return JSTypedArray::FastGetPropertyByIndex(thread, obj, idx.GetInt(), JSType(jsType.GetInt())).Ge… in DEF_RUNTIME_STUBS()
1885 …urn JSTypedArray::FastSetPropertyByIndex(thread, obj, idx.GetInt(), value, JSType(jsType.GetInt())… in DEF_RUNTIME_STUBS()
1899 int ecmaOpcode = GetArg(argv, argc, 0).GetInt(); in DEF_RUNTIME_STUBS()
1900 int path = GetArg(argv, argc, 1).GetInt(); in DEF_RUNTIME_STUBS()
1910 EcmaOpcode ecmaOpcode = static_cast<EcmaOpcode>(GetArg(argv, argc, 0).GetInt()); in DEF_RUNTIME_STUBS()
1911 OptCodeProfiler::Mode mode = static_cast<OptCodeProfiler::Mode>(GetArg(argv, argc, 1).GetInt()); in DEF_RUNTIME_STUBS()
2009 return RuntimeLdPatchVar(thread, idx.GetInt()).GetRawData(); in DEF_RUNTIME_STUBS()
2017 return RuntimeStPatchVar(thread, idx.GetInt(), value).GetRawData(); in DEF_RUNTIME_STUBS()
2041 auto containersType = static_cast<kungfu::ContainersType>(type->GetInt()); in DEF_RUNTIME_STUBS()
2355 size_t depth = static_cast<size_t>(GetArg(argv, argc, 1).GetInt()); in DEF_RUNTIME_STUBS()
2362 kungfu::DeoptType type = static_cast<kungfu::DeoptType>(GetArg(argv, argc, 0).GetInt()); in DEF_RUNTIME_STUBS()