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

  /external/v8/src/
utils.h 690 NewChunk(new_capacity);
698 virtual void NewChunk(int new_capacity) {
761 virtual void NewChunk(int new_capacity) {
764 this->Collector<T, growth_factor, max_growth>::NewChunk(new_capacity);
    [all...]
compiler.cc 554 chunk_ = LChunk::NewChunk(graph_);
    [all...]
code-stubs-hydrogen.cc 27 LChunk* chunk = LChunk::NewChunk(graph);
    [all...]
  /external/v8/src/crankshaft/
lithium.cc 429 LChunk* LChunk::NewChunk(HGraph* graph) {
lithium.h 632 static LChunk* NewChunk(HGraph* graph);

Completed in 121 milliseconds