Lines Matching refs:GetInt

88     auto result = JSObject::AddElementInternal(thread, receiver, argIndex.GetInt(), value, attrValue);
126 auto type = static_cast<RegionSpaceFlag>(GetArg(argv, argc, 2).GetInt());
191 auto size = static_cast<size_t>(allocateSize.GetInt()); \
210 auto size = static_cast<size_t>(allocateSize.GetInt());
242 auto size = static_cast<size_t>(allocateSize.GetInt());
265 uint32_t index = static_cast<uint32_t>(indexValue.GetInt());
267 uint32_t length = static_cast<uint32_t>(arrayLen.GetInt());
322 int key = argKey.GetInt();
324 uint32_t result = panda::GetHash32(pkey, len.GetInt());
349 return factory->NewTaggedArray(length.GetInt()).GetTaggedValue().GetRawData();
360 return factory->CopyArray(array, length.GetInt(), capacity.GetInt()).GetTaggedValue().GetRawData();
368 int position = GetArg(argv, argc, 2).GetInt(); // 2: means the second parameter
434 int capacity = taggedCapacity.GetInt();
435 int index = taggedIndex.GetInt();
484 uint32_t newLength = static_cast<uint32_t>(length.GetInt());
496 size.GetInt(), JSType(type.GetInt()), inlinedProps.GetInt())).GetTaggedValue().GetRawData();
608 return factory->NewMutantTaggedArray(length.GetInt()).GetTaggedValue().GetRawData();
617 return factory->NewCOWMutantTaggedArray(length.GetInt()).GetTaggedValue().GetRawData();
626 return factory->NewCOWMutantTaggedArray(length.GetInt()).GetTaggedValue().GetRawData();
901 double doubleBase = baseValue.IsInt() ? baseValue.GetInt() : baseValue.GetDouble();
902 double doubleExponent = exponentValue.IsInt() ? exponentValue.GetInt() : exponentValue.GetDouble();
946 LOG_ECMA(INFO) << "InstanceOf Stability Testing Num: " << targetId->GetInt();
1109 int actualArgc = GetArg(argv, argc, 2).GetInt(); // 2: index of actual argc
1188 RuntimeSetGeneratorState(thread, asyncGenerator, index.GetInt());
1241 LoadICRuntime icRuntime(thread, JSHandle<ProfileTypeInfo>::Cast(profileTypeInfo), slotId.GetInt(), ICKind::LoadIC);
1259 StoreICRuntime icRuntime(thread, JSHandle<ProfileTypeInfo>::Cast(profileTypeInfo), slotId.GetInt(),
1277 StoreICRuntime icRuntime(thread, JSHandle<ProfileTypeInfo>::Cast(profileTypeInfo), slotId.GetInt(),
1338 thread, constpool.GetTaggedValue(), index.GetInt()).GetRawData();
1347 thread, constpool.GetTaggedValue(), index.GetInt()).GetRawData();
1358 thread, cp, index.GetInt(), module.GetTaggedValue()).GetRawData();
1369 thread, cp, index.GetInt(), module.GetTaggedValue()).GetRawData();
1379 return RuntimeLdObjByIndex(thread, obj, idx.GetInt(), callGetter.IsTrue(), receiver).GetRawData();
1388 return RuntimeStObjByIndex(thread, obj, idx.GetInt(), value).GetRawData();
1495 static_cast<uint16_t>(methodId.GetInt()),
1496 static_cast<uint16_t>(literalId.GetInt()),
1502 uint16_t slotId = static_cast<uint16_t>(GetArg(argv, argc, INDEX_OF_SLOT_ID).GetInt());
1524 static_cast<uint16_t>(methodId.GetInt()),
1525 static_cast<uint16_t>(literalId.GetInt()),
1526 static_cast<uint16_t>(length.GetInt()), module).GetRawData();
1533 uint16_t level = static_cast<uint16_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the first parameter
1595 Jit::Compile(thread->GetEcmaVM(), thisFunc, CompilerTier::FAST, offset.GetInt(), JitCompileMode::ASYNC);
1637 thread, JSHandle<ProfileTypeInfo>::Cast(profileHandle), slotId.GetInt(), ICKind::NamedLoadIC);
1657 thread, JSHandle<ProfileTypeInfo>::Cast(profileHandle), slotId.GetInt(), ICKind::NamedGlobalTryLoadIC);
1676 thread, JSHandle<ProfileTypeInfo>::Cast(profileHandle), slotId.GetInt(), ICKind::NamedStoreIC);
1792 return RuntimeGetModuleNamespace(thread, index.GetInt()).GetRawData();
1800 return RuntimeGetModuleNamespace(thread, index.GetInt(), jsFunc).GetRawData();
1815 RuntimeStModuleVar(thread, index.GetInt(), value);
1825 RuntimeStModuleVar(thread, index.GetInt(), value, jsFunc);
1842 return RuntimeLdLocalModuleVar(thread, index.GetInt()).GetRawData();
1850 return RuntimeLdLocalModuleVarWithModule(thread, index.GetInt(), module).GetRawData();
1857 return RuntimeLdExternalModuleVar(thread, index.GetInt()).GetRawData();
1865 return RuntimeLdExternalModuleVarWithModule(thread, index.GetInt(), module).GetRawData();
1873 return RuntimeLdSendableExternalModuleVar(thread, index.GetInt(), jsFunc).GetRawData();
1881 return RuntimeLdLazyExternalModuleVar(thread, index.GetInt(), jsFunc).GetRawData();
1889 return RuntimeLdLazySendableExternalModuleVar(thread, index.GetInt(), jsFunc).GetRawData();
1897 return RuntimeLdLocalModuleVar(thread, index.GetInt(), jsFunc).GetRawData();
1905 return RuntimeLdExternalModuleVar(thread, index.GetInt(), jsFunc).GetRawData();
1913 bool innerFlag = taggedFlag.GetInt() != 0;
1963 uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the first parameter
1964 uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the second parameter
1973 uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the first parameter
1974 uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the second parameter
1984 uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the first parameter
1985 uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the second parameter
2046 std::string message = MessageString::GetMessageString(argMessageStringId.GetInt());
2060 ClassHelper::StaticFieldTypeToString(shareFieldType.GetInt()) << ", actual type: " << oss.str();
2077 std::string message = MessageString::GetMessageString(argMessageStringId.GetInt());
2092 slotId.GetInt(), static_cast<ICKind>(kind.GetInt())).GetRawData();
2105 slotId.GetInt(), static_cast<ICKind>(kind.GetInt())).GetRawData();
2135 thread, JSHandle<ProfileTypeInfo>::Cast(profileHandle), slotId.GetInt(), ICKind::NamedGlobalLoadIC);
2297 asmDispatchTable[opcode](thread, currentPc, sp, constpool, profileTypeInfo, acc, hotnessCounter.GetInt());
2417 uint32_t restNumArgs = InterpreterAssembly::GetNumArgs(sp, restIdx.GetInt(), startIdx);
2466 return RuntimeNewObjRange(thread, func, newTarget, static_cast<uint16_t>(firstArgIdx.GetInt()),
2467 static_cast<uint16_t>(length.GetInt())).GetRawData();
2476 uint16_t length = static_cast<uint16_t>(GetArg(argv, argc, 3).GetInt()); // 3: means the third parameter
2479 return RuntimeDefinefunc(thread, constpool, static_cast<uint16_t>(methodId.GetInt()), module,
2488 return RuntimeCreateRegExpWithLiteral(thread, pattern, static_cast<uint8_t>(flags.GetInt())).GetRawData();
2496 return RuntimeThrowIfSuperNotCorrectCall(thread, static_cast<uint16_t>(index.GetInt()), thisValue).GetRawData();
2515 return RuntimeCreateObjectWithExcludedKeys(thread, static_cast<uint16_t>(numKeys.GetInt()), objVal,
2516 static_cast<uint16_t>(firstArgRegIdx.GetInt())).GetRawData();
2524 uint16_t length = static_cast<uint16_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the second parameter
2532 uint16_t slotId = static_cast<uint16_t>(GetArg(argv, argc, INDEX_OF_SLOT_ID).GetInt());
2570 int32_t pcOffset = GetArg(argv, argc, 6).GetInt(); // 6: means the seventh parameter
2584 static_cast<uint16_t>(firstVRegIdx.GetInt()),
2585 static_cast<uint16_t>(length.GetInt())).GetRawData();
2596 static_cast<uint16_t>(length.GetInt())).GetRawData();
2724 static_cast<uint16_t>(numVars.GetInt()),
2725 static_cast<uint16_t>(scopeId.GetInt())).GetRawData();
2732 return RuntimeNewSendableEnv(thread, static_cast<uint16_t>(numVars.GetInt())).GetRawData();
2739 return RuntimeOptGetUnmapedArgs(thread, actualNumArgs.GetInt()).GetRawData();
2749 uint16_t numVars = static_cast<uint16_t>(taggedNumVars.GetInt());
2750 uint16_t scopeId = static_cast<uint16_t>(taggedScopeId.GetInt());
2759 return RuntimeOptCopyRestArgs(thread, actualArgc.GetInt(), restIndex.GetInt()).GetRawData();
2774 return JSTypedArray::FastGetPropertyByIndex(thread, obj, idx.GetInt(), JSType(jsType.GetInt())).GetRawData();
2784 return JSTypedArray::FastSetPropertyByIndex(thread, obj, idx.GetInt(), value, JSType(jsType.GetInt())).GetRawData();
2806 int ecmaOpcode = GetArg(argv, argc, 0).GetInt();
2807 int path = GetArg(argv, argc, 1).GetInt();
2820 int bcIndex = GetArg(argv, argc, 1).GetInt();
2821 EcmaOpcode ecmaOpcode = static_cast<EcmaOpcode>(GetArg(argv, argc, 2).GetInt());
2822 OptCodeProfiler::Mode mode = static_cast<OptCodeProfiler::Mode>(GetArg(argv, argc, 3).GetInt());
2831 kungfu::OpCode opcode = static_cast<kungfu::OpCode>(GetArg(argv, argc, 0).GetInt());
2935 uint32_t from = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the second parameter
2936 uint32_t len = static_cast<uint32_t>(GetArg(argv, argc, 3).GetInt()); // 3: means the third parameter
2945 return RuntimeLdPatchVar(thread, idx.GetInt()).GetRawData();
2953 return RuntimeStPatchVar(thread, idx.GetInt(), value).GetRawData();
2986 uint32_t count = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the first parameter
2988 uint32_t literalId = static_cast<uint32_t>(GetArg(argv, argc, 3).GetInt()); // 3: means the third parameter
2997 uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the first parameter
2998 uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the second parameter
3017 auto containersType = static_cast<kungfu::ContainersType>(type->GetInt());
3584 size_t depth = static_cast<size_t>(GetArg(argv, argc, 1).GetInt());
3591 kungfu::DeoptType type = static_cast<kungfu::DeoptType>(GetArg(argv, argc, 0).GetInt());
3626 auto builtinId = static_cast<kungfu::BuiltinsStubCSigns::ID>(GetArg(argv, argc, 1).GetInt());
3765 return JSTaggedValue(LinkedHashMap::ComputeCapacity(value.GetInt())).GetRawData();
3772 return JSTaggedValue(LinkedHashSet::ComputeCapacity(value.GetInt())).GetRawData();
3788 int numOfKeys = argKeys.GetInt();
3806 int elementIndex = argKeys.GetInt();
3829 argKeys.GetInt())).GetTaggedValue().GetRawData();
3928 uint32_t i = static_cast<uint32_t>(key->GetInt());
3929 uint32_t len = static_cast<uint32_t>(lengthHandle->GetInt());
3985 uint32_t index = static_cast<uint32_t>(indexValue.GetInt());
4093 int64 bigFlagsStr = value->GetInt();