Searched refs:target_loc (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/ |
D | linkage.cc | 267 LinkageLocation target_loc = in GetCEntryStubCallDescriptor() local 272 target_loc, // target location in GetCEntryStubCallDescriptor() 319 LinkageLocation target_loc = in GetJSCallDescriptor() local 325 target_loc, // target location in GetJSCallDescriptor() 383 LinkageLocation target_loc = in GetStubCallDescriptor() local 388 target_loc, // target location in GetStubCallDescriptor() 409 LinkageLocation target_loc = in GetAllocateCallDescriptor() local 414 target_loc, // target location in GetAllocateCallDescriptor() 450 LinkageLocation target_loc = LinkageLocation::ForAnyRegister(target_type); in GetBytecodeDispatchCallDescriptor() local 454 target_loc, // target location in GetBytecodeDispatchCallDescriptor()
|
D | c-linkage.cc | 231 LinkageLocation target_loc = LinkageLocation::ForAnyRegister(target_type); in GetSimplifiedCDescriptor() local 240 target_loc, // target location in GetSimplifiedCDescriptor()
|
D | linkage.h | 196 CallDescriptor(Kind kind, MachineType target_type, LinkageLocation target_loc, in NON_EXPORTED_BASE() 204 target_loc_(target_loc), in NON_EXPORTED_BASE()
|
D | wasm-linkage.cc | 307 LinkageLocation target_loc = LinkageLocation::ForAnyRegister(target_type); in GetWasmCallDescriptor() local 312 target_loc, // target location in GetWasmCallDescriptor()
|
/external/v8/tools/clang/rewrite_to_chrome_style/ |
D | RewriteToChromeStyle.cpp | 1052 clang::SourceLocation target_loc = Base::GetTargetLoc(result); in GetTargetLoc() local 1056 result.SourceManager->getExpansionLoc(target_loc); in GetTargetLoc()
|