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

  /external/v8/src/compiler/
frame-states.h 63 kInterpretedFunction, // Represents an InterpretedFrame.
90 return type == FrameStateType::kInterpretedFunction ||
112 return info_ == nullptr ? FrameStateType::kInterpretedFunction
frame-states.cc 51 case FrameStateType::kInterpretedFunction:
code-generator.cc     [all...]
bytecode-graph-builder.cc 531 FrameStateType::kInterpretedFunction,
    [all...]
  /external/v8/src/
deoptimizer.cc 211 if (it->kind() == TranslatedFrame::kInterpretedFunction ||
225 CHECK_EQ(frame_it->kind(), TranslatedFrame::kInterpretedFunction);
664 case TranslatedFrame::kInterpretedFunction: {
780 case TranslatedFrame::kInterpretedFunction:
    [all...]
deoptimizer.h 153 kInterpretedFunction,
    [all...]
frames.cc     [all...]

Completed in 1373 milliseconds