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

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/util/
TryListBuilder.java 46 public class TryListBuilder<EH extends ExceptionHandler>
50 private final MutableTryBlock<EH> listStart;
51 private final MutableTryBlock<EH> listEnd;
54 listStart = new MutableTryBlock<EH>(0, 0);
55 listEnd = new MutableTryBlock<EH>(0, 0);
60 public static <EH extends ExceptionHandler> List<TryBlock<EH>> massageTryBlocks(
61 List<? extends TryBlock<? extends EH>> tryBlocks) {
62 TryListBuilder<EH> tlb = new TryListBuilder<EH>();
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
TryBlock.java 41 public interface TryBlock<EH extends ExceptionHandler> {
70 @Nonnull List<? extends EH> getExceptionHandlers();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/
BaseTryBlock.java 37 public abstract class BaseTryBlock<EH extends ExceptionHandler> implements TryBlock<EH> {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cfg-flags.def 125 EH edges also have ABNORMAL set for the RTL CFG. */
126 DEF_EDGE_FLAG(EH, 3)
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 40 EHFrameRelatedSections(SID EH, SID T, SID Ex)
41 : EHFrameSID(EH), TextSID(T), ExceptTabSID(Ex) {}
47 // When a module is loaded we save the SectionID of the EH frame section
49 // EH frame sections with the memory manager.
  /external/ppp/pppd/plugins/rp-pppoe/
common.c 167 #define EH(x) (x)[0], (x)[1], (x)[2], (x)[3], (x)[4], (x)[5]
212 printer(arg, " dst %02x:%02x:%02x:%02x:%02x:%02x ", EH(packet->ethHdr.h_dest));
213 printer(arg, " src %02x:%02x:%02x:%02x:%02x:%02x\n", EH(packet->ethHdr.h_source));
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 103 void MCObjectStreamer::EmitCFISections(bool EH, bool Debug) {
104 MCStreamer::EmitCFISections(EH, Debug);
105 EmitEHFrame = EH;
MCAsmStreamer.cpp 197 void EmitCFISections(bool EH, bool Debug) override;
921 void MCAsmStreamer::EmitCFISections(bool EH, bool Debug) {
922 MCStreamer::EmitCFISections(EH, Debug);
924 if (EH) {
    [all...]
MCStreamer.cpp 211 void MCStreamer::EmitCFISections(bool EH, bool Debug) {
212 assert(EH || Debug);
394 report_fatal_error("No open Win64 EH frame function!");
  /external/llvm/include/llvm/MC/
MCObjectStreamer.h 64 void EmitCFISections(bool EH, bool Debug) override;
MCStreamer.h 659 virtual void EmitCFISections(bool EH, bool Debug);
  /external/clang/lib/Driver/
Tools.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]
  /frameworks/base/media/tests/contents/media_api/music/
test_amr_ietf.amr     [all...]

Completed in 621 milliseconds