Home
last modified time | relevance | path

Searched refs:AllocationBuilder (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dallocation-builder-inl.h18 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 Djs-create-lowering.cc130 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 Dallocation-builder.h19 class AllocationBuilder final {
21 AllocationBuilder(JSGraph* jsgraph, Node* effect, Node* control) in AllocationBuilder() function in v8::internal::compiler::final
H A Djs-native-context-specialization.cc239 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 Djs-call-reducer.cc1140 // TODO(jgruber): Port AllocationBuilder to JSGraphAssembler.
1143 AllocationBuilder ab(jsgraph(), effect(), control());
2792 AllocationBuilder ab(jsgraph(), effect, control);

Completed in 17 milliseconds