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

  /external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
ServerConfig.php 54 * Generated from protobuf field <code>repeated int32 core_list = 10;</code>
56 private $core_list; variable
242 * Generated from protobuf field <code>repeated int32 core_list = 10;</code>
247 return $this->core_list;
253 * Generated from protobuf field <code>repeated int32 core_list = 10;</code>
260 $this->core_list = $arr; variable
ClientConfig.php 71 * Generated from protobuf field <code>repeated int32 core_list = 13;</code>
73 private $core_list; variable
359 * Generated from protobuf field <code>repeated int32 core_list = 13;</code>
364 return $this->core_list;
370 * Generated from protobuf field <code>repeated int32 core_list = 13;</code>
377 $this->core_list = $arr; variable
  /external/grpc-grpc/src/ruby/qps/src/proto/grpc/testing/
control_pb.rb 43 repeated :core_list, :int32, 13
70 repeated :core_list, :int32, 10
  /art/compiler/optimizing/
code_generator_arm64.cc 178 CPURegList core_list = CPURegList(CPURegister::kRegister, kXRegSize, core_spills); local
186 int64_t core_spill_size = core_list.GetTotalSizeInBytes();
191 if (((core_list.GetCount() > 1) || (fp_list.GetCount() > 1)) &&
205 __ StoreCPURegList(core_list, MemOperand(base, spill_offset));
208 __ LoadCPURegList(core_list, MemOperand(base, spill_offset));
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
Control.cs     [all...]

Completed in 445 milliseconds