HomeSort by relevance Sort by last modified time
    Searched refs:GetCallerState (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
frames.cc 105 StackFrame::Type type = frame_->GetCallerState(&state);
125 StackFrame::Type type = frame_->GetCallerState(&state);
253 // See EntryFrame::GetCallerState. It computes the caller FP address
273 iterator_.SingletonFor(frame->GetCallerState(&state)) != NULL;
378 StackFrame::Type StackFrame::GetCallerState(State* state) const {
390 GetCallerState(state);
394 StackFrame::Type EntryFrame::GetCallerState(State* state) const {
frames.h 193 virtual Type GetCallerState(State* state) const;
232 virtual Type GetCallerState(State* state) const;

Completed in 140 milliseconds