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

  /art/compiler/dex/quick/
dex_file_to_method_inliner_map.cc 51 // before we initialize the new inliner. However, we need to acquire the
52 // new inliner's lock_ before we release our lock_ to prevent another thread
53 // from using the uninitialized inliner. This requires explicit calls to
59 DexFileMethodInliner** inliner = &inliners_[dex_file]; // inserts new entry if not found local
60 if (*inliner) {
61 return *inliner;
63 *inliner = new DexFileMethodInliner;
64 DCHECK(*inliner != nullptr);
65 locked_inliner = *inliner;
66 locked_inliner->lock_.ExclusiveLock(self); // Acquire inliner's lock_ before releasing lock_
    [all...]
gen_invoke.cc 1541 auto* inliner = cu_->compiler_driver->GetMethodInlinerMap()->GetMethodInliner(dex_file); local
1565 DexFileMethodInliner* inliner = cu_->compiler_driver->GetMethodInlinerMap()->GetMethodInliner( local
    [all...]
  /external/proguard/src/proguard/preverify/
SubroutineInliner.java 57 ClassVisitor inliner = local
66 inliner =
68 inliner);
71 programClassPool.classesAccept(inliner);
  /art/compiler/optimizing/
intrinsics.cc 193 // The inliner can handle these two cases - and this is the preferred approach
282 // Quick inliner cases. Remove after refactoring. They are here so that we can use the
330 DexFileMethodInliner* inliner = driver_->GetMethodInlinerMap()->GetMethodInliner(dex_file_); local
331 DCHECK(inliner != nullptr);
341 if (inliner->IsIntrinsic(invoke->GetDexMethodIndex(), &method)) {
inliner.cc 17 #include "inliner.h"
228 HInliner inliner(callee_graph,
234 inliner.Run();
optimizing_compiler.cc 43 #include "inliner.h"
332 HInliner inliner(graph, dex_compilation_unit, dex_compilation_unit, driver, stats);
350 &inliner,
  /art/compiler/dex/
mir_method_info.cc 162 auto* inliner = (target_method.dex_file == dex_file) local
165 is_intrinsic_or_special = inliner->IsIntrinsicOrSpecial(target_method.dex_method_index);
mir_optimization.cc 1677 DexFileMethodInliner* inliner = local
    [all...]
  /external/v8/test/webkit/
dfg-inline-constant.js 25 "This tests that function inlining in the DFG JIT doesn't get confused by constants being reused between inliner and inlinee."
  /external/v8/src/compiler/
pipeline.cc 222 JSInliner inliner(info(), &jsgraph);
223 inliner.Inline();
js-inlining.cc 30 explicit InlinerVisitor(JSInliner* inliner) : inliner_(inliner) {}
  /art/compiler/
Android.mk 115 optimizing/inliner.cc \
  /art/compiler/driver/
compiler_driver.cc 2524 DexFileMethodInliner* inliner = GetMethodInlinerMap()->GetMethodInliner(dex_file); local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 

Completed in 594 milliseconds