Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:access

2496     bool GetJSObjectFieldAccess(HObjectAccess* access) {
2501 *access = HObjectAccess::ForStringLength();
2504 *access = HObjectAccess::ForArrayLength(map_->elements_kind());
2506 *access = HObjectAccess::ForMapAndOffset(map_, offset);
2523 HObjectAccess access() { return access_; }
2648 HValue* BuildNamedAccess(PropertyAccessType access, BailoutId ast_id,
2716 HInstruction* BuildNamedGeneric(PropertyAccessType access, Expression* expr,