OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsEnqueued
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/
IfConversion.cpp
91
///
IsEnqueued
- True if BB has been enqueued to be ifcvt'ed.
108
bool
IsEnqueued
: 1;
123
IsAnalyzed(false),
IsEnqueued
(false), IsBrAnalyzable(false),
318
BBI.
IsEnqueued
= false;
319
if (!BBI.
IsEnqueued
)
322
BBI.
IsEnqueued
= false;
[
all
...]
/art/runtime/gc/collector/
mark_sweep.cc
[
all
...]
/art/runtime/gc/
heap.h
235
bool
IsEnqueued
(mirror::Object* ref) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
heap.cc
[
all
...]
Completed in 322 milliseconds