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 199 req.SetKind(DeoptimizationRequest::kFullDeoptimization);
206 req.SetKind(DeoptimizationRequest::kRegisterForEvent);
281 req.SetKind(DeoptimizationRequest::kFullUndeoptimization);
288 req.SetKind(DeoptimizationRequest::kUnregisterForEvent);
    [all...]
  /art/runtime/
debugger.cc     [all...]
debugger.h 166 void SetKind(Kind kind) {

Completed in 210 milliseconds