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:__anon24423::__anon24424
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)) {
  /external/chromium_org/ash/wm/
header_painter.cc 104 bool fast_path = (!frame_overlay_image || local
106 if (fast_path) {
  /art/compiler/dex/quick/
gen_common.cc 340 bool fast_path = cu_->compiler_driver->ComputeStaticFieldInfo( local
343 if (fast_path && !SLOW_FIELD_PATH) {
426 bool fast_path = cu_->compiler_driver->ComputeStaticFieldInfo( local
429 if (fast_path && !SLOW_FIELD_PATH) {
651 bool fast_path = FastInstance(field_idx, field_offset, is_volatile, false); local
653 if (fast_path && !SLOW_FIELD_PATH) {
712 bool fast_path = FastInstance(field_idx, field_offset, is_volatile, local
714 if (fast_path && !SLOW_FIELD_PATH) {
    [all...]
gen_invoke.cc 1374 bool fast_path = local
    [all...]

Completed in 65 milliseconds