HomeSort by relevance Sort by last modified time
    Searched refs:UNLIKELY (Results 26 - 50 of 192) sorted by null

12 3 4 5 6 7 8

  /art/runtime/entrypoints/quick/
quick_invoke_entrypoints.cc 37 if (UNLIKELY(method == NULL)) {
123 if (UNLIKELY(method == NULL)) {
132 if (UNLIKELY(code == NULL)) {
153 if (UNLIKELY(method == NULL)) {
156 if (UNLIKELY(method == NULL)) {
166 if (UNLIKELY(code == NULL)) {
  /external/valgrind/main/VEX/priv/
host_s390_defs.c     [all...]
  /art/runtime/
indirect_reference_table.cc 68 if (UNLIKELY(checkRef != iref)) {
155 if (UNLIKELY(begin() != end())) {
165 if (UNLIKELY(iref == NULL)) {
169 if (UNLIKELY(GetIndirectRefKind(iref) == kSirtOrInvalid)) {
177 if (UNLIKELY(idx >= topIndex)) {
184 if (UNLIKELY(table_[idx] == NULL)) {
190 if (UNLIKELY(!CheckEntry("use", iref, idx))) {
class_linker-inl.h 32 if (UNLIKELY(resolved_string == NULL)) {
44 if (UNLIKELY(resolved_type == NULL)) {
58 if (UNLIKELY(resolved_type == NULL)) {
71 if (UNLIKELY(resolved_method == NULL || resolved_method->IsRuntimeMethod())) {
86 if (UNLIKELY(resolved_field == NULL)) {
  /art/runtime/native/
java_lang_System.cc 185 if (UNLIKELY(javaSrc == NULL)) {
189 if (UNLIKELY(javaDst == NULL)) {
197 if (UNLIKELY(!srcObject->IsArrayInstance())) {
201 if (UNLIKELY(!dstObject->IsArrayInstance())) {
211 if (UNLIKELY(srcPos < 0 || dstPos < 0 || length < 0 || srcPos > srcArray->GetLength() - length || dstPos > dstArray->GetLength() - length)) {
222 if (UNLIKELY(srcComponentType != dstComponentType)) {
308 if (UNLIKELY(i != length)) {
java_lang_String.cc 27 if (UNLIKELY(javaRhs == NULL)) {
java_lang_reflect_Constructor.cc 44 if (UNLIKELY(c->IsAbstract())) {
  /art/runtime/base/
mutex-inl.h 92 if (UNLIKELY(self == NULL)) {
101 if (UNLIKELY(held_mutex != NULL)) {
122 if (UNLIKELY(self == NULL)) {
  /art/runtime/mirror/
object_array-inl.h 34 if (UNLIKELY(array == NULL)) {
43 if (UNLIKELY(!IsValidIndex(i))) {
54 if (UNLIKELY(!object->InstanceOf(element_class))) {
  /external/chromium_org/third_party/WebKit/Source/wtf/
Compiler.h 153 /* UNLIKELY */
155 #ifndef UNLIKELY
157 #define UNLIKELY(x) __builtin_expect((x), 0)
159 #define UNLIKELY(x) (x)
  /art/runtime/entrypoints/portable/
portable_throw_entrypoints.cc 78 if (UNLIKELY(reinterpret_cast<int32_t>(exception) == -1)) {
101 if (UNLIKELY(iter_exception_type == NULL)) {
  /art/runtime/interpreter/
interpreter.cc 432 if (UNLIKELY(method == NULL)) {
436 } else if (UNLIKELY(method->IsAbstract())) {
536 if (UNLIKELY(receiver == NULL)) {
545 if (UNLIKELY(method == NULL)) {
549 } else if (UNLIKELY(method->IsAbstract())) {
638 if (UNLIKELY(f == NULL)) {
647 if (UNLIKELY(obj == NULL)) {
692 if (UNLIKELY(obj == NULL)) {
    [all...]
  /art/runtime/gc/allocator/
dlmalloc.cc 64 if (UNLIKELY(rc != 0)) {
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8SupportTestInterface.h 90 if (UNLIKELY(!impl))
101 if (UNLIKELY(!impl)) {
115 if (UNLIKELY(!impl)) {
128 if (UNLIKELY(!impl)) {
V8TestCustomAccessors.h 95 if (UNLIKELY(!impl))
106 if (UNLIKELY(!impl)) {
120 if (UNLIKELY(!impl)) {
133 if (UNLIKELY(!impl)) {
V8TestEventTarget.h 90 if (UNLIKELY(!impl))
101 if (UNLIKELY(!impl)) {
115 if (UNLIKELY(!impl)) {
128 if (UNLIKELY(!impl)) {
V8TestInterface.h 96 if (UNLIKELY(!impl))
107 if (UNLIKELY(!impl)) {
121 if (UNLIKELY(!impl)) {
134 if (UNLIKELY(!impl)) {
V8TestInterfaceConstructor.h 88 if (UNLIKELY(!impl))
99 if (UNLIKELY(!impl)) {
113 if (UNLIKELY(!impl)) {
126 if (UNLIKELY(!impl)) {
V8TestInterfaceConstructor2.h 88 if (UNLIKELY(!impl))
99 if (UNLIKELY(!impl)) {
113 if (UNLIKELY(!impl)) {
126 if (UNLIKELY(!impl)) {
V8TestInterfaceConstructor3.h 88 if (UNLIKELY(!impl))
99 if (UNLIKELY(!impl)) {
113 if (UNLIKELY(!impl)) {
126 if (UNLIKELY(!impl)) {
V8TestInterfaceCustomConstructor.h 89 if (UNLIKELY(!impl))
100 if (UNLIKELY(!impl)) {
114 if (UNLIKELY(!impl)) {
127 if (UNLIKELY(!impl)) {
V8TestInterfaceEventConstructor.h 90 if (UNLIKELY(!impl))
101 if (UNLIKELY(!impl)) {
115 if (UNLIKELY(!impl)) {
128 if (UNLIKELY(!impl)) {
V8TestInterfaceEventTarget.h 90 if (UNLIKELY(!impl))
101 if (UNLIKELY(!impl)) {
115 if (UNLIKELY(!impl)) {
128 if (UNLIKELY(!impl)) {
V8TestInterfaceNamedConstructor.h 94 if (UNLIKELY(!impl))
105 if (UNLIKELY(!impl)) {
119 if (UNLIKELY(!impl)) {
132 if (UNLIKELY(!impl)) {
V8TestNamedConstructor.h 94 if (UNLIKELY(!impl))
105 if (UNLIKELY(!impl)) {
119 if (UNLIKELY(!impl)) {
132 if (UNLIKELY(!impl)) {

Completed in 323 milliseconds

12 3 4 5 6 7 8