Lines Matching refs:cdesc
302 CallDescriptor* cdesc = Linkage::GetSimplifiedCDescriptor(&zone, msig); in WrapWithCFunction() local
304 return CompileGraph("wrapper", cdesc, caller.graph()); in WrapWithCFunction()
457 CallDescriptor* cdesc = Linkage::GetSimplifiedCDescriptor(&zone, &csig); in Run() local
458 RawMachineAssembler raw(isolate, &graph, cdesc); in Run()
470 CompileGraph("Compute-wrapper-const", cdesc, &graph, raw.Export()); in Run()
489 CallDescriptor* cdesc = Linkage::GetSimplifiedCDescriptor(&zone, &csig); in Run() local
490 RawMachineAssembler raw(isolate, &graph, cdesc); in Run()
502 wrapper = CompileGraph("Compute-wrapper", cdesc, &graph, raw.Export()); in Run()
585 CallDescriptor* cdesc = Linkage::GetSimplifiedCDescriptor(&zone, &csig); in CopyTwentyInt32() local
586 RawMachineAssembler raw(isolate, &graph, cdesc); in CopyTwentyInt32()
598 CompileGraph("CopyTwentyInt32-wrapper", cdesc, &graph, raw.Export()); in CopyTwentyInt32()
1101 CallDescriptor* cdesc = Linkage::GetSimplifiedCDescriptor(&zone, &csig); in MixedParamTest() local
1102 RawMachineAssembler raw(isolate, &graph, cdesc); in MixedParamTest()
1141 wrapper = CompileGraph("Select-mixed-wrapper-const", cdesc, &graph, in MixedParamTest()