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

  /external/v8/src/compiler/
node.cc 23 void Node::OutOfLineInputs::ExtractFrom(Use* old_use_ptr, Node** old_input_ptr,
159 outline->ExtractFrom(GetUsePtr(0), GetInputPtr(0), input_count);
169 outline->ExtractFrom(GetUsePtr(0), GetInputPtr(0), input_count);
node.h 178 void ExtractFrom(Use* use_ptr, Node** input_ptr, int count);

Completed in 166 milliseconds