Home
last modified time | relevance | path

Searched refs:subroutine (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/external/ow2-asm/asm-analysis/src/main/java/org/objectweb/asm/tree/analysis/
DAnalyzer.java155 Subroutine subroutine = subroutines[insnIndex]; in analyze() local
168 merge(insnIndex + 1, oldFrame, subroutine); in analyze()
172 subroutine = subroutine == null ? null : new Subroutine(subroutine); in analyze()
178 merge(insnIndex + 1, currentFrame, subroutine); in analyze()
189 merge(jumpInsnIndex, currentFrame, subroutine); in analyze()
196 merge(targetInsnIndex, currentFrame, subroutine); in analyze()
202 merge(targetInsnIndex, currentFrame, subroutine); in analyze()
209 merge(targetInsnIndex, currentFrame, subroutine); in analyze()
215 merge(targetInsnIndex, currentFrame, subroutine); in analyze()
219 if (subroutine == null) { in analyze()
[all …]
DSubroutine.java73 Subroutine(final Subroutine subroutine) { in Subroutine() argument
74 this.start = subroutine.start; in Subroutine()
75 this.localsUsed = subroutine.localsUsed.clone(); in Subroutine()
76 this.callers = new ArrayList<>(subroutine.callers); in Subroutine()
87 public boolean merge(final Subroutine subroutine) { in merge() argument
90 if (subroutine.localsUsed[i] && !localsUsed[i]) { in merge()
95 if (subroutine.start == start) { in merge()
96 for (int i = 0; i < subroutine.callers.size(); ++i) { in merge()
97 JumpInsnNode caller = subroutine.callers.get(i); in merge()
/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java67 …MethodInfo method, int pos, CodeIterator iter, Frame frame, Subroutine subroutine) throws BadBytec… in execute() argument
115 evalLoad(Type.INTEGER, iter.byteAt(pos + 1), frame, subroutine); in execute()
118 evalLoad(Type.LONG, iter.byteAt(pos + 1), frame, subroutine); in execute()
121 evalLoad(Type.FLOAT, iter.byteAt(pos + 1), frame, subroutine); in execute()
124 evalLoad(Type.DOUBLE, iter.byteAt(pos + 1), frame, subroutine); in execute()
127 evalLoad(Type.OBJECT, iter.byteAt(pos + 1), frame, subroutine); in execute()
133 evalLoad(Type.INTEGER, opcode - ILOAD_0, frame, subroutine); in execute()
139 evalLoad(Type.LONG, opcode - LLOAD_0, frame, subroutine); in execute()
145 evalLoad(Type.FLOAT, opcode - FLOAD_0, frame, subroutine); in execute()
151 evalLoad(Type.DOUBLE, opcode - DLOAD_0, frame, subroutine); in execute()
[all …]
DAnalyzer.java173 Subroutine subroutine = subroutines[pos]; in analyzeNextEntry() local
176 executor.execute(method, pos, iter, frame, subroutine); in analyzeNextEntry()
188 mergeRet(queue, iter, pos, frame, subroutine); in analyzeNextEntry()
360 …et(IntQueue queue, CodeIterator iter, int pos, Frame frame, Subroutine subroutine) throws BadBytec… in mergeRet() argument
361 if (subroutine == null) in mergeRet()
364 for (int caller:subroutine.callers()) { in mergeRet()
376 for (int index:subroutine.accessed()) { in mergeRet()
/external/skia/tests/sksl/shared/
DReservedInGLSLButAllowedInSkSL.asm.frag23 OpName %subroutine "subroutine"
56 OpDecorate %subroutine RelaxedPrecision
111 %subroutine = OpVariable %_ptr_Function_v4float Function
150 OpStore %subroutine %65
DReservedInGLSLButAllowedInSkSL.skrp17 copy_4_uniforms subroutine = colorGreen
41 copy_4_slots_unmasked $4..7 = subroutine
DReservedInGLSLButAllowedInSkSL.metal30 half4 subroutine = _uniforms.colorGreen;
31 … filter) * partition) * patch) * precise) * resource) * restrict) * shared) * smooth) * subroutine;
/external/skia/resources/sksl/shared/
DReservedInGLSLButAllowedInSkSL.sksl19 half4 subroutine = colorGreen;
33 subroutine;
/external/mesa3d/src/gallium/drivers/zink/ci/
Dzink-radv-vangogh-flakes.txt65 KHR-GL46.explicit_uniform_location.subroutine-index-loc
66 KHR-GL46.explicit_uniform_location.subroutine-index-multiple-uniforms
67 KHR-GL46.explicit_uniform_location.subroutine-loc-all-stages
68 KHR-GL46.explicit_uniform_location.subroutine-loc-arrays
69 KHR-GL46.explicit_uniform_location.subroutine-loc-arrays-mix
70 KHR-GL46.explicit_uniform_location.subroutine-loc-nondecimal
/external/arm-optimized-routines/math/tools/
Dtgamma128_gen.jl117 /* Coefficients of the polynomial used in the tgamma_large() subroutine */
130 /* Coefficients of the polynomial used in the tgamma_tiny() subroutine */
183 /* Coefficients of the polynomial used in the tgamma_central() subroutine
196 /* Coefficients of the polynomial used in the tgamma_central() subroutine
209 /* 128-bit float value of pi, used by the sin_pi_x_over_pi subroutine
/external/angle/third_party/glslang/src/Test/baseResults/
Dvulkan.frag.out40 ERROR: 0:72: 'subroutine' : not allowed when generating SPIR-V
41 ERROR: 0:72: 'subroutine' : feature not yet implemented
42 ERROR: 0:73: 'subroutine' : not allowed when generating SPIR-V
43 ERROR: 0:73: 'subroutine' : feature not yet implemented
/external/mesa3d/docs/relnotes/
D11.1.2.rst45 Segfault when compiling shader with a subroutine that takes a
48 glUniformSubroutinesuiv segfaults when subroutine uniform is bound to
63 - glsl: fix subroutine lowering reusing actual parmaters
152 - glsl: fix segfault linking subroutine uniform with explicit location
/external/deqp-deps/glslang/Test/baseResults/
Dvulkan.frag.out40 ERROR: 0:72: 'subroutine' : not allowed when generating SPIR-V
41 ERROR: 0:72: 'subroutine' : feature not yet implemented
42 ERROR: 0:73: 'subroutine' : not allowed when generating SPIR-V
43 ERROR: 0:73: 'subroutine' : feature not yet implemented
/external/ot-br-posix/third_party/mDNSResponder/
D0003-Create-subroutine-for-tearing-down-an-interface.patch7 Subject: [PATCH] Create subroutine for tearing down an interface
9 Creates a subroutine for tearing down an interface.
D0002-Create-subroutine-for-cleaning-recent-interfaces.patch7 Subject: [PATCH] Create subroutine for cleaning recent interfaces
10 interfaces into its own subroutine.
/external/mesa3d/src/mesa/main/
Dshaderobj.h189 _mesa_shader_stage_from_subroutine(GLenum subroutine) in _mesa_shader_stage_from_subroutine() argument
191 switch (subroutine) { in _mesa_shader_stage_from_subroutine()
/external/deqp-deps/glslang/Test/
D400.frag230 subroutine(subT1, subT2);
231 subroutine float subT1() { return 1.0; }
232 subroutine float subT2() { return 1.0; }
Dvulkan.frag72 subroutine int fooS; // ERROR, not in SPV
73 subroutine int fooSub(); // ERROR, not in SPV
/external/angle/third_party/glslang/src/Test/
D400.frag230 subroutine(subT1, subT2);
231 subroutine float subT1() { return 1.0; }
232 subroutine float subT2() { return 1.0; }
Dvulkan.frag72 subroutine int fooS; // ERROR, not in SPV
73 subroutine int fooSub(); // ERROR, not in SPV
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageSizeTests.cpp430 std::string GenShader(int stage, bool ms_and_1d, bool subroutine) in GenShader() argument
461 if (subroutine) in GenShader()
492 if (subroutine) in GenShader()
623 long Run(int stage, bool ms_and_1d, ivec4 expected_result[7], bool subroutine = false) in Run() argument
627 std::string vs = GenShader<T>(stage, ms_and_1d, subroutine); in Run()
637 std::string tcs = GenShader<T>(stage, ms_and_1d, subroutine); in Run()
650 std::string tes = GenShader<T>(stage, ms_and_1d, subroutine); in Run()
661 std::string gs = GenShader<T>(stage, ms_and_1d, subroutine); in Run()
670 std::string cs = GenShader<T>(stage, ms_and_1d, subroutine); in Run()
679 std::string fs = GenShader<T>(stage, ms_and_1d, subroutine); in Run()
/external/e2fsprogs/lib/ss/
Dct_c.sed13 # sub: <subroutine name>
80 # First, parse out the subroutine name
/external/llvm/docs/HistoricalNotes/
D2001-05-19-ExceptionResponse.txt11 > is like a subroutine because it needs to be entered from many points (end of
17 modelled as a subroutine (as java bytecodes do), which is really
/external/mesa3d/src/gallium/drivers/nouveau/ci/
Dnouveau-gf108-fails.txt49 KHR-GL43.explicit_uniform_location.subroutine-index-all-stages,Fail
50 KHR-GL43.explicit_uniform_location.subroutine-index-mix-implicit,Fail
51 KHR-GL43.explicit_uniform_location.subroutine-index-multiple-uniforms,Fail
52 KHR-GL43.explicit_uniform_location.subroutine-index-nondecimal,Fail
53 KHR-GL43.explicit_uniform_location.subroutine-loc,Fail
54 KHR-GL43.explicit_uniform_location.subroutine-loc-arrays,Fail
55 KHR-GL43.explicit_uniform_location.subroutine-loc-mix-with-implicit,Fail
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DBaseRecognizer.pm459 my ($package, $filename, $line, $subroutine) = @frame;
465 if ($subroutine eq NEXT_TOKEN_RULE_NAME) {
473 push @{$rules}, $subroutine;

12345678910>>...13