Home
last modified time | relevance | path

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

/external/v8/src/execution/
Dframes-inl.h100 inline CommonFrameWithJSLinkage::CommonFrameWithJSLinkage( in CommonFrameWithJSLinkage() function
106 : CommonFrameWithJSLinkage(iterator) {} in TypedFrameWithJSLinkage()
186 inline bool CommonFrameWithJSLinkage::IsConstructFrame(Address fp) { in IsConstructFrame()
193 : CommonFrameWithJSLinkage(iterator) {} in JavaScriptFrame()
195 Address CommonFrameWithJSLinkage::GetParameterSlot(int index) const { in GetParameterSlot()
209 inline int CommonFrameWithJSLinkage::GetActualArgumentCount() const { in GetActualArgumentCount()
Dframes.cc1101 Code CommonFrameWithJSLinkage::unchecked_code() const { in unchecked_code()
1136 bool CommonFrameWithJSLinkage::IsConstructor() const { in IsConstructor()
1140 void CommonFrameWithJSLinkage::Summarize( in Summarize()
1166 Object CommonFrameWithJSLinkage::receiver() const { return GetParameter(-1); } in receiver()
1179 int CommonFrameWithJSLinkage::LookupExceptionHandlerInTable( in LookupExceptionHandlerInTable()
1274 Object CommonFrameWithJSLinkage::GetParameter(int index) const { in GetParameter()
1278 int CommonFrameWithJSLinkage::ComputeParametersCount() const { in ComputeParametersCount()
1291 Handle<FixedArray> CommonFrameWithJSLinkage::GetParameters() const { in GetParameters()
Dframes.h533 class CommonFrameWithJSLinkage : public CommonFrame {
564 inline explicit CommonFrameWithJSLinkage(StackFrameIteratorBase* iterator);
572 class TypedFrameWithJSLinkage : public CommonFrameWithJSLinkage {
580 class JavaScriptFrame : public CommonFrameWithJSLinkage {