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

  /external/v8/src/compiler/
osr.h 15 // deconstruct the OSR artifacts before scheduling and code generation.
45 // To deconstruct OSR, we simply replace the uses of the {OsrNormalEntry}
102 void Deconstruct(JSGraph* jsgraph, CommonOperatorBuilder* common,
osr.cc 252 void OsrHelper::Deconstruct(JSGraph* jsgraph, CommonOperatorBuilder* common,
pipeline.cc 599 osr_helper.Deconstruct(data->jsgraph(), data->common(), temp_zone);
    [all...]
  /external/v8/test/cctest/compiler/
test-osr.cc 117 helper.Deconstruct(&jsgraph, &common, main_zone());

Completed in 530 milliseconds