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

  /external/v8/src/
contexts.cc 25 isolate->factory()->CopyFixedArrayAndGrow(table, length);
489 new_code_map = isolate->factory()->CopyFixedArrayAndGrow(
transitions.cc 276 array = isolate->factory()->CopyFixedArrayAndGrow(array, grow_by, TENURED);
factory.h 401 Handle<FixedArray> CopyFixedArrayAndGrow(
    [all...]
factory.cc     [all...]
isolate.cc     [all...]
objects.cc     [all...]
api.cc     [all...]
  /external/v8/src/heap/
heap.h     [all...]
heap.cc     [all...]
  /external/v8/src/wasm/
wasm-objects.cc 297 isolate->factory()->CopyFixedArrayAndGrow(dispatch_tables, 4);
    [all...]
wasm-module.cc     [all...]

Completed in 612 milliseconds