Home
last modified time | relevance | path

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

/external/v8/src/
Dframes.cc89 frame_ = SingletonFor(type, &state); in Advance()
102 frame_ = SingletonFor(type, &state); in Reset()
106 StackFrame* StackFrameIteratorBase::SingletonFor(StackFrame::Type type, in SingletonFor() function in v8::internal::StackFrameIteratorBase
108 StackFrame* result = SingletonFor(type); in SingletonFor()
115 StackFrame* StackFrameIteratorBase::SingletonFor(StackFrame::Type type) { in SingletonFor() function in v8::internal::StackFrameIteratorBase
276 frame_ = SingletonFor(type, &state); in SafeStackFrameIterator()
305 frame_ = SingletonFor(type, &state); in AdvanceOneFrame()
341 SingletonFor(frame->GetCallerState(&state)) != nullptr; in IsValidCaller()
Dframes.h1229 StackFrame* SingletonFor(StackFrame::Type type, StackFrame::State* state);
1231 StackFrame* SingletonFor(StackFrame::Type type);