Home
last modified time | relevance | path

Searched refs:GetCallerState (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/test/
Dabi_test.cc300 UnwindStatusOr<CallerState> GetCallerState() { in GetCallerState() function in abi_test::internal::UnwindCursor
378 UnwindStatusOr<CallerState> GetCallerState() { in GetCallerState() function in abi_test::internal::UnwindCursor
537 g_trampoline_state = cursor->GetCallerState().ValueOrDie( in CheckUnwind()
592 UnwindStatusOr<CallerState> state = cursor->GetCallerState(); in CheckUnwind()
/external/v8/src/execution/
Dframes.cc109 StackFrame::Type type = frame_->GetCallerState(&state); in Advance()
412 StackFrame::Type type = frame_->GetCallerState(&state); in AdvanceOneFrame()
447 SingletonFor(frame->GetCallerState(&state)) != nullptr; in IsValidCaller()
662 StackFrame::Type StackFrame::GetCallerState(State* state) const { in GetCallerState() function in v8::internal::StackFrame
685 GetCallerState(state); in ComputeCallerState()
688 StackFrame::Type EntryFrame::GetCallerState(State* state) const { in GetCallerState() function in v8::internal::EntryFrame
694 StackFrame::Type CWasmEntryFrame::GetCallerState(State* state) const { in GetCallerState() function in v8::internal::CWasmEntryFrame
Dframes.h326 virtual Type GetCallerState(State* state) const;
698 Type GetCallerState(State* state) const override;
1048 Type GetCallerState(State* state) const override;