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

  /external/v8/src/builtins/
builtins-iterator-gen.cc 200 Label fast_path(this), slow_path(this), done(this);
204 Branch(IsFastJSArrayWithNoCustomIteration(iterable, context), &fast_path, local
208 BIND(&fast_path);
builtins-regexp-gen.cc     [all...]
builtins-string-gen.cc     [all...]
builtins-typed-array-gen.cc 640 Label fast_path(this), slow_path(this), done(this);
    [all...]
  /art/dex2oat/dex/
dex_to_dex_compiler.cc 436 bool fast_path = driver_.ComputeInstanceFieldInfo(field_idx, &unit_, is_put, local
438 if (fast_path && !is_volatile && IsUint<16>(field_offset.Int32Value())) {
  /external/tensorflow/tensorflow/core/kernels/
depthwise_conv_grad_op.cc 764 const bool fast_path = base_output_index <= output_last_vector_index; local
    [all...]
  /art/dex2oat/driver/
compiler_driver.cc 1349 std::pair<bool, bool> fast_path = IsFastInstanceField( local
    [all...]

Completed in 460 milliseconds