Home
last modified time | relevance | path

Searched refs:PopMany (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/torque/
Dinstructions.cc170 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 …]
Dcsa-generator.cc170 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()
Dcc-generator.cc132 stack->PopMany(slot_count); in ProcessArgumentsCommon()
Dutils.h271 std::vector<T> PopMany(size_t count) { in PopMany() function
/external/libchrome/base/task/sequence_manager/
Dintrusive_heap_unittest.cc164 TEST_F(IntrusiveHeapTest, PopMany) { in TEST_F() argument