JITContext.newArrayAccess

Accessing an array or pointer through an index.

  1. JITLValue newArrayAccess(JITLocation loc, JITRValue ptr, JITRValue index)
    class JITContext
  2. JITLValue newArrayAccess(JITRValue ptr, JITRValue index)

Parameters

loc JITLocation

The source location, if any.

ptr JITRValue

The pointer or array.

index JITRValue

The index within the array.

Meta