Searched defs:ComputeType (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dframes.cc212 // StackFrame::ComputeType will read both kContextOffset and kMarkerOffset,
220 type = StackFrame::ComputeType(this, &state);
413 StackFrame::Type StackFrame::ComputeType(const StackFrameIteratorBase* iterator, function in class:v8::internal::StackFrame
522 return ComputeType(iterator_, state);

Completed in 28 milliseconds