HomeSort by relevance Sort by last modified time
    Searched refs:soa (Results 76 - 99 of 99) sorted by null

1 2 34

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.c 242 if (info->output_mode == TGSI_OUTPUT_COMPONENTWISE && bld_base->soa) {
265 if (info->output_mode == TGSI_OUTPUT_REPLICATE && bld_base->soa) {
lp_bld_tgsi.h 333 boolean soa; member in struct:lp_build_tgsi_context
lp_bld_tgsi_soa.c 31 * TGSI to LLVM IR translation -- SoA.
    [all...]
  /art/dex2oat/
dex2oat.cc 244 ScopedObjectAccess soa(self);
248 soa.Env()->AllocObject(WellKnownClasses::dalvik_system_PathClassLoader);
249 ScopedLocalRef<jobject> class_loader_local(soa.Env(),
250 soa.Env()->AllocObject(WellKnownClasses::dalvik_system_PathClassLoader));
251 class_loader = soa.Env()->NewGlobalRef(class_loader_local.get());
366 ScopedObjectAccess soa(Thread::Current());
    [all...]
  /art/runtime/
thread.h 397 jobject CreateInternalStackTrace(const ScopedObjectAccessUnchecked& soa) const
631 void HandleUncaughtExceptions(ScopedObjectAccess& soa)
633 void RemoveFromThreadGroup(ScopedObjectAccess& soa) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
check_jni.cc 42 ScopedObjectAccess soa(self);
174 const ScopedObjectAccess& soa() { function in class:art::ScopedCheck
    [all...]
indirect_reference_table.cc 156 ScopedObjectAccess soa(Thread::Current());
class_linker.cc     [all...]
trace.cc 356 ScopedObjectAccess soa(self);
  /art/runtime/jdwp/
jdwp_main.cc 494 ScopedObjectAccess soa(thread_);
516 ScopedObjectAccess soa(thread_);
  /art/compiler/
oat_test.cc 85 ScopedObjectAccess soa(Thread::Current());
elf_writer_mclinker.cc 361 ScopedObjectAccessUnchecked soa(Thread::Current());
image_writer.cc 129 ScopedObjectAccess soa(Thread::Current());
oat_writer.cc 402 ScopedObjectAccessUnchecked soa(Thread::Current());
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.h 333 boolean soa; member in struct:lp_build_tgsi_context
lp_bld_tgsi_soa.c 31 * TGSI to LLVM IR translation -- SoA.
    [all...]
  /art/runtime/verifier/
reg_type.cc 50 ScopedObjectAccess soa(Thread::Current());
56 ScopedObjectAccess soa(Thread::Current());
62 ScopedObjectAccess soa(Thread::Current());
  /art/runtime/entrypoints/
entrypoint_utils.h 336 JValue InvokeProxyInvocationHandler(ScopedObjectAccessUnchecked& soa, const char* shorty,
  /art/runtime/gc/
heap.cc     [all...]
  /art/oatdump/
oatdump.cc 562 ScopedObjectAccess soa(Thread::Current());
620 ScopedObjectAccess soa(Thread::Current());
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 853 rdataSOA soa; \/\/ This is large; not included in the normal RDataBody definition member in union:__anon24455
    [all...]
mDNS.c 7115 const rdataSOA *const soa = (const rdataSOA *)m->rec.r.resrec.rdata->u.data; local
    [all...]
  /external/chromium/net/base/
effective_tld_names.cc     [all...]
  /external/chromium_org/net/base/registry_controlled_domains/
effective_tld_names.cc     [all...]

Completed in 2857 milliseconds

1 2 34