/external/v8/test/unittests/compiler/ |
D | js-builtin-reducer-unittest.cc | 98 Node* frame_state = graph()->start(); in TEST_F() local 117 Node* frame_state = graph()->start(); in TEST_F() local 137 Node* frame_state = graph()->start(); in TEST_F() local 156 Node* frame_state = graph()->start(); in TEST_F() local 176 Node* frame_state = graph()->start(); in TEST_F() local 198 Node* frame_state = graph()->start(); in TEST_F() local 220 Node* frame_state = graph()->start(); in TEST_F() local 239 Node* frame_state = graph()->start(); in TEST_F() local 259 Node* frame_state = graph()->start(); in TEST_F() local 276 Node* frame_state = graph()->start(); in TEST_F() local [all …]
|
D | checkpoint-elimination-unittest.cc | 46 Node* frame_state = EmptyFrameState(); in TEST_F() local
|
D | js-typed-lowering-unittest.cc | 335 Node* const frame_state = EmptyFrameState(); in TEST_F() local 348 Node* const frame_state = EmptyFrameState(); in TEST_F() local 365 Node* const frame_state = EmptyFrameState(); in TEST_F() local 899 Node* const frame_state = EmptyFrameState(); in TEST_F() local 919 Node* const frame_state = EmptyFrameState(); in TEST_F() local 939 Node* const frame_state = EmptyFrameState(); in TEST_F() local
|
D | escape-analysis-unittest.cc | 444 Node* frame_state = graph()->NewNode( in TEST_F() local 484 Node* frame_state = graph()->NewNode( in TEST_F() local
|
D | liveness-analyzer-unittest.cc | 95 bool MatchAndExplain(Node* frame_state, in MatchAndExplain()
|
/external/v8/src/compiler/ |
D | js-typed-lowering.cc | 65 void ConvertInputsToNumber(Node* frame_state) { in ConvertInputsToNumber() 232 Node* CreateFrameStateForLeftInput(Node* frame_state) { in CreateFrameStateForLeftInput() 262 Node* CreateFrameStateForRightInput(Node* frame_state, Node* converted_left) { in CreateFrameStateForRightInput() 312 Node* ConvertSingleInputToNumber(Node* node, Node* frame_state) { in ConvertSingleInputToNumber() 324 Node* frame_state) { in ConvertBothInputsToNumber() 428 Node* frame_state = NodeProperties::GetFrameStateInput(node, 1); in ReduceJSAdd() local 439 Node* frame_state = NodeProperties::GetFrameStateInput(node, 1); in ReduceJSAdd() local 445 Node* frame_state = NodeProperties::GetFrameStateInput(node, 1); in ReduceJSAdd() local 498 Node* frame_state = NodeProperties::GetFrameStateInput(node, 1); in ReduceJSSubtract() local 508 Node* frame_state = NodeProperties::GetFrameStateInput(node, 1); in ReduceJSSubtract() local [all …]
|
D | js-inlining.cc | 58 Node* frame_state() { in frame_state() function in v8::internal::compiler::JSCallAccessor 76 Node* frame_state, Node* start, Node* end) { in InlineCall() 206 Node* JSInliner::CreateTailCallerFrameState(Node* node, Node* frame_state) { in CreateTailCallerFrameState() 333 for (Node* frame_state = call.frame_state(); in ReduceJSCall() local 419 Node* frame_state = call.frame_state(); in ReduceJSCall() local
|
D | effect-control-linearizer.cc | 231 Node* frame_state = nullptr; in Run() local 301 void EffectControlLinearizer::ProcessNode(Node* node, Node** frame_state, in ProcessNode() 393 Node* frame_state, in TryWireInStateEffect() 797 EffectControlLinearizer::LowerCheckBounds(Node* node, Node* frame_state, in LowerCheckBounds() 813 EffectControlLinearizer::LowerCheckTaggedPointer(Node* node, Node* frame_state, in LowerCheckTaggedPointer() 828 EffectControlLinearizer::LowerCheckTaggedSigned(Node* node, Node* frame_state, in LowerCheckTaggedSigned() 843 EffectControlLinearizer::LowerCheckedInt32Add(Node* node, Node* frame_state, in LowerCheckedInt32Add() 864 EffectControlLinearizer::LowerCheckedInt32Sub(Node* node, Node* frame_state, in LowerCheckedInt32Sub() 886 Node* frame_state, in LowerCheckedUint32ToInt32() 904 Node* frame_state, in BuildCheckedFloat64ToInt32() [all …]
|
D | js-call-reducer.cc | 131 Node* frame_state = NodeProperties::GetFrameStateInput(arg_array, 0); in ReduceFunctionPrototypeApply() local 223 Node* frame_state = NodeProperties::FindFrameStateBefore(node); in ReduceJSCallFunction() local 374 Node* frame_state = NodeProperties::FindFrameStateBefore(node); in ReduceJSCallConstruct() local
|
D | js-inlining-heuristic.cc | 70 for (Node* frame_state = NodeProperties::GetFrameStateInput(node, 0); in Reduce() local
|
D | js-create-lowering.cc | 104 Node* GetArgumentsFrameState(Node* frame_state) { in GetArgumentsFrameState() 282 Node* const frame_state = NodeProperties::GetFrameStateInput(node, 0); in ReduceJSCreateArguments() local 772 Node* frame_state) { in AllocateArguments() 794 Node* frame_state, in AllocateRestArguments() 824 Node* effect, Node* control, Node* frame_state, Node* context, in AllocateAliasedArguments()
|
D | node-properties.cc | 176 Node* frame_state) { in ReplaceFrameStateInput() 247 Node* frame_state = GetFrameStateInput(effect, 0); in FindFrameStateBefore() local
|
D | liveness-analyzer.cc | 125 Node* frame_state, BitVector* liveness) { in ClearNonLiveFrameStateSlots()
|
D | instruction-selector-impl.h | 313 Node* frame_state) { in ForDeoptimize() 330 Node* frame_state() const { in frame_state() function
|
D | js-native-context-specialization.cc | 83 Node* frame_state = NodeProperties::FindFrameStateBefore(node); in ReduceNamedAccess() local 509 Node* frame_state = NodeProperties::FindFrameStateBefore(node); in ReduceElementAccess() local 914 Node* frame_state = NodeProperties::FindFrameStateBefore(node); in ReduceSoftDeoptimize() local
|
D | js-global-object-specialization.cc | 136 Node* frame_state = NodeProperties::FindFrameStateBefore(node); in ReduceJSStoreGlobal() local
|
D | branch-elimination.cc | 87 Node* frame_state = NodeProperties::GetValueInput(node, 1); in ReduceDeoptimizeConditional() local
|
D | common-operator-reducer.cc | 126 Node* frame_state = NodeProperties::GetValueInput(node, 1); in ReduceDeoptimizeConditional() local
|
D | instruction-selector.cc | 613 Node* frame_state = in InitializeCallBuffer() local 1833 Node* frame_state) { in EmitDeoptimize() 1843 size_t input_count, InstructionOperand* inputs, Node* frame_state) { in EmitDeoptimize()
|
D | verifier.cc | 127 Node* frame_state = NodeProperties::GetFrameStateInput(node, i); in Check() local
|
D | js-intrinsic-lowering.cc | 112 Node* const frame_state = NodeProperties::GetFrameStateInput(node, 0); in ReduceDeoptimizeNow() local
|
D | raw-machine-assembler.cc | 161 Node* frame_state) { in CallNWithFrameState()
|
D | simplified-lowering.cc | 2193 Node* frame_state = node->InputAt(2); in DoJSToNumberTruncatesToFloat64() local 2277 Node* frame_state = node->InputAt(2); in DoJSToNumberTruncatesToWord32() local
|
D | wasm-compiler.cc | 2141 Node* frame_state = NodeProperties::GetFrameStateInput(value, 0); in BuildChangeTaggedToFloat64() local
|
/external/v8/test/cctest/compiler/ |
D | test-js-typed-lowering.cc | 694 Node* frame_state = R.EmptyFrameState(R.context()); in TEST() local
|