Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dframe.h130 static const int kContextSlot = 2 + StandardFrameConstants::kCPSlotCount;
131 static const int kJSFunctionSlot = 3 + StandardFrameConstants::kCPSlotCount;
Dlinkage.cc119 CommonFrameConstants::kCPSlotCount; in CalculateFixedFrameSize()
/external/v8/src/
Dframes.h170 static const int kCPSlotCount = kCPSlotSize / kPointerSize; variable