Home
last modified time | relevance | path

Searched refs:target_loc (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Dlinkage.cc272 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()
Dc-linkage.cc225 LinkageLocation target_loc = LinkageLocation::ForAnyRegister(target_type); in GetSimplifiedCDescriptor() local
234 target_loc, // target location in GetSimplifiedCDescriptor()
Dlinkage.h197 CallDescriptor(Kind kind, MachineType target_type, LinkageLocation target_loc, in NON_EXPORTED_BASE()
207 target_loc_(target_loc), in NON_EXPORTED_BASE()
Dwasm-compiler.cc5309 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/
DRewriteToChromeStyle.cpp1295 clang::SourceLocation target_loc = Base::GetTargetLoc(result); in GetTargetLoc() local
1299 result.SourceManager->getExpansionLoc(target_loc); in GetTargetLoc()