Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dlinkage.cc507 index - first_stack_slot + StandardFrameConstants::kFixedSlotCount; in GetOsrValueLocation()
Dpipeline.cc289 : StandardFrameConstants::kFixedSlotCount; in InitializeRegisterAllocationData()
/external/v8/src/
Dframes.h129 static const int kFixedSlotCount = kFixedFrameSize / kPointerSize; variable