HomeSort by relevance Sort by last modified time
    Searched refs:Static (Results 51 - 75 of 135) sorted by null

1 23 4 5 6

  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.cc 42 #include "static_vars.h" // for Static
441 const size_t osize = Static::sizemap()->class_to_size(span->sizeclass);
458 static void RecordGrowth(size_t growth) {
459 StackTrace* t = Static::stacktrace_allocator()->New();
462 t->stack[kMaxStackDepth-1] = reinterpret_cast<void*>(Static::growth_stacks());
463 Static::set_growth_stacks(t);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.cc 42 #include "static_vars.h" // for Static
380 const size_t osize = Static::sizemap()->class_to_size(span->sizeclass);
397 static void RecordGrowth(size_t growth) {
398 StackTrace* t = Static::stacktrace_allocator()->New();
401 t->stack[kMaxStackDepth-1] = reinterpret_cast<void*>(Static::growth_stacks());
402 Static::set_growth_stacks(t);
  /external/chromium_org/tools/gn/
file_template_unittest.cc 12 TEST(FileTemplate, Static) {
  /external/clang/test/CXX/expr/expr.prim/expr.prim.general/
p3-0x.cpp 108 namespace Static {
112 static auto f() -> decltype(m); // expected-error{{'this' cannot be implicitly used in a static member function declaration}}
113 static auto g() -> decltype(this->m); // expected-error{{'this' cannot be used in a static member function declaration}}
115 static int h();
117 static int i() noexcept(noexcept(m + 2)); // expected-error{{'this' cannot be implicitly used in a static member function declaration}}
120 auto X1::h() -> decltype(m) { return 0; } // expected-error{{'this' cannot be implicitly used in a static member function declaration}}
127 static T f(int)
    [all...]
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCTargetDesc.cpp 37 static MCInstrInfo *createXCoreMCInstrInfo() {
43 static MCRegisterInfo *createXCoreMCRegisterInfo(StringRef TT) {
49 static MCSubtargetInfo *createXCoreMCSubtargetInfo(StringRef TT, StringRef CPU,
56 static MCAsmInfo *createXCoreMCAsmInfo(const MCRegisterInfo &MRI,
67 static MCCodeGenInfo *createXCoreMCCodeGenInfo(StringRef TT, Reloc::Model RM,
72 RM = Reloc::Static;
84 static MCInstPrinter *createXCoreMCInstPrinter(const Target &T,
129 static MCStreamer *
140 // Force static initialization.
  /external/llvm/tools/llvm-lto/
llvm-lto.cpp 29 static cl::opt<bool>
33 static cl::opt<bool>
37 static cl::opt<bool>
41 static cl::list<std::string>
45 static cl::opt<std::string>
50 static cl::list<std::string>
55 static cl::list<std::string>
88 case Reloc::Static:
  /frameworks/compile/libbcc/lib/Support/
CompilerConfig.cpp 179 setRelocationModel(llvm::Reloc::Static);
  /frameworks/native/libs/binder/
IBatteryStats.cpp 23 #include <private/binder/Static.h>
BufferedTextOutput.cpp 26 #include <private/binder/Static.h>
87 static mutex_t gMutex;
89 static thread_store_t tls;
105 static volatile int32_t gSequence = 0;
107 static volatile int32_t gFreeBufferIndex = -1;
109 static int32_t allocBufferIndex()
130 static void freeBufferIndex(int32_t idx)
IAppOpsService.cpp 25 #include <private/binder/Static.h>
  /external/llvm/bindings/ocaml/target/
llvm_target.ml 27 | Static
  /system/core/libutils/
Android.mk 35 Static.cpp \
77 # For the device, static
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
NetworkActivity.java 42 import com.android.tv.settings.dialog.Layout.Static;
58 private static final boolean DEBUG = false;
59 private static final String TAG = "NetworkActivity";
60 private static final int REQUEST_CODE_ADVANCED_OPTIONS = 1;
61 private static final int WIFI_REFRESH_INTERVAL_CAP_MILLIS = 15 * 1000;
159 (ipConfiguration.getProxySettings() == ProxySettings.STATIC) ?
163 (ipConfiguration.getIpAssignment() == IpAssignment.STATIC) ?
218 private static final int NUMBER_SIGNAL_LEVELS = 4;
219 private static final int ACTION_WIFI_FORGET_NETWORK = 1;
220 private static final int ACTION_WIFI_PROXY_SETTINGS = 4
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
InputsActivity.java 37 import com.android.tv.settings.dialog.Layout.Static;
55 private static final String TAG = "InputsActivity";
56 private static final boolean DEBUG = false;
58 private static final int ACTION_EDIT_LABEL = 0;
59 private static final int ACTION_CUSTOM_LABEL = 1;
60 private static final int ACTION_HIDE = 2;
61 private static final int ACTION_HDMI_CONTROL = 3;
62 private static final int ACTION_DEVICE_AUTO_OFF = 4;
63 private static final int ACTION_TV_AUTO_ON = 5;
65 private static final String KEY_ID = "id"
    [all...]
  /external/chromium_org/v8/tools/
codemap.js 46 * Static code entries. Used for statically compiled code.
51 * Libraries entries. Used for the whole static code libraries.
56 * Map of memory pages occupied with static code.
126 * Adds a static code entry.
183 * Finds a code entry that contains the specified address. Both static and
191 // Static code entries can contain "holes" of unnamed code.
241 * Returns an array of all static code entries.
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 49 clEnumValN(Reloc::Static, "static",
222 static inline TargetOptions InitTargetOptionsFromCodeGenFlags() {
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.cpp 37 static MCInstrInfo *createAArch64MCInstrInfo() {
43 static MCSubtargetInfo *
54 static MCRegisterInfo *createAArch64MCRegisterInfo(StringRef Triple) {
60 static MCAsmInfo *createAArch64MCAsmInfo(const MCRegisterInfo &MRI,
80 static MCCodeGenInfo *createAArch64MCCodeGenInfo(StringRef TT, Reloc::Model RM,
101 // On ELF platforms the default static relocation model has a smart enough
105 RM = Reloc::Static;
112 static MCInstPrinter *createAArch64MCInstPrinter(const Target &T,
126 static MCStreamer *createMCStreamer(const Target &T, StringRef TT,
140 // Force static initialization
    [all...]
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 39 static cl::opt<bool>
43 static cl::opt<bool>
46 static cl::opt<bool>
56 static cl::opt<AlignMode>
75 static cl::opt<ITMode>
86 static std::string computeDataLayout(ARMSubtarget &ST) {
262 // Keep a pointer to static instruction cost data for the specified CPU.
368 if (RelocM == Reloc::Static)
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.cpp 46 static inline StringRef selectMipsCPU(StringRef TT, StringRef CPU) {
58 static MCInstrInfo *createMipsMCInstrInfo() {
64 static MCRegisterInfo *createMipsMCRegisterInfo(StringRef TT) {
70 static MCSubtargetInfo *createMipsMCSubtargetInfo(StringRef TT, StringRef CPU,
78 static MCAsmInfo *createMipsMCAsmInfo(const MCRegisterInfo &MRI, StringRef TT) {
88 static MCCodeGenInfo *createMipsMCCodeGenInfo(StringRef TT, Reloc::Model RM,
93 RM = Reloc::Static;
100 static MCInstPrinter *createMipsMCInstPrinter(const Target &T,
109 static MCStreamer *createMCStreamer(const Target &T, StringRef TT,
125 static MCStreamer
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSubtarget.cpp 36 static cl::opt<bool> Mixed16_32(
43 static cl::opt<bool> Mips_Os16(
50 static cl::opt<bool>
55 static cl::opt<bool>
63 static StringRef selectMipsCPU(Triple TT, StringRef CPU) {
75 static std::string computeDataLayout(const MipsSubtarget &ST) {
176 UseSmallSection = !IsLinux && (RM == Reloc::Static);
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 44 static MCInstrInfo *createPPCMCInstrInfo() {
50 static MCRegisterInfo *createPPCMCRegisterInfo(StringRef TT) {
62 static MCSubtargetInfo *createPPCMCSubtargetInfo(StringRef TT, StringRef CPU,
69 static MCAsmInfo *createPPCMCAsmInfo(const MCRegisterInfo &MRI, StringRef TT) {
89 static MCCodeGenInfo *createPPCMCCodeGenInfo(StringRef TT, Reloc::Model RM,
99 RM = Reloc::Static;
157 static MCStreamer *createMCStreamer(const Target &T, StringRef TT,
176 static MCStreamer *
188 static MCInstPrinter *createPPCMCInstPrinter(const Target &T,
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 36 static std::string getDataLayoutString(const PPCSubtarget &ST) {
213 // We never have stubs if HasLazyResolverStubs=false or if in static mode.
214 if (!HasLazyResolverStubs || TM.getRelocationModel() == Reloc::Static)
242 static bool needsAggressiveScheduling(unsigned Directive) {
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 80 static unsigned Map[SystemZ::NUM_TARGET_REGS];
81 static bool Initialized = false;
97 static MCAsmInfo *createSystemZMCAsmInfo(const MCRegisterInfo &MRI,
108 static MCInstrInfo *createSystemZMCInstrInfo() {
114 static MCRegisterInfo *createSystemZMCRegisterInfo(StringRef TT) {
120 static MCSubtargetInfo *createSystemZMCSubtargetInfo(StringRef TT,
128 static MCCodeGenInfo *createSystemZMCCodeGenInfo(StringRef TT, Reloc::Model RM,
133 // Static code is suitable for use in a dynamic executable; there is no
136 RM = Reloc::Static;
175 static MCInstPrinter *createSystemZMCInstPrinter(const Target &T
    [all...]
  /external/llvm/lib/Target/
TargetMachineC.cpp 113 RM = Reloc::Static;
183 static LLVMBool LLVMTargetMachineEmit(LLVMTargetMachineRef T, LLVMModuleRef M,
  /external/llvm/lib/Target/X86/
X86Subtarget.cpp 41 static cl::opt<bool>
56 // Direct static reference to label.
150 // Direct static reference to global.
182 return isTargetELF() || TM.getRelocationModel() == Reloc::Static;
300 static std::string computeDataLayout(const X86Subtarget &ST) {

Completed in 1747 milliseconds

1 23 4 5 6