Home
last modified time | relevance | path

Searched refs:kEnter (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinstruction_builder.cc3386 HMonitorOperation::OperationKind::kEnter, in ProcessDexInstruction()
Dnodes.h7694 kEnter, enumerator
7718 bool IsEnter() const { return GetOperationKind() == OperationKind::kEnter; } in IsEnter()