Searched defs:HasBeenRegistered (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/profile/
H A DInstrProfilingFile.c500 static int HasBeenRegistered = 0; local
502 if (HasBeenRegistered)
507 HasBeenRegistered = 1;
/external/v8/src/crankshaft/
H A Dlithium.h503 DCHECK(!HasBeenRegistered());
508 bool HasBeenRegistered() const { function in class:v8::internal::final

Completed in 151 milliseconds