Searched refs:target_loc (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | linkage.cc | 365 LinkageLocation target_loc = in GetCEntryStubCallDescriptor() local 370 target_loc, // target location in GetCEntryStubCallDescriptor() 418 LinkageLocation target_loc = in GetJSCallDescriptor() local 424 target_loc, // target location in GetJSCallDescriptor() 528 LinkageLocation target_loc = LinkageLocation::ForAnyRegister(target_type); in GetStubCallDescriptor() local 532 target_loc, // target location in GetStubCallDescriptor() 576 LinkageLocation target_loc = LinkageLocation::ForAnyRegister(target_type); in GetBytecodeDispatchCallDescriptor() local 582 target_loc, // target location in GetBytecodeDispatchCallDescriptor()
|
H A D | c-linkage.cc | 295 LinkageLocation target_loc = LinkageLocation::ForAnyRegister(target_type); in GetSimplifiedCDescriptor() local 301 target_loc, // target location in GetSimplifiedCDescriptor()
|
H A D | linkage.h | 253 CallDescriptor(Kind kind, MachineType target_type, LinkageLocation target_loc, in CallDescriptor() argument 267 target_loc_(target_loc),
|
H A D | wasm-compiler.cc | 8640 LinkageLocation target_loc = LinkageLocation::ForAnyRegister(target_type); 8658 target_loc, // target location
|
Completed in 16 milliseconds