HomeSort by relevance Sort by last modified time
    Searched defs:PatternMatch (Results 1 - 2 of 2) sorted by null

  /art/runtime/jdwp/
jdwp_event.cc 357 static bool PatternMatch(const char* pattern, const std::string& target) {
402 if (!PatternMatch(pMod->classMatch.classPattern, basket->className)) {
407 if (PatternMatch(pMod->classMatch.classPattern, basket->className)) {
    [all...]
  /external/llvm/include/llvm/Support/
PatternMatch.h 1 //===-- llvm/Support/PatternMatch.h - Match on the LLVM IR ------*- C++ -*-===//
39 namespace PatternMatch {
    [all...]

Completed in 1617 milliseconds