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

  /external/valgrind/memcheck/tests/solaris/
pkcs11.c 15 CK_ULONG slot_count; local
16 ret = C_GetSlotList(0, NULL, &slot_count);
22 CK_SLOT_ID_PTR slots = malloc(slot_count * sizeof(CK_SLOT_ID));
28 ret = C_GetSlotList(0, slots, &slot_count);
35 for (i = 0; i < slot_count; i++) {
  /external/v8/src/compiler/
frame.h 123 int ReserveSpillSlots(size_t slot_count) {
125 spill_slot_count_ += static_cast<int>(slot_count);
126 frame_slot_count_ += static_cast<int>(slot_count);
js-generic-lowering.cc 454 int const slot_count = OpParameter<int>(node->op()); local
457 if (slot_count <= FastNewFunctionContextStub::kMaximumSlots) {
459 node->InsertInput(zone(), 1, jsgraph()->Int32Constant(slot_count));
js-operator.cc     [all...]
js-create-lowering.cc 788 int slot_count = OpParameter<int>(node->op()); local
    [all...]
js-operator.h 528 const Operator* CreateFunctionContext(int slot_count);
ast-graph-builder.cc 3173 int slot_count = scope->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; local
    [all...]
  /external/libchrome/crypto/
nss_key_util.cc 127 int slot_count = item->module->loaded ? item->module->slotCount : 0; local
128 for (int i = 0; i < slot_count; i++) {
  /external/v8/src/
type-feedback-vector-inl.h 39 int TypeFeedbackMetadata::slot_count() const { function in class:v8::internal::TypeFeedbackMetadata
92 int TypeFeedbackVector::slot_count() const { function in class:v8::internal::TypeFeedbackVector
249 return next_slot_.ToInt() < metadata()->slot_count();
type-feedback-vector.cc 72 const int slot_count = spec->slots(); local
73 const int slot_kinds_length = VectorICComputer::word_count(slot_count);
79 for (int i = 0; i < slot_count;) {
91 array->set(kSlotsCountIndex, Smi::FromInt(slot_count));
109 for (int i = 0; i < slot_count; i++) {
139 if (other_spec->slots() != slot_count()) {
143 int slots = slot_count();
168 if (other_metadata->slot_count() != slot_count()) {
172 int slots = slot_count();
235 const int slot_count = metadata->slot_count(); local
    [all...]
type-feedback-vector.h 170 // 0: slot_count
200 inline int slot_count() const;
239 // 2 + slot_count - 1: feedback slot #(slot_count-1)
256 inline int slot_count() const;
objects-printer.cc 682 int slot_count = This()->slots(); local
683 os << " - slot_count: " << slot_count; local
684 if (slot_count == 0) {
689 for (int slot = 0, name_index = 0; slot < slot_count;) {
719 os << "\n - slot_count: " << slot_count();
    [all...]
  /hardware/qcom/bootctrl/
boot_control.cpp 254 unsigned slot_count = 0; local
271 slot_count++;
274 return slot_count;
  /external/vulkan-validation-layers/tests/
vktestbinding.h 310 static VkQueryPoolCreateInfo create_info(VkQueryType type, uint32_t slot_count);
650 inline VkQueryPoolCreateInfo QueryPool::create_info(VkQueryType type, uint32_t slot_count) {
654 info.queryCount = slot_count;
  /external/v8/src/mips/
assembler-mips.h     [all...]
  /external/v8/src/mips64/
assembler-mips64.h     [all...]
  /external/v8/src/ppc/
assembler-ppc.h     [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 2933 int slot_count = scope->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; local
    [all...]
  /art/runtime/
debugger.cc 2585 int32_t slot_count = request->ReadSigned32("slot count"); local
2756 int32_t slot_count = request->ReadSigned32("slot count"); local
    [all...]

Completed in 635 milliseconds