Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
H A Dframes.cc404 Address* tos_location = nullptr; in SafeStackFrameIterator() local
406 tos_location = &top_link_register_; in SafeStackFrameIterator()
409 tos_location = reinterpret_cast<Address*>(sp); in SafeStackFrameIterator()
412 if (IsInterpreterFramePc(isolate, *tos_location, &state)) { in SafeStackFrameIterator()
413 state.pc_address = tos_location; in SafeStackFrameIterator()

Completed in 6 milliseconds