Home
last modified time | relevance | path

Searched refs:c_entry_fp_ (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dthread-local-top.cc27 c_entry_fp_ = kNullAddress; in Clear()
Dthread-local-top.h136 Address c_entry_fp_; variable
Disolate.h803 return thread->c_entry_fp_; in c_entry_fp()
809 return &thread_local_top()->c_entry_fp_; in c_entry_fp_address()
813 OFFSET_OF(Isolate, thread_local_top()->c_entry_fp_) - in c_entry_fp_offset()
2438 Address c_entry_fp_; variable
Disolate.cc5427 c_entry_fp_ = isolate->c_entry_fp(isolate->thread_local_top()); in ThrowInternal()
5435 return (c_entry_fp_ == 0) || (c_entry_fp_ > frame->sp()); in ThrowInternal()