Searched refs:outer_state (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | js-generic-lowering.cc | 277 Node* outer_state = frame_state.outer_frame_state(); in LowerJSLoadProperty() local 279 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSLoadProperty() 301 Node* outer_state = frame_state.outer_frame_state(); in LowerJSLoadNamed() local 307 } else if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSLoadNamed() 359 Node* outer_state = frame_state.outer_frame_state(); in LowerJSLoadGlobal() local 361 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSLoadGlobal() 406 Node* outer_state = frame_state.outer_frame_state(); in LowerJSSetKeyedProperty() local 408 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSSetKeyedProperty() 430 Node* outer_state = frame_state.outer_frame_state(); in LowerJSDefineKeyedOwnProperty() local 432 if (outer_state->opcode() != IrOpcode::kFrameState) { in LowerJSDefineKeyedOwnProperty() [all …]
|
D | js-create-lowering.cc | 40 FrameState outer_state{NodeProperties::GetFrameStateInput(frame_state)}; in GetArgumentsFrameState() local 41 return outer_state.frame_state_info().type() == in GetArgumentsFrameState() 43 ? outer_state in GetArgumentsFrameState()
|
D | js-call-reducer.cc | 4150 FrameState outer_state{frame_state.outer_frame_state()}; in ReduceCallOrConstructWithArrayLikeOrSpreadOfCreateArguments() local 4151 FrameStateInfo outer_info = outer_state.frame_state_info(); in ReduceCallOrConstructWithArrayLikeOrSpreadOfCreateArguments() 4154 frame_state = outer_state; in ReduceCallOrConstructWithArrayLikeOrSpreadOfCreateArguments()
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | instruction.cc | 1084 FrameStateDescriptor* outer_state) { in GetTotalConservativeFrameSizeInBytes() argument 1086 (outer_state == nullptr) in GetTotalConservativeFrameSizeInBytes() 1088 : outer_state->total_conservative_frame_size_in_bytes(); in GetTotalConservativeFrameSizeInBytes() 1101 FrameStateDescriptor* outer_state) in FrameStateDescriptor() argument 1110 type, parameters_count, locals_count, bailout_id, outer_state)), in FrameStateDescriptor() 1113 outer_state_(outer_state) {} in FrameStateDescriptor() 1180 FrameStateDescriptor* outer_state, const wasm::FunctionSig* wasm_signature) in JSToWasmFrameStateDescriptor() argument 1183 shared_info, outer_state), in JSToWasmFrameStateDescriptor()
|
D | instruction-selector.cc | 757 if (descriptor->outer_state()) { in AddInputsToFrameStateDescriptor() 759 descriptor->outer_state(), FrameState{state.outer_frame_state()}, g, in AddInputsToFrameStateDescriptor() 1078 buffer->frame_state_descriptor->outer_state(); in InitializeCallBuffer() 1085 buffer->frame_state_descriptor->outer_state(); in InitializeCallBuffer() 3284 FrameStateDescriptor* outer_state = nullptr; in GetFrameStateDescriptorInternal() local 3286 outer_state = GetFrameStateDescriptorInternal( in GetFrameStateDescriptorInternal() 3297 state_info.shared_info(), outer_state, function_info->signature()); in GetFrameStateDescriptorInternal() 3304 state_info.shared_info(), outer_state); in GetFrameStateDescriptorInternal()
|
D | instruction.h | 1389 FrameStateDescriptor* outer_state = nullptr); 1398 FrameStateDescriptor* outer_state() const { return outer_state_; } in outer_state() function 1453 FrameStateDescriptor* outer_state,
|
D | code-generator.cc | 1042 if (descriptor->outer_state() != nullptr) { in BuildTranslationForFrameStateDescriptor() 1043 BuildTranslationForFrameStateDescriptor(descriptor->outer_state(), iter, in BuildTranslationForFrameStateDescriptor()
|