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

  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 50 unsigned SectionID, bool IsReadOnly) = 0;
  /external/llvm/tools/lli/
RecordingMemoryManager.h 56 unsigned SectionID, bool IsReadOnly);
RecordingMemoryManager.cpp 42 unsigned SectionID, bool IsReadOnly) {
  /external/v8/src/
property-details.h 112 bool IsReadOnly() { return (attributes() & READ_ONLY) != 0; }
property.h 283 bool IsReadOnly() { return details_.IsReadOnly(); }
hydrogen-instructions.cc     [all...]
ic.cc     [all...]
objects.cc 617 ASSERT(!value->IsTheHole() || result->IsReadOnly());
621 ASSERT(!value->IsTheHole() || result->IsReadOnly());
    [all...]
runtime.cc     [all...]
hydrogen-instructions.h     [all...]
hydrogen.cc     [all...]
  /external/chromium/net/base/
cert_database.h 170 bool IsReadOnly(const X509Certificate* cert) const;
cert_database_nss.cc 272 bool CertDatabase::IsReadOnly(const X509Certificate* cert) const {
  /external/llvm/lib/ExecutionEngine/MCJIT/
SectionMemoryManager.cpp 35 bool IsReadOnly) {
36 if (IsReadOnly)
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 65 unsigned SectionID, bool IsReadOnly);
92 bool IsReadOnly) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
HashList.cs 381 public bool IsReadOnly { get { return _dictionary.IsReadOnly; } }
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 237 bool IsReadOnly;
243 Check(Section.isReadOnlyData(IsReadOnly));
258 : MemMgr->allocateDataSection(Allocate, Alignment, SectionID, IsReadOnly);
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 120 unsigned SectionID, bool IsReadOnly) {
121 return Base->allocateDataSection(Size, Alignment, SectionID, IsReadOnly);
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 508 unsigned SectionID, bool IsReadOnly) {
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
certificate_manager_handler.cc     [all...]

Completed in 1086 milliseconds