Home | History | Annotate | Download | only in src

Lines Matching refs:StackFrame

1751     // StackFrame::unchecked_code will return a non-optimized code object for
1752 // the outermost function and StackFrame::LookupCode will return
1754 StackFrame* frame = it.frame();
2266 if (it.frame()->type() == StackFrame::JAVA_SCRIPT) {
2269 if (it.frame()->type() == StackFrame::OPTIMIZED) {