Searched refs:GetSimplifiedCDescriptor (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/compiler/ |
D | raw-machine-assembler.cc | 260 Linkage::GetSimplifiedCDescriptor(zone(), builder.Build()); in CallCFunction0() 273 Linkage::GetSimplifiedCDescriptor(zone(), builder.Build()); in CallCFunction1() 285 Linkage::GetSimplifiedCDescriptor(zone(), builder.Build()); in CallCFunction1WithCallerSavedRegisters() 302 Linkage::GetSimplifiedCDescriptor(zone(), builder.Build()); in CallCFunction2() 318 Linkage::GetSimplifiedCDescriptor(zone(), builder.Build()); in CallCFunction3() 333 Linkage::GetSimplifiedCDescriptor(zone(), builder.Build()); in CallCFunction3WithCallerSavedRegisters() 352 Linkage::GetSimplifiedCDescriptor(zone(), builder.Build()); in CallCFunction4() 371 Linkage::GetSimplifiedCDescriptor(zone(), builder.Build()); in CallCFunction5() 391 Linkage::GetSimplifiedCDescriptor(zone(), builder.Build()); in CallCFunction6() 415 Linkage::GetSimplifiedCDescriptor(zone(), builder.Build()); in CallCFunction8() [all …]
|
D | c-linkage.cc | 146 CallDescriptor* Linkage::GetSimplifiedCDescriptor( in GetSimplifiedCDescriptor() function in v8::internal::compiler::Linkage
|
D | linkage.h | 404 static CallDescriptor* GetSimplifiedCDescriptor( in NON_EXPORTED_BASE()
|
D | simd-scalar-lowering.cc | 686 Linkage::GetSimplifiedCDescriptor(zone(), sig_builder.Build()); in BuildF64Trunc()
|
D | code-assembler.cc | 1273 auto call_descriptor = Linkage::GetSimplifiedCDescriptor(zone(), signature); in CallCFunctionN()
|
D | effect-control-linearizer.cc | 3402 Linkage::GetSimplifiedCDescriptor(graph()->zone(), builder.Build()); in LowerCheckEqualsInternalizedString()
|
D | wasm-compiler.cc | 2505 Linkage::GetSimplifiedCDescriptor(mcgraph()->zone(), sig); in BuildCCall()
|