Home | History | Annotate | Download | only in compiler

Lines Matching defs:access

18 #include "src/compiler/access-builder.h"
85 auto access = AccessBuilder::ForFixedArraySlot(index);
86 return access.offset - access.tag();
2588 // Access fixed array at {header_size - tag + func_index * kPointerSize}.
2690 auto access = AccessBuilder::ForFixedArrayElement();
2694 Int32Constant(access.header_size - access.tag()), Effect(), Control()));
3040 // Atomic operations access the memory, need to be bound checked till
3049 // Access sizes are in powers of two, calculate mod without using division
3075 // The access will be out of bounds, even for the largest memory.