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.
103 type == FrameStateType::kInterpretedFunction;
frame-states.cc 55 case FrameStateType::kInterpretedFunction:
code-generator.cc 652 case FrameStateType::kInterpretedFunction:
bytecode-graph-builder.cc 447 FrameStateType::kInterpretedFunction,
    [all...]
  /external/v8/src/
deoptimizer.cc 146 it->kind() == TranslatedFrame::kInterpretedFunction) {
698 case TranslatedFrame::kInterpretedFunction: {
810 case TranslatedFrame::kInterpretedFunction:
    [all...]
deoptimizer.h 121 kInterpretedFunction,
    [all...]

Completed in 1725 milliseconds