Home
last modified time | relevance | path

Searched refs:IsIllegal (Results 1 – 4 of 4) sorted by relevance

/external/v8/tools/clang/blink_gc_plugin/
DTracingStatus.h34 bool IsIllegal() const { return status_ == kIllegal; } in IsIllegal() function
DRecordInfo.h30 bool IsInproperlyTraced() { return traced_ && NeedsTracing().IsIllegal(); } in IsInproperlyTraced()
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/
DMockMethodInterceptor.java124 InterceptedInvocation.SuperMethod.IsIllegal.INSTANCE in interceptAbstract()
DInterceptedInvocation.java162 enum IsIllegal implements SuperMethod { enum