Home
last modified time | relevance | path

Searched refs:current_location (Results 1 – 25 of 40) sorted by relevance

12

/aosp12/bionic/tools/versioner/src/
H A DPreprocessor.cpp284 FileLocation current_location = current->first.end; in mergeGuards() local
287 auto nextLine = [&current_location]() { in mergeGuards()
288 ++current_location.line; in mergeGuards()
289 current_location.column = 1; in mergeGuards()
292 auto nextCol = [&file_lines, &current_location, &nextLine]() { in mergeGuards()
293 if (current_location.column == file_lines[current_location.line - 1].length()) { in mergeGuards()
296 ++current_location.column; in mergeGuards()
303 while (current_location < end_location) { in mergeGuards()
305 size_t line_index = current_location.column - 1; in mergeGuards()
316 current_location.column = pos + 2; in mergeGuards()
[all …]
/aosp12/art/test/1912-get-set-local-primitive/src/art/
H A DStackTrace.java26 public final long current_location; field in StackTrace.StackFrameData
32 this.current_location = loc; in StackFrameData()
41 this.current_location, in toString()
/aosp12/art/test/1913-get-set-local-objects/src/art/
H A DStackTrace.java26 public final long current_location; field in StackTrace.StackFrameData
32 this.current_location = loc; in StackFrameData()
41 this.current_location, in toString()
/aosp12/art/test/1914-get-local-instance/src/art/
H A DStackTrace.java26 public final long current_location; field in StackTrace.StackFrameData
32 this.current_location = loc; in StackFrameData()
41 this.current_location, in toString()
/aosp12/art/test/1915-get-set-local-current-thread/src/art/
H A DStackTrace.java26 public final long current_location; field in StackTrace.StackFrameData
32 this.current_location = loc; in StackFrameData()
41 this.current_location, in toString()
/aosp12/art/test/1916-get-set-current-frame/src/art/
H A DStackTrace.java26 public final long current_location; field in StackTrace.StackFrameData
32 this.current_location = loc; in StackFrameData()
41 this.current_location, in toString()
/aosp12/art/test/1917-get-stack-frame/src/art/
H A DStackTrace.java26 public final long current_location; field in StackTrace.StackFrameData
32 this.current_location = loc; in StackFrameData()
41 this.current_location, in toString()
/aosp12/art/test/1923-frame-pop/src/art/
H A DStackTrace.java26 public final long current_location; field in StackTrace.StackFrameData
32 this.current_location = loc; in StackFrameData()
41 this.current_location, in toString()
/aosp12/art/test/1924-frame-pop-toggle/src/art/
H A DStackTrace.java26 public final long current_location; field in StackTrace.StackFrameData
32 this.current_location = loc; in StackFrameData()
41 this.current_location, in toString()
/aosp12/art/test/1925-self-frame-pop/src/art/
H A DStackTrace.java26 public final long current_location; field in StackTrace.StackFrameData
32 this.current_location = loc; in StackFrameData()
41 this.current_location, in toString()
/aosp12/art/test/1926-missed-frame-pop/src/art/
H A DStackTrace.java26 public final long current_location; field in StackTrace.StackFrameData
32 this.current_location = loc; in StackFrameData()
41 this.current_location, in toString()
/aosp12/art/test/1927-exception-event/src/art/
H A DStackTrace.java26 public final long current_location; field in StackTrace.StackFrameData
32 this.current_location = loc; in StackFrameData()
41 this.current_location, in toString()
/aosp12/art/test/1928-exception-event-exception/src/art/
H A DStackTrace.java26 public final long current_location; field in StackTrace.StackFrameData
32 this.current_location = loc; in StackFrameData()
41 this.current_location, in toString()
/aosp12/art/test/1929-exception-catch-exception/src/art/
H A DStackTrace.java26 public final long current_location; field in StackTrace.StackFrameData
32 this.current_location = loc; in StackFrameData()
41 this.current_location, in toString()
/aosp12/art/test/1935-get-set-current-frame-jit/src/art/
H A DStackTrace.java26 public final long current_location; field in StackTrace.StackFrameData
32 this.current_location = loc; in StackFrameData()
41 this.current_location, in toString()
/aosp12/art/test/1939-proxy-frames/src/art/
H A DStackTrace.java26 public final long current_location; field in StackTrace.StackFrameData
32 this.current_location = loc; in StackFrameData()
41 this.current_location, in toString()
/aosp12/art/test/1953-pop-frame/src/art/
H A DStackTrace.java26 public final long current_location; field in StackTrace.StackFrameData
32 this.current_location = loc; in StackFrameData()
41 this.current_location, in toString()
/aosp12/art/test/1954-pop-frame-jit/src/art/
H A DStackTrace.java26 public final long current_location; field in StackTrace.StackFrameData
32 this.current_location = loc; in StackFrameData()
41 this.current_location, in toString()
/aosp12/art/test/1955-pop-frame-jit-called/src/art/
H A DStackTrace.java26 public final long current_location; field in StackTrace.StackFrameData
32 this.current_location = loc; in StackFrameData()
41 this.current_location, in toString()
/aosp12/art/test/1956-pop-frame-jit-calling/src/art/
H A DStackTrace.java26 public final long current_location; field in StackTrace.StackFrameData
32 this.current_location = loc; in StackFrameData()
41 this.current_location, in toString()
/aosp12/art/test/1964-add-to-dex-classloader-file/src/art/
H A DStackTrace.java26 public final long current_location; field in StackTrace.StackFrameData
32 this.current_location = loc; in StackFrameData()
41 this.current_location, in toString()
/aosp12/art/test/1965-get-set-local-primitive-no-tables/src/art/
H A DStackTrace.java26 public final long current_location; field in StackTrace.StackFrameData
32 this.current_location = loc; in StackFrameData()
41 this.current_location, in toString()
/aosp12/art/test/1966-get-set-local-objects-no-table/src/art/
H A DStackTrace.java26 public final long current_location; field in StackTrace.StackFrameData
32 this.current_location = loc; in StackFrameData()
41 this.current_location, in toString()
/aosp12/art/test/1967-get-set-local-bad-slot/src/art/
H A DStackTrace.java26 public final long current_location; field in StackTrace.StackFrameData
32 this.current_location = loc; in StackFrameData()
41 this.current_location, in toString()
/aosp12/art/test/1968-force-early-return/src/art/
H A DStackTrace.java26 public final long current_location; field in StackTrace.StackFrameData
32 this.current_location = loc; in StackFrameData()
41 this.current_location, in toString()

12