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

/external/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/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/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;

Completed in 243 milliseconds