Home
last modified time | relevance | path

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

/external/v8/src/
Disolate-inl.h24 c_entry_fp_ = isolate->c_entry_fp(isolate->thread_local_top()); in SaveContext()
Disolate.h283 Address c_entry_fp_; // the frame pointer of the top c entry frame variable
647 return thread->c_entry_fp_; in c_entry_fp()
652 return &thread_local_top_.c_entry_fp_; in c_entry_fp_address()
1387 return (c_entry_fp_ == 0) || (c_entry_fp_ > frame->sp()); in IsBelowFrame()
1394 Address c_entry_fp_; variable
Disolate.cc66 c_entry_fp_ = 0; in InitializeInternal()