Home
last modified time | relevance | path

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

/external/v8/src/execution/
Dframes-inl.h186 inline bool CommonFrameWithJSLinkage::IsConstructFrame(Address fp) { in IsConstructFrame() function
Dframes.cc1092 return IsConstructFrame(fp); in IsConstructor()
1137 return IsConstructFrame(caller_fp()); in IsConstructor()
Dframes.h568 static inline bool IsConstructFrame(Address fp);