Searched refs:NewCallConstantFunction (Results 1 - 2 of 2) sorted by relevance
/external/v8/src/crankshaft/ |
H A D | hydrogen.cc | 6190 return NewCallConstantFunction(Handle<JSFunction>::cast(info->accessor()), 7753 HInstruction* HOptimizedGraphBuilder::NewCallConstantFunction( function in class:v8::internal::HOptimizedGraphBuilder 7912 : NewCallConstantFunction(target, argument_count, 8901 result = AddInstruction(NewCallConstantFunction( 9547 NewCallConstantFunction(known_function, argument_count, 9615 call = NewCallConstantFunction(expr->target(), argument_count, 10283 HInstruction* call = NewCallConstantFunction(known_function, argument_count,
|
H A D | hydrogen.h | 2789 HInstruction* NewCallConstantFunction(Handle<JSFunction> target,
|
Completed in 234 milliseconds