Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dframe.h169 static const int kContextSlot = 2 + StandardFrameConstants::kCPSlotCount;
170 static const int kJSFunctionSlot = 3 + StandardFrameConstants::kCPSlotCount;
Dpipeline.cc288 StandardFrameConstants::kCPSlotCount in InitializeRegisterAllocationData()
/external/v8/src/debug/
Dliveedit.h176 4 + StandardFrameConstants::kCPSlotCount;
/external/v8/src/
Dframes.h130 static const int kCPSlotCount = kCPSlotSize / kPointerSize; variable