Home
last modified time | relevance | path

Searched refs:jump (Results 1 – 25 of 61) sorted by relevance

123

/aosp12/art/test/537-checker-jump-over-jump/
H A DAndroid.bp3 // Build rules for ART run-test `537-checker-jump-over-jump`.
16 name: "art-run-test-537-checker-jump-over-jump",
21 ":art-run-test-537-checker-jump-over-jump-expected-stdout",
22 ":art-run-test-537-checker-jump-over-jump-expected-stderr",
31 name: "art-run-test-537-checker-jump-over-jump-expected-stdout",
32 out: ["art-run-test-537-checker-jump-over-jump-expected-stdout.txt"],
39 name: "art-run-test-537-checker-jump-over-jump-expected-stderr",
40 out: ["art-run-test-537-checker-jump-over-jump-expected-stderr.txt"],
H A Dinfo.txt1 Test for X86-64 elimination of jump over jump.
/aosp12/art/runtime/interpreter/mterp/arm/
H A Dother.S18 GOTO_OPCODE ip @ jump to next instruction
35 GOTO_OPCODE ip @ jump to next instruction
44 GOTO_OPCODE ip @ jump to next instruction
66 GOTO_OPCODE ip @ jump to next instruction
92 GOTO_OPCODE ip @ jump to next instruction
108 GOTO_OPCODE ip @ jump to next instruction
120 GOTO_OPCODE ip @ jump to next instruction
134 GOTO_OPCODE ip @ jump to next instruction
147 GOTO_OPCODE ip @ jump to next instruction
189 GOTO_OPCODE ip @ jump to next instruction
[all …]
H A Darray.S29 GOTO_OPCODE ip @ jump to next instruction
61 GOTO_OPCODE ip @ jump to next instruction
91 GOTO_OPCODE ip @ jump to next instruction
121 GOTO_OPCODE ip @ jump to next instruction
146 GOTO_OPCODE ip @ jump to next instruction
175 GOTO_OPCODE ip @ jump to next instruction
190 GOTO_OPCODE ip @ jump to next instruction
206 GOTO_OPCODE ip @ jump to next instruction
226 GOTO_OPCODE ip @ jump to next instruction
250 GOTO_OPCODE ip @ jump to next instruction
H A Darithmetic.S34 GOTO_OPCODE ip @ jump to next instruction
67 GOTO_OPCODE ip @ jump to next instruction
97 GOTO_OPCODE ip @ jump to next instruction
133 GOTO_OPCODE ip @ jump to next instruction
172 GOTO_OPCODE ip @ jump to next instruction
207 GOTO_OPCODE ip @ jump to next instruction
228 GOTO_OPCODE ip @ jump to next instruction
252 GOTO_OPCODE ip @ jump to next instruction
275 GOTO_OPCODE ip @ jump to next instruction
297 GOTO_OPCODE ip @ jump to next instruction
[all …]
H A Dobject.S16 GOTO_OPCODE ip @ jump to next instruction
35 GOTO_OPCODE ip @ jump to next instruction
H A Dcontrol_flow.S20 GOTO_OPCODE ip @ jump to next instruction
39 GOTO_OPCODE ip @ jump to next instruction
H A Dfloating_point.S23 GOTO_OPCODE ip @ jump to next instruction
/aosp12/art/runtime/interpreter/mterp/armng/
H A Dother.S13 GOTO_OPCODE ip @ jump to next instruction
22 GOTO_OPCODE ip @ jump to next instruction
41 GOTO_OPCODE ip @ jump to next instruction
100 GOTO_OPCODE ip @ jump to next instruction
112 GOTO_OPCODE ip @ jump to next instruction
126 GOTO_OPCODE ip @ jump to next instruction
139 GOTO_OPCODE ip @ jump to next instruction
169 GOTO_OPCODE ip @ jump to next instruction
199 GOTO_OPCODE ip @ jump to next instruction
210 GOTO_OPCODE ip @ jump to next instruction
[all …]
H A Darithmetic.S34 GOTO_OPCODE ip @ jump to next instruction
67 GOTO_OPCODE ip @ jump to next instruction
97 GOTO_OPCODE ip @ jump to next instruction
133 GOTO_OPCODE ip @ jump to next instruction
172 GOTO_OPCODE ip @ jump to next instruction
207 GOTO_OPCODE ip @ jump to next instruction
228 GOTO_OPCODE ip @ jump to next instruction
252 GOTO_OPCODE ip @ jump to next instruction
275 GOTO_OPCODE ip @ jump to next instruction
297 GOTO_OPCODE ip @ jump to next instruction
[all …]
H A Darray.S26 GOTO_OPCODE ip @ jump to next instruction
34 GOTO_OPCODE ip @ jump to next instruction
42 GOTO_OPCODE ip @ jump to next instruction
100 GOTO_OPCODE ip @ jump to next instruction
133 GOTO_OPCODE ip @ jump to next instruction
147 GOTO_OPCODE ip @ jump to next instruction
H A Dfloating_point.S23 GOTO_OPCODE ip @ jump to next instruction
/aosp12/frameworks/av/media/libeffects/testlibs/
H A DAudioEqualizer.cpp88 const int32_t jump = (top - bottom) / (mNumPeaking + 2); in reset() local
89 int32_t centerFreq = bottom + jump/2; in reset()
93 centerFreq += jump; in reset()
97 centerFreq += jump; in reset()
/aosp12/frameworks/base/libs/hwui/canvas/
H A DOpBuffer.h236 static constexpr auto jump = std::array<THUNK, sizeof...(I)>{[](F_PTR fp, void* t) { in do_for_each()
249 jump[static_cast<int>(header->type)](&f, it); in do_for_each()
/aosp12/bionic/libc/tools/
H A Dgenseccomp.py163 jump = [BPF_JGE.format(ranges[half].begin, len(first), 0) + ","]
164 return jump + first + second
/aosp12/frameworks/compile/mclinker/lib/Support/Windows/
H A DPathV3.inc34 // -> jump to the next not '/'
37 // -> jump to the next not '/'
/aosp12/art/test/800-smali/smali/
H A Db_27799205_1.smali18 # Conditional jump so we have a merge point.
H A Db_27799205_2.smali18 # Conditional jump so we have a merge point.
H A Db_27799205_4.smali20 # Conditional jump so we have a merge point.
H A Db_27799205_5.smali20 # Conditional jump so we have a merge point.
H A Db_27799205_3.smali20 # Conditional jump so we have a merge point.
/aosp12/frameworks/compile/mclinker/lib/Support/Unix/
H A DPathV3.inc40 // -> jump to the next not '/'
43 // -> jump to the next not '/'
/aosp12/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dbootparam.h72 __u16 jump; member
/aosp12/art/test/115-native-bridge/
H A Dexpected-stdout.txt81 handling second SIGSEGV, will jump back to test function
/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
H A DLoaderDicom.java158 int jump = (int) readTag(e); in read() local
164 mMappedByteBuffer.position(mMappedByteBuffer.position() - jump); in read()

123