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

  /external/pixman/pixman/
pixman-implementation.c 62 pixman_fast_path_t fast_path; member in struct:__anon26187::__anon26188
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...]
  /art/compiler/dex/
dex_to_dex_compiler.cc 219 bool fast_path = driver_.ComputeInstanceFieldInfo(field_idx, &unit_, field_offset, local
221 if (fast_path && !is_volatile && IsUint(16, field_offset)) {
249 bool fast_path = driver_.ComputeInvokeInfo(&unit_, dex_pc, invoke_type, local
254 if (fast_path && original_invoke_type == invoke_type) {
mir_dataflow.cc 1222 bool fast_path = local
    [all...]
  /art/compiler/dex/quick/arm/
call_arm.cc 133 bool fast_path = FastInstance(field_idx, field_offset, is_volatile, false); local
134 if (!fast_path || !(mir->optimization_flags & MIR_IGNORE_NULL_CHECK)) {
158 bool fast_path = FastInstance(field_idx, field_offset, is_volatile, false); local
159 if (!fast_path || !(mir->optimization_flags & MIR_IGNORE_NULL_CHECK)) {
  /art/compiler/dex/quick/
gen_common.cc 339 bool fast_path = cu_->compiler_driver->ComputeStaticFieldInfo( local
342 if (fast_path && !SLOW_FIELD_PATH) {
425 bool fast_path = cu_->compiler_driver->ComputeStaticFieldInfo( local
428 if (fast_path && !SLOW_FIELD_PATH) {
629 bool fast_path = FastInstance(field_idx, field_offset, is_volatile, false); local
631 if (fast_path && !SLOW_FIELD_PATH) {
690 bool fast_path = FastInstance(field_idx, field_offset, is_volatile, local
692 if (fast_path && !SLOW_FIELD_PATH) {
    [all...]
gen_invoke.cc 1373 bool fast_path = local
    [all...]
  /external/chromium_org/ash/wm/
frame_painter.cc 124 bool fast_path = (!frame_overlay_image || local
126 if (fast_path) {
    [all...]

Completed in 184 milliseconds