Searched refs:IsStack (Results 1 – 11 of 11) sorted by relevance
36 } else if (location.IsStack()) { in RegAllocStat()
70 } else if (location.IsStack()) { in AddLocationToRoots()
98 if (location.IsStack()) { in Map()
104 bool IsStack() const in IsStack() function121 return IsStack() || IsStackArgument() || IsStackParameter(); in IsAnyStack()
205 EXPECT_TRUE(location2.IsStack()); in __anonf1f112df0202()
317 EXPECT_TRUE(location.MakeStackSlot(3).IsStack()); // 3: random number
502 } else if (location.IsStack()) { in DumpLocationsUsage()
276 } else if (value->IsStack()) { in GetProperties()
494 bool IsStack();
214 if (tagged->IsStack()) { in FromTagged()457 if (tagged->IsStack()) { in DescriptionForObject()
3459 bool JSValueRef::IsStack() in IsStack() function in panda::JSValueRef