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

  /external/llvm/lib/Target/X86/
X86CallFrameOptimization.cpp 78 typedef DenseMap<MachineInstr *, CallContext> ContextMap;
82 bool isProfitable(MachineFunction &MF, ContextMap &CallSeqMap);
157 ContextMap &CallSeqMap) {
221 ContextMap CallSeqMap;
  /external/clang/include/clang/Analysis/
AnalysisContext.h 405 typedef llvm::DenseMap<const Decl*, AnalysisDeclContext*> ContextMap;
407 ContextMap Contexts;
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
ContextMap.java 38 /*package*/ class ContextMap<T> {
39 private static final String TAG = GattServiceConfig.TAG_PREFIX + "ContextMap";
GattService.java 102 class ClientMap extends ContextMap<IBluetoothGattCallback> {}
108 class ServerMap extends ContextMap<IBluetoothGattServerCallback> {}
    [all...]

Completed in 908 milliseconds