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

  /external/chromium_org/chrome/browser/lifetime/
application_lifetime.h 107 void NotifyAndTerminate(bool fast_path);
application_lifetime.cc 362 void NotifyAndTerminate(bool fast_path) {
371 if (fast_path)
  /art/compiler/dex/
mir_field_info.cc 66 std::pair<bool, bool> fast_path = compiler_driver->IsFastInstanceField( local
70 (fast_path.first ? kFlagFastGet : 0u) |
71 (fast_path.second ? kFlagFastPut : 0u);
114 std::pair<bool, bool> fast_path = compiler_driver->IsFastStaticField( local
119 (fast_path.first ? kFlagFastGet : 0u) |
120 (fast_path.second ? kFlagFastPut : 0u) |
dex_to_dex_compiler.cc 213 bool fast_path = driver_.ComputeInstanceFieldInfo(field_idx, &unit_, is_put, local
215 if (fast_path && !is_volatile && IsUint(16, field_offset.Int32Value())) {
245 bool fast_path = driver_.ComputeInvokeInfo(&unit_, dex_pc, local
250 if (fast_path && original_invoke_type == invoke_type) {
mir_dataflow.cc 1301 bool fast_path = local
    [all...]
  /external/pixman/pixman/
pixman-implementation.c 62 pixman_fast_path_t fast_path; member in struct:__anon12528::__anon12529
95 const pixman_fast_path_t *info = &(cache->cache[i].fast_path);
112 *out_func = cache->cache[i].fast_path.func;
171 cache->cache[0].fast_path.op = op;
172 cache->cache[0].fast_path.src_format = src_format;
173 cache->cache[0].fast_path.src_flags = src_flags;
174 cache->cache[0].fast_path.mask_format = mask_format;
175 cache->cache[0].fast_path.mask_flags = mask_flags;
176 cache->cache[0].fast_path.dest_format = dest_format;
177 cache->cache[0].fast_path.dest_flags = dest_flags
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_header_painter_ash.cc 76 bool fast_path = (frame_overlay_image.isNull() || local
78 if (fast_path) {
  /art/compiler/dex/quick/
gen_invoke.cc 1756 bool fast_path = method_info.FastPath(); local
    [all...]
  /art/compiler/driver/
compiler_driver.cc 1086 std::pair<bool, bool> fast_path = IsFastInstanceField( local
1139 std::pair<bool, bool> fast_path = IsFastStaticField( local
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.cpp 5397 bool fast_path = true; local
    [all...]

Completed in 1228 milliseconds