Searched refs:GetSimplifiedCDescriptor (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/compiler/ia32/ |
D | linkage-ia32.cc | 54 CallDescriptor* Linkage::GetSimplifiedCDescriptor(Zone* zone, in GetSimplifiedCDescriptor() function in v8::internal::compiler::Linkage 56 return LH::GetSimplifiedCDescriptor(zone, sig); in GetSimplifiedCDescriptor()
|
/external/v8/src/compiler/arm64/ |
D | linkage-arm64.cc | 59 CallDescriptor* Linkage::GetSimplifiedCDescriptor(Zone* zone, in GetSimplifiedCDescriptor() function in v8::internal::compiler::Linkage 61 return LH::GetSimplifiedCDescriptor(zone, sig); in GetSimplifiedCDescriptor()
|
/external/v8/src/compiler/arm/ |
D | linkage-arm.cc | 59 CallDescriptor* Linkage::GetSimplifiedCDescriptor(Zone* zone, in GetSimplifiedCDescriptor() function in v8::internal::compiler::Linkage 61 return LH::GetSimplifiedCDescriptor(zone, sig); in GetSimplifiedCDescriptor()
|
/external/v8/src/compiler/x64/ |
D | linkage-x64.cc | 73 CallDescriptor* Linkage::GetSimplifiedCDescriptor(Zone* zone, in GetSimplifiedCDescriptor() function in v8::internal::compiler::Linkage 75 return LH::GetSimplifiedCDescriptor(zone, sig); in GetSimplifiedCDescriptor()
|
/external/v8/test/cctest/compiler/ |
D | graph-builder-tester.cc | 40 Linkage::GetSimplifiedCDescriptor(zone, machine_sig_)); in Generate()
|
/external/v8/src/compiler/ |
D | linkage.cc | 162 CallDescriptor* Linkage::GetSimplifiedCDescriptor(Zone* zone, in GetSimplifiedCDescriptor() function in v8::internal::compiler::Linkage
|
D | linkage.h | 191 static CallDescriptor* GetSimplifiedCDescriptor(Zone* zone,
|
D | raw-machine-assembler.cc | 23 Linkage::GetSimplifiedCDescriptor(graph->zone(), machine_sig)), in RawMachineAssembler()
|
D | linkage-impl.h | 182 static CallDescriptor* GetSimplifiedCDescriptor(Zone* zone, in GetSimplifiedCDescriptor() function
|