Home
last modified time | relevance | path

Searched refs:skipOneCheck (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/opengl/tools/glgen/src/
DJniCodeEmitter.java268 index = skipOneCheck(checks, index); in isNullAllowed()
283 index = skipOneCheck(checks, index); in hasCheckTest()
299 index = skipOneCheck(checks, index); in hasCheckTest()
314 index = skipOneCheck(checks, index); in hasIfTest()
321 int skipOneCheck(String[] checks, int index) { in skipOneCheck() method in JniCodeEmitter
364 index = skipOneCheck(checks, index); in getErrorReturnValue()
380 index = skipOneCheck(checks, index); in isUnsupportedFunc()
395 index = skipOneCheck(checks, index); in isRequiresFunc()
470 index = skipOneCheck(checks, index); in emitNativeBoundsChecks()
517 index = skipOneCheck(checks, index); in emitSentinelCheck()
[all …]