Home
last modified time | relevance | path

Searched defs:subroutine (Results 1 – 10 of 10) sorted by relevance

/external/ow2-asm/asm-analysis/src/main/java/org/objectweb/asm/tree/analysis/
DAnalyzer.java155 Subroutine subroutine = subroutines[insnIndex]; in analyze() local
269 merge(insnList.indexOf(tryCatchBlock.handler), handler, subroutine); in analyze() local
376 Subroutine subroutine = jsrSubroutines.get(jsrInsn.label); in findSubroutines() local
380 findSubroutine(insnList.indexOf(jsrInsn.label), subroutine, jsrInsns); in findSubroutines() local
406 final int insnIndex, final Subroutine subroutine, final List<AbstractInsnNode> jsrInsns) in findSubroutine()
433 findSubroutine(insnList.indexOf(tableSwitchInsn.dflt), subroutine, jsrInsns); in findSubroutine() local
440 findSubroutine(insnList.indexOf(lookupSwitchInsn.dflt), subroutine, jsrInsns); in findSubroutine() local
627 private void merge(final int insnIndex, final Frame<V> frame, final Subroutine subroutine) in merge()
DSubroutine.java73 Subroutine(final Subroutine subroutine) { in Subroutine()
87 public boolean merge(final Subroutine subroutine) { in merge()
/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java67 …ecute(MethodInfo method, int pos, CodeIterator iter, Frame frame, Subroutine subroutine) throws Ba… in execute()
796 …private void evalLoad(Type expected, int index, Frame frame, Subroutine subroutine) throws BadByte… in evalLoad()
884 …private void evalStore(Type expected, int index, Frame frame, Subroutine subroutine) throws BadByt… in evalStore()
894 …private void evalWide(int pos, CodeIterator iter, Frame frame, Subroutine subroutine) throws BadBy… in evalWide()
996 private void access(int index, Type type, Subroutine subroutine) { in access()
DAnalyzer.java173 Subroutine subroutine = subroutines[pos]; in analyzeNextEntry() local
360 …mergeRet(IntQueue queue, CodeIterator iter, int pos, Frame frame, Subroutine subroutine) throws Ba… in mergeRet()
/external/mesa3d/src/mesa/main/
Dshaderobj.h189 _mesa_shader_stage_from_subroutine(GLenum subroutine) in _mesa_shader_stage_from_subroutine()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderImageSizeTests.cpp430 std::string GenShader(int stage, bool ms_and_1d, bool subroutine) in GenShader()
623 long Run(int stage, bool ms_and_1d, ivec4 expected_result[7], bool subroutine = false) in Run()
Dgl4cShaderSubroutineTests.cpp3361 for (GLint subroutine = 0; subroutine < m_n_active_subroutines; ++subroutine) in inspectProgramResourceiv() local
/external/elfutils/src/
Daddr2line.c749 Dwarf_Die subroutine; in handle_address() local
/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DMethodWriter.java1717 Label subroutine = basicBlock.outgoingEdges.nextEdge.successor; in computeMaxStackAndLocal() local
/external/mesa3d/src/compiler/glsl/
Dast.h629 unsigned subroutine:1; /**< Is this marked 'subroutine' */ member