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

  /external/v8/src/compiler/
code-generator.cc 738 // [index_from_top] in the stack (overwriting whatever was
740 size_t index_from_top = local
742 if (index >= index_from_top &&
743 index < index_from_top + iter->instruction()->OutputCount()) {
747 iter->instruction()->OutputAt(index - index_from_top),
    [all...]
  /external/v8/src/crankshaft/
hydrogen.h 620 HValue* ExpressionStackAt(int index_from_top) const {
621 int index = length() - index_from_top - 1;
626 void SetExpressionStackAt(int index_from_top, HValue* value);
627 HValue* RemoveExpressionStackAt(int index_from_top);
    [all...]
hydrogen.cc     [all...]

Completed in 445 milliseconds