Home | History | Annotate | Download | only in src

Lines Matching defs:access

4813       HInstruction* access;
4842 access = AddInstruction(BuildFastElementAccess(
4845 Push(access);
4848 *has_side_effects |= access->HasObservableSideEffects();
4850 access->set_position(position);
4857 access = AddInstruction(BuildFastElementAccess(
4861 access = AddInstruction(BuildStoreKeyedGeneric(object, key, val));
4863 access = AddInstruction(BuildLoadKeyedGeneric(object, key));
4866 access = AddInstruction(BuildExternalArrayElementAccess(
4869 *has_side_effects |= access->HasObservableSideEffects();
4870 access->set_position(position);
4872 Push(access);
4947 Bailout("arguments access in inlined function");
5901 // access check is not enabled we assume that the function will not change