Home
last modified time | relevance | path

Searched refs:kJSFunctionSlot (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dframe.h170 static const int kJSFunctionSlot = 3 + StandardFrameConstants::kCPSlotCount; variable
Dlinkage.cc529 return LinkageLocation::ForCalleeFrameSlot(Frame::kJSFunctionSlot); in GetParameterSecondaryLocation()