Searched refs:target_loc (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
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()
|
D | c-linkage.cc | 295 LinkageLocation target_loc = LinkageLocation::ForAnyRegister(target_type); in GetSimplifiedCDescriptor() local 301 target_loc, // target location in GetSimplifiedCDescriptor()
|
D | linkage.h | 253 CallDescriptor(Kind kind, MachineType target_type, LinkageLocation target_loc, in NON_EXPORTED_BASE() 267 target_loc_(target_loc), in NON_EXPORTED_BASE()
|
D | wasm-compiler.cc | 8640 LinkageLocation target_loc = LinkageLocation::ForAnyRegister(target_type); in GetWasmCallDescriptor() local 8658 target_loc, // target location in GetWasmCallDescriptor()
|