Lines Matching refs:GetInt
115 auto attr = static_cast<PropertyAttributes>(argAttr.GetInt()); in DEF_RUNTIME_STUBS()
116 auto result = JSObject::AddElementInternal(thread, receiver, argIndex.GetInt(), value, attr); in DEF_RUNTIME_STUBS()
152 auto size = static_cast<size_t>(allocateSize.GetInt()); in DEF_RUNTIME_STUBS()
192 int key = argKey.GetInt(); in DEF_RUNTIME_STUBS()
194 uint32_t result = panda::GetHash32(pkey, len.GetInt()); in DEF_RUNTIME_STUBS()
264 return factory->NewTaggedArray(length.GetInt()).GetTaggedValue().GetRawData(); in DEF_RUNTIME_STUBS()
275 …return factory->CopyArray(array, length.GetInt(), capacity.GetInt()).GetTaggedValue().GetRawData(); in DEF_RUNTIME_STUBS()
283 …int position = GetArg(argv, argc, 2).GetInt(); // 2: means the second para… in DEF_RUNTIME_STUBS()
303 PropertyAttributes propAttr(attr.GetInt()); in DEF_RUNTIME_STUBS()
327 PropertyAttributes propAttr(attr.GetInt()); in DEF_RUNTIME_STUBS()
347 int capacity = taggedCapacity.GetInt(); in DEF_RUNTIME_STUBS()
348 int index = taggedIndex.GetInt(); in DEF_RUNTIME_STUBS()
374 int elementIndex = taggedElementIndex.GetInt(); in DEF_RUNTIME_STUBS()
375 int capacity = taggedCapacity.GetInt(); in DEF_RUNTIME_STUBS()
424 uint32_t newLength = static_cast<uint32_t>(length.GetInt()); in DEF_RUNTIME_STUBS()
436 size.GetInt(), JSType(type.GetInt()), inlinedProps.GetInt())).GetTaggedValue().GetRawData(); in DEF_RUNTIME_STUBS()
467 PropertyAttributes attrValue(attr.GetInt()); in DEF_RUNTIME_STUBS()
485 PropertyAttributes attrValue(attr.GetInt()); in DEF_RUNTIME_STUBS()
533 bool needTransition = static_cast<bool>(GetArg(argv, argc, 3).GetInt()); in DEF_RUNTIME_STUBS()
534 ElementsKind extraKind = static_cast<ElementsKind>(GetArg(argv, argc, 4).GetInt()); in DEF_RUNTIME_STUBS()
535 uint32_t index = static_cast<uint32_t>(taggedIndex.GetInt()); in DEF_RUNTIME_STUBS()
556 JSTaggedValue value = ElementAccessor::Get(receiver, taggedIndex.GetInt()); in DEF_RUNTIME_STUBS()
577 return factory->NewMutantTaggedArray(length.GetInt()).GetTaggedValue().GetRawData(); in DEF_RUNTIME_STUBS()
798 double doubleBase = baseValue.IsInt() ? baseValue.GetInt() : baseValue.GetDouble(); in DEF_RUNTIME_STUBS()
799 …double doubleExponent = exponentValue.IsInt() ? exponentValue.GetInt() : exponentValue.GetDouble(); in DEF_RUNTIME_STUBS()
843 LOG_ECMA(INFO) << "InstanceOf Stability Testing Num: " << targetId->GetInt(); in DEF_RUNTIME_STUBS()
1044 RuntimeSetGeneratorState(thread, asyncGenerator, index.GetInt()); in DEF_RUNTIME_STUBS()
1097 …LoadICRuntime icRuntime(thread, JSHandle<ProfileTypeInfo>::Cast(profileTypeInfo), slotId.GetInt(),… in DEF_RUNTIME_STUBS()
1115 …StoreICRuntime icRuntime(thread, JSHandle<ProfileTypeInfo>::Cast(profileTypeInfo), slotId.GetInt(), in DEF_RUNTIME_STUBS()
1133 …StoreICRuntime icRuntime(thread, JSHandle<ProfileTypeInfo>::Cast(profileTypeInfo), slotId.GetInt(), in DEF_RUNTIME_STUBS()
1195 thread, constpool.GetTaggedValue(), module.GetTaggedValue(), index.GetInt()).GetRawData(); in DEF_RUNTIME_STUBS()
1204 thread, constpool.GetTaggedValue(), index.GetInt()).GetRawData(); in DEF_RUNTIME_STUBS()
1214 thread, constpool.GetTaggedValue(), index.GetInt(), module.GetTaggedValue()).GetRawData(); in DEF_RUNTIME_STUBS()
1224 thread, constpool.GetTaggedValue(), index.GetInt(), module.GetTaggedValue()).GetRawData(); in DEF_RUNTIME_STUBS()
1234 … return RuntimeLdObjByIndex(thread, obj, idx.GetInt(), callGetter.IsTrue(), receiver).GetRawData(); in DEF_RUNTIME_STUBS()
1243 return RuntimeStObjByIndex(thread, obj, idx.GetInt(), value).GetRawData(); in DEF_RUNTIME_STUBS()
1349 static_cast<uint16_t>(methodId.GetInt()), in DEF_RUNTIME_STUBS()
1350 static_cast<uint16_t>(literalId.GetInt()), in DEF_RUNTIME_STUBS()
1364 static_cast<uint16_t>(methodId.GetInt()), in DEF_RUNTIME_STUBS()
1365 static_cast<uint16_t>(literalId.GetInt()), in DEF_RUNTIME_STUBS()
1366 static_cast<uint16_t>(length.GetInt()), module).GetRawData(); in DEF_RUNTIME_STUBS()
1373 …uint16_t level = static_cast<uint16_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the first par… in DEF_RUNTIME_STUBS()
1460 … thread, JSHandle<ProfileTypeInfo>::Cast(profileHandle), slotId.GetInt(), ICKind::NamedLoadIC); in DEF_RUNTIME_STUBS()
1480 …thread, JSHandle<ProfileTypeInfo>::Cast(profileHandle), slotId.GetInt(), ICKind::NamedGlobalTryLoa… in DEF_RUNTIME_STUBS()
1499 … thread, JSHandle<ProfileTypeInfo>::Cast(profileHandle), slotId.GetInt(), ICKind::NamedStoreIC); in DEF_RUNTIME_STUBS()
1602 return RuntimeGetModuleNamespace(thread, index.GetInt()).GetRawData(); in DEF_RUNTIME_STUBS()
1610 return RuntimeGetModuleNamespace(thread, index.GetInt(), jsFunc).GetRawData(); in DEF_RUNTIME_STUBS()
1625 RuntimeStModuleVar(thread, index.GetInt(), value); in DEF_RUNTIME_STUBS()
1635 RuntimeStModuleVar(thread, index.GetInt(), value, jsFunc); in DEF_RUNTIME_STUBS()
1652 return RuntimeLdLocalModuleVar(thread, index.GetInt()).GetRawData(); in DEF_RUNTIME_STUBS()
1659 return RuntimeLdExternalModuleVar(thread, index.GetInt()).GetRawData(); in DEF_RUNTIME_STUBS()
1667 return RuntimeLdLocalModuleVar(thread, index.GetInt(), jsFunc).GetRawData(); in DEF_RUNTIME_STUBS()
1675 return RuntimeLdExternalModuleVar(thread, index.GetInt(), jsFunc).GetRawData(); in DEF_RUNTIME_STUBS()
1683 bool innerFlag = taggedFlag.GetInt() != 0; in DEF_RUNTIME_STUBS()
1733 …uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the firs… in DEF_RUNTIME_STUBS()
1734 …uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the secon… in DEF_RUNTIME_STUBS()
1743 …uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the firs… in DEF_RUNTIME_STUBS()
1744 …uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the secon… in DEF_RUNTIME_STUBS()
1754 …uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the firs… in DEF_RUNTIME_STUBS()
1755 …uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the secon… in DEF_RUNTIME_STUBS()
1816 std::string message = MessageString::GetMessageString(argMessageStringId.GetInt()); in DEF_RUNTIME_STUBS()
1835 std::string message = MessageString::GetMessageString(argMessageStringId.GetInt()); in DEF_RUNTIME_STUBS()
1850 slotId.GetInt(), static_cast<ICKind>(kind.GetInt())).GetRawData(); in DEF_RUNTIME_STUBS()
1863 slotId.GetInt(), static_cast<ICKind>(kind.GetInt())).GetRawData(); in DEF_RUNTIME_STUBS()
1893 …thread, JSHandle<ProfileTypeInfo>::Cast(profileHandle), slotId.GetInt(), ICKind::NamedGlobalLoadIC… in DEF_RUNTIME_STUBS()
2022 …atchTable[opcode](thread, currentPc, sp, constpool, profileTypeInfo, acc, hotnessCounter.GetInt()); in DEF_RUNTIME_STUBS()
2142 uint32_t restNumArgs = InterpreterAssembly::GetNumArgs(sp, restIdx.GetInt(), startIdx); in DEF_RUNTIME_STUBS()
2191 return RuntimeNewObjRange(thread, func, newTarget, static_cast<uint16_t>(firstArgIdx.GetInt()), in DEF_RUNTIME_STUBS()
2192 static_cast<uint16_t>(length.GetInt())).GetRawData(); in DEF_RUNTIME_STUBS()
2201 …uint16_t length = static_cast<uint16_t>(GetArg(argv, argc, 3).GetInt()); // 3: means the third par… in DEF_RUNTIME_STUBS()
2204 return RuntimeDefinefunc(thread, constpool, static_cast<uint16_t>(methodId.GetInt()), module, in DEF_RUNTIME_STUBS()
2213 …return RuntimeCreateRegExpWithLiteral(thread, pattern, static_cast<uint8_t>(flags.GetInt())).GetRa… in DEF_RUNTIME_STUBS()
2221 …return RuntimeThrowIfSuperNotCorrectCall(thread, static_cast<uint16_t>(index.GetInt()), thisValue)… in DEF_RUNTIME_STUBS()
2240 …return RuntimeCreateObjectWithExcludedKeys(thread, static_cast<uint16_t>(numKeys.GetInt()), objVal, in DEF_RUNTIME_STUBS()
2241 static_cast<uint16_t>(firstArgRegIdx.GetInt())).GetRawData(); in DEF_RUNTIME_STUBS()
2249 …uint16_t length = static_cast<uint16_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the second pa… in DEF_RUNTIME_STUBS()
2272 int32_t pcOffset = GetArg(argv, argc, 6).GetInt(); // 6: means the seventh parameter in DEF_RUNTIME_STUBS()
2286 static_cast<uint16_t>(firstVRegIdx.GetInt()), in DEF_RUNTIME_STUBS()
2287 static_cast<uint16_t>(length.GetInt())).GetRawData(); in DEF_RUNTIME_STUBS()
2405 static_cast<uint16_t>(numVars.GetInt()), in DEF_RUNTIME_STUBS()
2406 static_cast<uint16_t>(scopeId.GetInt())).GetRawData(); in DEF_RUNTIME_STUBS()
2413 return RuntimeOptGetUnmapedArgs(thread, actualNumArgs.GetInt()).GetRawData(); in DEF_RUNTIME_STUBS()
2423 uint16_t numVars = static_cast<uint16_t>(taggedNumVars.GetInt()); in DEF_RUNTIME_STUBS()
2424 uint16_t scopeId = static_cast<uint16_t>(taggedScopeId.GetInt()); in DEF_RUNTIME_STUBS()
2433 return RuntimeOptCopyRestArgs(thread, actualArgc.GetInt(), restIndex.GetInt()).GetRawData(); in DEF_RUNTIME_STUBS()
2448 …return JSTypedArray::FastGetPropertyByIndex(thread, obj, idx.GetInt(), JSType(jsType.GetInt())).Ge… in DEF_RUNTIME_STUBS()
2458 …urn JSTypedArray::FastSetPropertyByIndex(thread, obj, idx.GetInt(), value, JSType(jsType.GetInt())… in DEF_RUNTIME_STUBS()
2480 int ecmaOpcode = GetArg(argv, argc, 0).GetInt(); in DEF_RUNTIME_STUBS()
2481 int path = GetArg(argv, argc, 1).GetInt(); in DEF_RUNTIME_STUBS()
2494 int bcIndex = GetArg(argv, argc, 1).GetInt(); in DEF_RUNTIME_STUBS()
2495 EcmaOpcode ecmaOpcode = static_cast<EcmaOpcode>(GetArg(argv, argc, 2).GetInt()); in DEF_RUNTIME_STUBS()
2496 OptCodeProfiler::Mode mode = static_cast<OptCodeProfiler::Mode>(GetArg(argv, argc, 3).GetInt()); in DEF_RUNTIME_STUBS()
2505 kungfu::OpCode opcode = static_cast<kungfu::OpCode>(GetArg(argv, argc, 0).GetInt()); in DEF_RUNTIME_STUBS()
2605 return RuntimeLdPatchVar(thread, idx.GetInt()).GetRawData(); in DEF_RUNTIME_STUBS()
2613 return RuntimeStPatchVar(thread, idx.GetInt(), value).GetRawData(); in DEF_RUNTIME_STUBS()
2648 …uint32_t count = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the first par… in DEF_RUNTIME_STUBS()
2650 …uint32_t literalId = static_cast<uint32_t>(GetArg(argv, argc, 3).GetInt()); // 3: means the third… in DEF_RUNTIME_STUBS()
2659 …uint32_t levelIndex = static_cast<uint32_t>(GetArg(argv, argc, 1).GetInt()); // 1: means the firs… in DEF_RUNTIME_STUBS()
2660 …uint32_t slotIndex = static_cast<uint32_t>(GetArg(argv, argc, 2).GetInt()); // 2: means the secon… in DEF_RUNTIME_STUBS()
2679 auto containersType = static_cast<kungfu::ContainersType>(type->GetInt()); in DEF_RUNTIME_STUBS()
3029 size_t depth = static_cast<size_t>(GetArg(argv, argc, 1).GetInt()); in DEF_RUNTIME_STUBS()
3036 kungfu::DeoptType type = static_cast<kungfu::DeoptType>(GetArg(argv, argc, 0).GetInt()); in DEF_RUNTIME_STUBS()
3234 return JSTaggedValue(LinkedHashMap::ComputeCapacity(value.GetInt())).GetRawData(); in DEF_RUNTIME_STUBS()
3241 return JSTaggedValue(LinkedHashSet::ComputeCapacity(value.GetInt())).GetRawData(); in DEF_RUNTIME_STUBS()
3257 int numOfKeys = argKeys.GetInt(); in DEF_RUNTIME_STUBS()
3273 int elementIndex = argKeys.GetInt(); in DEF_RUNTIME_STUBS()
3286 argKeys.GetInt())).GetTaggedValue().GetRawData(); in DEF_RUNTIME_STUBS()
3337 uint32_t i = static_cast<uint32_t>(key->GetInt()); in DEF_RUNTIME_STUBS()
3338 uint32_t len = static_cast<uint32_t>(lengthHandle->GetInt()); in DEF_RUNTIME_STUBS()
3374 uint32_t index = static_cast<uint32_t>(indexValue.GetInt()); in DEF_RUNTIME_STUBS()