Lines Matching refs:HCallWithDescriptor

1941   HCallWithDescriptor* instr = Add<HCallWithDescriptor>(  in BuildToNumber()
4954 Push(Add<HCallWithDescriptor>(stub_value, 0, callable.descriptor(), in BuildForInBody()
5065 instr = New<HCallWithDescriptor>(stub_value, 0, callable.descriptor(), in VisitFunctionLiteral()
5300 HCallWithDescriptor* instr = New<HCallWithDescriptor>( in VisitVariableProxy()
5363 HInstruction* instr = New<HCallWithDescriptor>( in VisitRegExpLiteral()
6581 HCallWithDescriptor* instr = Add<HCallWithDescriptor>( in HandleGlobalVariableAssignment()
6896 HCallWithDescriptor* result = in BuildNamedGeneric()
6897 New<HCallWithDescriptor>(Code::KEYED_LOAD_IC, stub, 0, in BuildNamedGeneric()
6904 HCallWithDescriptor* result = New<HCallWithDescriptor>( in BuildNamedGeneric()
6919 HCallWithDescriptor* result = in BuildNamedGeneric()
6920 New<HCallWithDescriptor>(Code::KEYED_STORE_IC, stub, 0, in BuildNamedGeneric()
6924 HCallWithDescriptor* result; in BuildNamedGeneric()
6928 result = New<HCallWithDescriptor>( in BuildNamedGeneric()
6936 result = New<HCallWithDescriptor>( in BuildNamedGeneric()
6955 HCallWithDescriptor* result = in BuildKeyedGeneric()
6956 New<HCallWithDescriptor>(Code::KEYED_LOAD_IC, stub, 0, in BuildKeyedGeneric()
6965 HCallWithDescriptor* result = in BuildKeyedGeneric()
6966 New<HCallWithDescriptor>(Code::KEYED_STORE_IC, stub, 0, in BuildKeyedGeneric()
7723 return New<HCallWithDescriptor>(stub, argument_count, callable.descriptor(), in NewCallFunction()
7748 return New<HCallWithDescriptor>(stub, argument_count, callable.descriptor(), in NewCallFunctionViaIC()
9120 call = New<HCallWithDescriptor>( in TryInlineApiCall()
9127 call = New<HCallWithDescriptor>( in TryInlineApiCall()
9853 HInstruction* construct = New<HCallWithDescriptor>( in VisitCallNew()
10900 instr = AddUncasted<HCallWithDescriptor>(stub, 0, callable.descriptor(), \ in BuildBinaryOperation()
11299 HCallWithDescriptor* result = New<HCallWithDescriptor>( in VisitCompareOperation()
11309 New<HCallWithDescriptor>(stub, 0, callable.descriptor(), in VisitCompareOperation()
12048 HInstruction* result = New<HCallWithDescriptor>( in GenerateToInteger()
12074 HInstruction* result = New<HCallWithDescriptor>( in GenerateToString()
12088 HInstruction* result = New<HCallWithDescriptor>( in GenerateToLength()
12180 HInstruction* result = New<HCallWithDescriptor>( in GenerateSubString()
12197 New<HCallWithDescriptor>(trampoline, call->arguments()->length() - 1, in GenerateCall()