Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
H A Dframes.cc136 frame_ = SingletonFor(type, &state); in Advance()
151 frame_ = SingletonFor(type, &frame_->state_); in Reframe()
160 frame_ = SingletonFor(type, &state); in Reset()
173 frame_ = SingletonFor(StackFrame::STACK_SWITCH, &state); in Reset()
177 StackFrame* StackFrameIteratorBase::SingletonFor(StackFrame::Type type, in SingletonFor() function in v8::internal::StackFrameIteratorBase
179 StackFrame* result = SingletonFor(type); in SingletonFor()
185 StackFrame* StackFrameIteratorBase::SingletonFor(StackFrame::Type type) { in SingletonFor() function in v8::internal::StackFrameIteratorBase
455 frame_ = SingletonFor(type, &state); in SafeStackFrameIterator()
483 frame_ = SingletonFor(type, &state);
508 SingletonFor(fram in IsValidCaller()
[all...]
H A Dframes.h1230 StackFrame* SingletonFor(StackFrame::Type type, StackFrame::State* state);
1232 StackFrame* SingletonFor(StackFrame::Type type);

Completed in 7 milliseconds