Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dlinkage.cc256 locations.AddParam(LinkageLocation::ForCallerFrameSlot( in GetCEntryStubCallDescriptor()
305 locations.AddParam(LinkageLocation::ForCallerFrameSlot( in GetJSCallDescriptor()
377 locations.AddParam(LinkageLocation::ForCallerFrameSlot( in GetStubCallDescriptor()
430 locations.AddParam(LinkageLocation::ForCallerFrameSlot( in GetBytecodeDispatchCallDescriptor()
Dc-linkage.cc205 locations.AddParam(LinkageLocation::ForCallerFrameSlot( in GetSimplifiedCDescriptor()
Dlinkage.h55 static LinkageLocation ForCallerFrameSlot(int32_t slot, MachineType type) { in ForCallerFrameSlot() function
Dwasm-compiler.cc5253 return LinkageLocation::ForCallerFrameSlot(index, type); in Next()