HomeSort by relevance Sort by last modified time
    Searched refs:allocation_mode (Results 1 - 7 of 7) sorted by null

  /external/v8/src/
code-stubs-hydrogen.cc 401 HAllocationMode allocation_mode(NOT_TENURED);
414 state.fixed_right_arg(), allocation_mode));
420 state.fixed_right_arg(), allocation_mode));
431 state.fixed_right_arg(), allocation_mode));
437 state.fixed_right_arg(), allocation_mode));
445 state.fixed_right_arg(), allocation_mode);
474 HAllocationMode allocation_mode(allocation_site);
478 allocation_mode);
code-factory.cc 345 Isolate* isolate, AllocationSiteMode allocation_mode) {
346 return Callable(isolate->builtins()->NewCloneShallowArray(allocation_mode),
code-factory.h 146 AllocationSiteMode allocation_mode);
  /external/v8/src/crankshaft/
hydrogen.cc 9794 HAllocationMode allocation_mode; local
10716 HAllocationMode allocation_mode; local
    [all...]
hydrogen.h     [all...]
  /external/v8/src/builtins/
builtins-constructor.cc 640 AllocationSiteMode allocation_mode) {
641 switch (allocation_mode) {
builtins.h     [all...]

Completed in 234 milliseconds