Home | History | Annotate | Download | only in src

Lines Matching defs:SafeStackFrameIterator

244 bool SafeStackFrameIterator::ExitFrameValidator::IsValidFP(Address fp) {
257 SafeStackFrameIterator::ActiveCountMaintainer::ActiveCountMaintainer(
265 SafeStackFrameIterator::ActiveCountMaintainer::~ActiveCountMaintainer() {
271 SafeStackFrameIterator::SafeStackFrameIterator(
283 bool SafeStackFrameIterator::is_active(Isolate* isolate) {
288 bool SafeStackFrameIterator::IsValidTop(Isolate* isolate,
298 void SafeStackFrameIterator::Advance() {
317 bool SafeStackFrameIterator::CanIterateHandles(StackFrame* frame,
326 bool SafeStackFrameIterator::IsValidFrame(StackFrame* frame) const {
331 bool SafeStackFrameIterator::IsValidCaller(StackFrame* frame) {
357 void SafeStackFrameIterator::Reset() {
456 if (SafeStackFrameIterator::is_active(isolate)) return JAVA_SCRIPT;
615 ASSERT(!SafeStackFrameIterator::is_active(isolate()));
708 ASSERT(!SafeStackFrameIterator::is_active(isolate()) &&