Searched refs:slot_count (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/crypto/
H A Drsa_private_key_nss.cc161 int slot_count = item->module->loaded ? item->module->slotCount : 0; local
162 for (int i = 0; i < slot_count; i++) {
/external/chromium_org/net/cert/
H A Dnss_profile_filter_chromeos_unittest.cc27 int slot_count = item->module->loaded ? item->module->slotCount : 0; local
28 for (int i = 0; i < slot_count; i++) {
/external/chromium_org/v8/src/
H A Dliveedit.h288 int slot_count,
H A Dliveedit.cc613 int slot_count,
621 this->SetSmiValueField(kSlotNumOffset_, slot_count);
665 int slot_count = GetSlotCount(); local
666 result = isolate()->factory()->NewTypeFeedbackVector(slot_count);
712 fun->slot_count(),
608 SetInitialProperties(Handle<String> name, int start_position, int end_position, int param_num, int literal_count, int slot_count, int parent_index) argument
H A Dfactory.cc1889 Handle<TypeFeedbackVector> Factory::NewTypeFeedbackVector(int slot_count) { argument
1894 if (slot_count == 0) {
1900 slot_count, TENURED,
H A Dfactory.h608 Handle<TypeFeedbackVector> NewTypeFeedbackVector(int slot_count);
H A Dcompiler.cc286 int length = function()->slot_count();
H A Dast.h2437 int slot_count() { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/mips/
H A Dassembler-mips.h1297 // Space for trampoline slots is equal to slot_count * 2 * kInstrSize.
1309 Trampoline(int start, int slot_count) { argument
1312 free_slot_count_ = slot_count;
1313 end_ = start + slot_count * kTrampolineSlotsSize;
/external/chromium_org/ui/events/ozone/evdev/libgestures_glue/
H A Dgesture_interpreter_libevdev_cros.cc135 for (int i = 0; i < evstate->slot_count; i++) {
/external/chromium_org/v8/src/mips64/
H A Dassembler-mips64.h1334 // Space for trampoline slots is equal to slot_count * 2 * kInstrSize.
1346 Trampoline(int start, int slot_count) { argument
1349 free_slot_count_ = slot_count;
1350 end_ = start + slot_count * kTrampolineSlotsSize;
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dcompact_lang_det_impl.cc1994 int slot_count = 3; local
2011 -- slot_count;
2085 if (slot_count == 0) {

Completed in 1900 milliseconds