Home | History | Annotate | Download | only in src

Lines Matching refs:OPTIMIZED

99   V(OPTIMIZED, OptimizedFrame)                           \
172 // StandardFrames are used for interpreted, full-codegen and optimized
505 bool is_optimized() const { return type() == OPTIMIZED; }
525 return (type == JAVA_SCRIPT) || (type == OPTIMIZED) ||
541 // If this frame is optimized and was dynamically aligned return its old
1146 Type type() const override { return OPTIMIZED; }