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

  /external/v8/src/compiler/
frame-states.h 80 kInterpretedFunction, // Represents an InterpretedFrame.
105 type == FrameStateType::kInterpretedFunction;
frame-states.cc 56 case FrameStateType::kInterpretedFunction:
code-generator.cc 796 case FrameStateType::kInterpretedFunction:
    [all...]
bytecode-graph-builder.cc 477 FrameStateType::kInterpretedFunction,
    [all...]
  /external/v8/src/
deoptimizer.cc 119 it->kind() == TranslatedFrame::kInterpretedFunction) {
638 case TranslatedFrame::kInterpretedFunction: {
749 case TranslatedFrame::kInterpretedFunction:
    [all...]
deoptimizer.h 154 kInterpretedFunction,
    [all...]

Completed in 866 milliseconds