Searched refs:target_loc (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/ |
D | linkage.cc | 272 LinkageLocation target_loc = in GetCEntryStubCallDescriptor() local 277 target_loc, // target location in GetCEntryStubCallDescriptor() 324 LinkageLocation target_loc = in GetJSCallDescriptor() local 330 target_loc, // target location in GetJSCallDescriptor() 393 LinkageLocation target_loc = LinkageLocation::ForAnyRegister(target_type); in GetStubCallDescriptor() local 397 target_loc, // target location in GetStubCallDescriptor() 437 LinkageLocation target_loc = LinkageLocation::ForAnyRegister(target_type); in GetBytecodeDispatchCallDescriptor() local 443 target_loc, // target location in GetBytecodeDispatchCallDescriptor()
|
D | c-linkage.cc | 225 LinkageLocation target_loc = LinkageLocation::ForAnyRegister(target_type); in GetSimplifiedCDescriptor() local 234 target_loc, // target location in GetSimplifiedCDescriptor()
|
D | linkage.h | 197 CallDescriptor(Kind kind, MachineType target_type, LinkageLocation target_loc, in NON_EXPORTED_BASE() 207 target_loc_(target_loc), in NON_EXPORTED_BASE()
|
D | wasm-compiler.cc | 5309 LinkageLocation target_loc = LinkageLocation::ForAnyRegister(target_type); in GetWasmCallDescriptor() local 5318 target_loc, // target location in GetWasmCallDescriptor()
|
/external/v8/tools/clang/rewrite_to_chrome_style/ |
D | RewriteToChromeStyle.cpp | 1295 clang::SourceLocation target_loc = Base::GetTargetLoc(result); in GetTargetLoc() local 1299 result.SourceManager->getExpansionLoc(target_loc); in GetTargetLoc()
|