Home
last modified time | relevance | path

Searched refs:SingletonFor (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
Dframes.cc93 frame_ = SingletonFor(type, &state); in Advance()
106 if (SingletonFor(type) == NULL) return; in Reset()
107 frame_ = SingletonFor(type, &state); in Reset()
111 StackFrame* StackFrameIteratorBase::SingletonFor(StackFrame::Type type, in SingletonFor() function in v8::internal::StackFrameIteratorBase
114 StackFrame* result = SingletonFor(type); in SingletonFor()
121 StackFrame* StackFrameIteratorBase::SingletonFor(StackFrame::Type type) { in SingletonFor() function in v8::internal::StackFrameIteratorBase
234 if (SingletonFor(type) == NULL) return; in SafeStackFrameIterator()
235 frame_ = SingletonFor(type, &state); in SafeStackFrameIterator()
274 frame_ = SingletonFor(type, &state); in AdvanceOneFrame()
310 SingletonFor(frame->GetCallerState(&state)) != NULL; in IsValidCaller()
Dframes.h825 StackFrame* SingletonFor(StackFrame::Type type, StackFrame::State* state);
827 StackFrame* SingletonFor(StackFrame::Type type);