Lines Matching refs:index
387 base::Optional<ObjectRef> RawInobjectPropertyAt(FieldIndex index) const;
389 // Return the element at key {index} if {index} is known to be an own data
394 const FixedArrayBaseRef& elements_ref, uint32_t index,
401 uint32_t index) const;
403 // Return the value of the property identified by the field {index}
404 // if {index} is known to be an own data property of the object.
409 Representation field_representation, FieldIndex index,
412 // Return the value of the dictionary property at {index} in the dictionary
413 // if {index} is known to be an own data property of the object.
415 InternalIndex index, CompilationDependencies* dependencies) const;
513 // Only returns a value if the index is valid for this ContextRef.
514 base::Optional<ObjectRef> get(int index) const;
573 MapRef GetFunctionMapFromIndex(int index) const;
621 FeedbackCellRef GetClosureFeedbackCell(int index) const;
676 int GetInObjectPropertyOffset(int index) const;
841 // Return the element at key {index} if the array has a copy-on-write elements
842 // storage and {index} is known to be an own data property.
846 uint32_t index) const;
918 base::Optional<ObjectRef> GetCharAsStringOrUndefined(uint32_t index) const;
925 base::Optional<uint16_t> GetChar(int index) const;