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

  /external/clang/lib/AST/
ASTDiagnostic.cpp 583 /// SetKind - Sets the current node's type.
584 void SetKind(DiffKind Kind) {
892 Tree.SetKind(DiffTree::Type);
911 Tree.SetKind(DiffTree::Template);
    [all...]
  /art/runtime/jdwp/
jdwp_event.cc 209 req.SetKind(DeoptimizationRequest::kFullDeoptimization);
216 req.SetKind(DeoptimizationRequest::kRegisterForEvent);
293 req.SetKind(DeoptimizationRequest::kFullUndeoptimization);
300 req.SetKind(DeoptimizationRequest::kUnregisterForEvent);
    [all...]
  /art/runtime/
debugger.cc     [all...]
debugger.h 168 void SetKind(Kind kind) {

Completed in 149 milliseconds