HomeSort by relevance Sort by last modified time
    Searched refs:catch_type (Results 1 - 5 of 5) sorted by null

  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
Exception_info.java 41 * catch_type
43 * If the value of the catch_type item is nonzero, it must be a valid index into the
51 * If the value of the catch_type item is zero, this exception handler is called for
66 final int handler_pc, final int catch_type)
71 m_catch_type = catch_type;
79 ", catch_type = " + m_catch_type + ']';
  /ndk/sources/cxx-stl/gabi++/src/
call_unexpected.cc 98 const __shim_type_info* catch_type = rttip; local
101 if (!catch_type || !thrown_type) {
105 if (catch_type->can_catch(thrown_type, adjustedPtr)) {
219 const __shim_type_info* catch_type = reinterpret_cast<const __shim_type_info*>(offset);
224 catch_type,
233 if (catch_type->can_catch(bad_excp, null_adjustedPtr)) {
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /external/emma/lib/
emma.jar 

Completed in 157 milliseconds