Searched refs:AllocationBuilder (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | allocation-builder-inl.h | 18 void AllocationBuilder::Allocate(int size, AllocationType allocation, in Allocate() 29 void AllocationBuilder::AllocateContext(int variadic_part_length, MapRef map) { in AllocateContext() 42 bool AllocationBuilder::CanAllocateArray(int length, MapRef map, in CanAllocateArray() 53 void AllocationBuilder::AllocateArray(int length, MapRef map, in AllocateArray() 64 bool AllocationBuilder::CanAllocateSloppyArgumentElements( in CanAllocateSloppyArgumentElements() 70 void AllocationBuilder::AllocateSloppyArgumentElements( in AllocateSloppyArgumentElements()
|
H A D | js-create-lowering.cc | 130 AllocationBuilder a(jsgraph(), effect, control); in ReduceJSCreate() 182 AllocationBuilder a(jsgraph(), effect, control); in ReduceJSCreateArguments() 209 AllocationBuilder a(jsgraph(), effect, control); in ReduceJSCreateArguments() 237 AllocationBuilder a(jsgraph(), effect, control); in ReduceJSCreateArguments() 285 AllocationBuilder a(jsgraph(), effect, control); in ReduceJSCreateArguments() 322 AllocationBuilder a(jsgraph(), effect, control); in ReduceJSCreateArguments() 360 AllocationBuilder a(jsgraph(), effect, control); in ReduceJSCreateArguments() 410 AllocationBuilder ab(jsgraph(), effect, control); in ReduceJSCreateGeneratorObject() 422 AllocationBuilder a(jsgraph(), effect, control); in ReduceJSCreateGeneratorObject() 498 AllocationBuilder in ReduceNewArray() [all...] |
H A D | allocation-builder.h | 19 class AllocationBuilder final { 21 AllocationBuilder(JSGraph* jsgraph, Node* effect, Node* control) in AllocationBuilder() function in v8::internal::compiler::final
|
H A D | js-native-context-specialization.cc | 239 AllocationBuilder ab(jsgraph(), effect, control); in ReduceJSAsyncFunctionEnter() 2433 AllocationBuilder a(jsgraph(), effect, control); in BuildPropertyStore() 3356 AllocationBuilder a(jsgraph(), effect, control); in BuildExtendPropertiesBackingStore()
|
H A D | js-call-reducer.cc | 1140 // TODO(jgruber): Port AllocationBuilder to JSGraphAssembler. 1143 AllocationBuilder ab(jsgraph(), effect(), control()); 2792 AllocationBuilder ab(jsgraph(), effect, control);
|
Completed in 21 milliseconds