HomeSort by relevance Sort by last modified time
    Searched defs:Verify (Results 51 - 75 of 81) sorted by null

1 23 4

  /external/chromium_org/v8/src/
heap-inl.h 607 // Verify() is inline to avoid ifdef-s around its calls in release
609 void ExternalStringTable::Verify() {
636 Verify();
assembler.cc 854 void RelocInfo::Verify(Isolate* isolate) {
    [all...]
full-codegen.cc 440 // In debug builds, mark the return so we can verify that this function
    [all...]
lithium-allocator.cc 86 void LiveRange::Verify() const {
344 Verify();
345 result->Verify();
    [all...]
spaces.cc     [all...]
hydrogen-instructions.cc 199 Verify();
262 Verify();
274 Verify();
290 void Range::Verify() const {
305 Verify();
743 void HInstruction::Verify() {
744 // Verify that input operands are defined before use.
767 // Verify that instructions that may have side-effects are followed
773 // Verify that instructions that can be eliminated by GVN have overridden
778 // Verify that all uses are in the graph
    [all...]
heap.cc 416 Verify();
595 Verify();
    [all...]
hydrogen.cc 462 void HBasicBlock::Verify() {
561 void HGraph::Verify(bool do_full_verify) const {
568 block->Verify();
577 current->Verify();
597 phi->Verify();
    [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 55 VerifyDiagnosticConsumer &Verify;
59 VerifyFileTracker(VerifyDiagnosticConsumer &Verify, SourceManager &SM)
60 : Verify(Verify), SM(SM) { }
67 Verify.UpdateParsedFileStatus(SM, SM.getFileID(Loc),
836 llvm::report_fatal_error(Twine("-verify directives found after rather"
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFCompileUnit.cpp 313 DWARFCompileUnit::Verify(Stream *s) const
    [all...]
  /art/runtime/
dex_file_verifier.cc 127 bool DexFileVerifier::Verify(const DexFile* dex_file, const byte* begin, size_t size,
130 if (!verifier->Verify()) {
251 // Compute and verify the checksum in the header.
753 // try_items are 4-byte aligned. Verify the spacer is 0.
    [all...]
  /external/chromium_org/net/cert/
cert_verify_proc_unittest.cc 122 int Verify(X509Certificate* cert,
128 return verify_proc_->Verify(cert, hostname, flags, crl_set,
152 Verify(google_full_chain.get(),
184 int error = Verify(comodo_chain.get(),
209 int error = Verify(paypal_null_cert.get(),
261 int error = Verify(cert.get(),
300 int error = Verify(cert_chain.get(),
322 Verify(cert.get(), "127.0.0.1", 0, NULL, empty_cert_list_, &verify_result);
396 int error = Verify(cert_chain.get(),
456 int error = Verify(cert_chain.get()
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 38 bool DIDescriptor::Verify() const {
40 (DIDerivedType(DbgNode).Verify() ||
41 DICompositeType(DbgNode).Verify() || DIBasicType(DbgNode).Verify() ||
42 DIVariable(DbgNode).Verify() || DISubprogram(DbgNode).Verify() ||
43 DIGlobalVariable(DbgNode).Verify() || DIFile(DbgNode).Verify() ||
44 DICompileUnit(DbgNode).Verify() || DINameSpace(DbgNode).Verify() ||
    [all...]
  /art/compiler/driver/
compiler_driver.cc 530 // references with actual offsets. We cannot re-verify such instructions.
611 LOG(INFO) << "Verify none mode specified, skipping verification.";
616 Verify(class_loader, dex_files, thread_pool, timings);
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc 256 if (verifier.Verify()) {
300 verifier->Verify();
369 Verify();
390 bool success = Verify();
420 bool success = Verify();
433 bool MethodVerifier::Verify() {
478 // class change and instantiation errors into soft verification errors so that we re-verify
611 // Iterate over each of the handlers to verify target addresses.
    [all...]
  /external/chromium_org/content/browser/appcache/
appcache_update_job_unittest.cc 333 void SetVerifyProgressEvents(bool verify) {
334 verify_progress_events_ = verify;
405 static void Verify() {
513 static void Verify() {
662 // Verify state.
667 // Verify notifications.
713 // Verify state after starting an update.
718 // Verify notifications.
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnection_unittest.cc 237 // Verify the CreateDtmfSender interface
261 // We don't need to verify that the DTMF tones are actually sent out because
269 observer->Verify(tones);
514 void Verify(const std::vector<std::string>& tones) const {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
scardssp.h     [all...]
ntsecpkg.h     [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 905 milliseconds

1 23 4