Lines Matching refs:MemoryLowering
28 class MemoryLowering::AllocationGroup final : public ZoneObject {
61 MemoryLowering::MemoryLowering(JSGraph* jsgraph, Zone* zone,
76 Zone* MemoryLowering::graph_zone() const { return graph()->zone(); }
78 Reduction MemoryLowering::Reduce(Node* node) {
107 void MemoryLowering::EnsureAllocateOperator() {
120 Node* MemoryLowering::GetWasmInstanceNode() {
135 Reduction MemoryLowering::ReduceAllocateRaw(
376 Reduction MemoryLowering::ReduceLoadFromObject(Node* node) {
398 Reduction MemoryLowering::ReduceLoadElement(Node* node) {
409 Node* MemoryLowering::DecodeExternalPointer(
454 Reduction MemoryLowering::ReduceLoadMap(Node* node) {
470 Reduction MemoryLowering::ReduceLoadField(Node* node) {
501 Reduction MemoryLowering::ReduceStoreToObject(Node* node,
522 Reduction MemoryLowering::ReduceStoreElement(Node* node,
538 Reduction MemoryLowering::ReduceStoreField(Node* node,
573 Reduction MemoryLowering::ReduceStore(Node* node,
590 Node* MemoryLowering::ComputeIndex(ElementAccess const& access, Node* index) {
630 Reduction MemoryLowering::ReduceAllocateRaw(Node* node) {
637 WriteBarrierKind MemoryLowering::ComputeWriteBarrierKind(
656 MemoryLowering::AllocationGroup::AllocationGroup(Node* node,
665 MemoryLowering::AllocationGroup::AllocationGroup(Node* node,
674 void MemoryLowering::AllocationGroup::Add(Node* node) {
678 bool MemoryLowering::AllocationGroup::Contains(Node* node) const {
696 MemoryLowering::AllocationState::AllocationState()
702 MemoryLowering::AllocationState::AllocationState(AllocationGroup* group,
709 MemoryLowering::AllocationState::AllocationState(AllocationGroup* group,
714 bool MemoryLowering::AllocationState::IsYoungGenerationAllocation() const {