Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dlinkage.cc274 LinkageLocation target_loc = LinkageLocation::ForAnyRegister(); in GetRuntimeCallDescriptor() local
278 target_loc, // target location in GetRuntimeCallDescriptor()
299 LinkageLocation target_loc = regloc(kJSFunctionRegister); in GetLazyBailoutDescriptor() local
303 target_loc, // target location in GetLazyBailoutDescriptor()
356 LinkageLocation target_loc = regloc(kJSFunctionRegister); in GetJSCallDescriptor() local
360 target_loc, // target location in GetJSCallDescriptor()
409 LinkageLocation target_loc = LinkageLocation::ForAnyRegister(); in GetInterpreterDispatchDescriptor() local
413 target_loc, // target location in GetInterpreterDispatchDescriptor()
477 LinkageLocation target_loc = LinkageLocation::ForAnyRegister(); in GetStubCallDescriptor() local
481 target_loc, // target location in GetStubCallDescriptor()
Dwasm-linkage.cc266 LinkageLocation target_loc = LinkageLocation::ForAnyRegister(); in GetWasmCallDescriptor() local
270 target_loc, // target location in GetWasmCallDescriptor()
Dc-linkage.cc212 LinkageLocation target_loc = LinkageLocation::ForAnyRegister(); in GetSimplifiedCDescriptor() local
216 target_loc, // target location in GetSimplifiedCDescriptor()
Dlinkage.h163 CallDescriptor(Kind kind, MachineType target_type, LinkageLocation target_loc,
172 target_loc_(target_loc), in kind_()
/external/v8/test/cctest/compiler/
Dtest-multiple-return.cc54 LinkageLocation target_loc = LinkageLocation::ForAnyRegister(); in GetCallDescriptor() local
58 target_loc, // target location in GetCallDescriptor()
Dtest-run-native-calls.cc197 LinkageLocation target_loc = LinkageLocation::ForAnyRegister(); in Create() local
202 target_loc, // target location in Create()