Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
H A Dframes-inl.h97 inline CommonFrameWithJSLinkage::CommonFrameWithJSLinkage( in CommonFrameWithJSLinkage() function in v8::internal::CommonFrameWithJSLinkage
103 : CommonFrameWithJSLinkage(iterator) {} in TypedFrameWithJSLinkage()
177 inline bool CommonFrameWithJSLinkage::IsConstructFrame(Address fp) { in IsConstructFrame()
184 : CommonFrameWithJSLinkage(iterator) {} in JavaScriptFrame()
186 Address CommonFrameWithJSLinkage::GetParameterSlot(int index) const { in GetParameterSlot()
194 inline int CommonFrameWithJSLinkage::GetActualArgumentCount() const { in GetActualArgumentCount()
H A Dframes.cc1303 Code CommonFrameWithJSLinkage::unchecked_code() const { in unchecked_code()
1339 bool CommonFrameWithJSLinkage::IsConstructor() const { in IsConstructor()
1343 void CommonFrameWithJSLinkage::Summarize( in Summarize()
1369 Object CommonFrameWithJSLinkage::receiver() const { return GetParameter(-1); } in receiver()
1382 int CommonFrameWithJSLinkage::LookupExceptionHandlerInTable( in LookupExceptionHandlerInTable()
1484 Object CommonFrameWithJSLinkage::GetParameter(int index) const { in GetParameter()
1488 int CommonFrameWithJSLinkage::ComputeParametersCount() const { in ComputeParametersCount()
1500 Handle<FixedArray> CommonFrameWithJSLinkage::GetParameters() const { in GetParameters()
H A Dframes.h19 // - CommonFrameWithJSLinkage
546 class CommonFrameWithJSLinkage : public CommonFrame { class
575 inline explicit CommonFrameWithJSLinkage(StackFrameIteratorBase* iterator);
583 class TypedFrameWithJSLinkage : public CommonFrameWithJSLinkage {
591 class JavaScriptFrame : public CommonFrameWithJSLinkage {

Completed in 8 milliseconds