HomeSort by relevance Sort by last modified time
    Searched refs:is_recursive (Results 1 - 9 of 9) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_sync.h 39 bool is_recursive; member in struct:__tsan::SyncVar
tsan_sync.cc 46 is_recursive = 0;
tsan_rtl_mutex.cc 77 s->is_recursive = recursive;
166 } else if (!s->is_recursive) {
  /art/compiler/optimizing/
builder.cc 663 bool is_recursive = local
665 DCHECK(!is_recursive || (target_method.dex_file == dex_compilation_unit_->GetDexFile()));
737 is_recursive, string_init_offset, invoke_type, optimized_invoke_type,
    [all...]
nodes.h     [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 4243 int is_recursive = recursive_value && local
    [all...]
  /external/v8/src/
hydrogen.h 419 bool is_recursive() const { function in class:v8::internal::FINAL
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 63 !chunk()->graph()->is_recursive()) ||
    [all...]
  /external/v8/src/x87/
lithium-codegen-x87.cc 64 !chunk()->graph()->is_recursive()) ||
    [all...]

Completed in 357 milliseconds