Searched refs:CEntryStubConstant (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/compiler/ |
D | graph-assembler.cc | 54 Node* GraphAssembler::CEntryStubConstant(int result_size) { in CEntryStubConstant() function in v8::internal::compiler::GraphAssembler 55 return jsgraph()->CEntryStubConstant(result_size); in CEntryStubConstant()
|
D | js-graph.h | 38 Node* CEntryStubConstant(int result_size,
|
D | js-graph.cc | 21 Node* JSGraph::CEntryStubConstant(int result_size, SaveFPRegsMode save_doubles, in CEntryStubConstant() function in v8::internal::compiler::JSGraph
|
D | graph-assembler.h | 184 Node* CEntryStubConstant(int result_size);
|
D | effect-control-linearizer.cc | 1391 Node* result = __ Call(call_descriptor, __ CEntryStubConstant(1), value, in LowerCheckMaps() 2950 Node* result = __ Call(call_descriptor, __ CEntryStubConstant(1), in LowerStringCharCodeAt() 3097 return __ Call(call_descriptor, __ CEntryStubConstant(1), receiver, in LowerStringToUpperCaseIntl() 3661 __ Call(call_descriptor, __ CEntryStubConstant(1), object, target_map, in LowerTransitionElementsKind() 3986 __ Call(call_descriptor, __ CEntryStubConstant(1), array, target_map, in TransitionElementsTo() 4333 __ Call(call_descriptor, __ CEntryStubConstant(1), in LowerRuntimeAbort() 4865 return __ Call(call_descriptor, __ CEntryStubConstant(1), in LowerDateNow()
|
D | js-generic-lowering.cc | 127 node->InsertInput(zone(), 0, jsgraph()->CEntryStubConstant(fun->result_size)); in ReplaceWithRuntimeCall()
|
D | pipeline.cc | 1393 data->jsgraph()->CEntryStubConstant(1); in Run() 1394 data->jsgraph()->CEntryStubConstant(2); in Run()
|
D | js-typed-lowering.cc | 1495 Node* stub = jsgraph->CEntryStubConstant(1, kDontSaveFPRegs, kArgvOnStack, in ReduceBuiltin()
|
D | js-call-reducer.cc | 4735 jsgraph()->CEntryStubConstant(1, kDontSaveFPRegs, kArgvOnStack, true); in ReduceArrayPrototypeShift()
|