OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestAllFlags
(Results
1 - 4
of
4
) sorted by null
/art/runtime/entrypoints/quick/
quick_jni_entrypoints.cc
55
} else if (UNLIKELY(self->
TestAllFlags
())) {
/art/runtime/interpreter/
interpreter_goto_table_impl.cc
256
if (UNLIKELY(self->
TestAllFlags
())) {
275
if (UNLIKELY(self->
TestAllFlags
())) {
295
if (UNLIKELY(self->
TestAllFlags
())) {
314
if (UNLIKELY(self->
TestAllFlags
())) {
332
if (UNLIKELY(self->
TestAllFlags
())) {
638
if (UNLIKELY(self->
TestAllFlags
())) {
650
if (UNLIKELY(self->
TestAllFlags
())) {
662
if (UNLIKELY(self->
TestAllFlags
())) {
674
if (UNLIKELY(self->
TestAllFlags
())) {
686
if (UNLIKELY(self->
TestAllFlags
())) {
[
all
...]
interpreter_switch_impl.cc
25
if (UNLIKELY(self->
TestAllFlags
())) { \
182
if (UNLIKELY(self->
TestAllFlags
())) {
198
if (UNLIKELY(self->
TestAllFlags
())) {
215
if (UNLIKELY(self->
TestAllFlags
())) {
231
if (UNLIKELY(self->
TestAllFlags
())) {
246
if (UNLIKELY(self->
TestAllFlags
())) {
552
if (UNLIKELY(self->
TestAllFlags
())) {
563
if (UNLIKELY(self->
TestAllFlags
())) {
574
if (UNLIKELY(self->
TestAllFlags
())) {
585
if (UNLIKELY(self->
TestAllFlags
())) {
[
all
...]
/art/runtime/
thread.h
769
bool
TestAllFlags
() const {
[
all
...]
Completed in 1504 milliseconds