Searched refs:PopMany (Results 1 – 5 of 5) sorted by relevance
170 locations->PopMany(parameter_types.size()); in RecomputeDefinitionLocations()217 locations->PopMany(parameter_types.size()); in RecomputeDefinitionLocations()298 locations->PopMany(parameter_types.size()); in RecomputeDefinitionLocations()307 locations->PopMany(count); in RecomputeDefinitionLocations()323 locations->PopMany(count); in RecomputeDefinitionLocations()368 std::vector<const Type*> argument_types = stack->PopMany(argc); in TypeInstruction()388 locations->PopMany(argc); in RecomputeDefinitionLocations()419 std::vector<const Type*> argument_types = stack->PopMany(argc); in TypeInstruction()434 locations->PopMany(argc + 1); in RecomputeDefinitionLocations()452 std::vector<const Type*> argument_types = stack->PopMany(argc); in TypeInstruction()[all …]
170 stack->PopMany(slot_count); in ProcessArgumentsCommon()484 std::vector<std::string> arguments = stack->PopMany(instruction.argc); in EmitInstruction()537 std::vector<std::string> arguments = stack->PopMany(instruction.argc); in EmitInstruction()628 std::vector<std::string> arguments = stack->PopMany(instruction.argc); in EmitInstruction()
132 stack->PopMany(slot_count); in ProcessArgumentsCommon()
271 std::vector<T> PopMany(size_t count) { in PopMany() function
164 TEST_F(IntrusiveHeapTest, PopMany) { in TEST_F() argument