Searched refs:frame_index (Results 1 - 16 of 16) sorted by relevance

/external/llvm/lib/Target/CellSPU/
H A DSPUFrameLowering.h74 static int FItoStackOffset(int frame_index) { argument
75 return frame_index * stackSlotSize();
/external/libgsm/src/
H A Dgsm_option.c52 result = r->frame_index;
53 if (val) r->frame_index = *val;
H A Dgsm_encode.c109 s->frame_index = !s->frame_index;
110 if (s->frame_index) {
H A Dgsm_decode.c23 s->frame_index = !s->frame_index;
24 if (s->frame_index) {
H A Dgsm_implode.c119 if (s->frame_index) {
H A Dgsm_explode.c27 if (s->frame_index == 1) {
/external/v8/src/mips/
H A Ddeoptimizer-mips.cc76 int frame_index) {
75 DoComputeFrame(TranslationIterator* iterator, int frame_index) argument
/external/v8/src/
H A Ddeoptimizer.cc436 int frame_index,
464 output_[frame_index]->GetTop() + output_offset,
469 output_[frame_index]->SetFrameSlot(output_offset, input_value);
480 output_[frame_index]->GetTop() + output_offset,
489 output_[frame_index]->SetFrameSlot(output_offset, tagged_value);
493 AddDoubleValue(output_[frame_index]->GetTop() + output_offset,
495 output_[frame_index]->SetFrameSlot(output_offset, kPlaceholder);
505 output_[frame_index]->GetTop() + output_offset,
512 AddDoubleValue(output_[frame_index]->GetTop() + output_offset, value);
513 output_[frame_index]
435 DoTranslateCommand(TranslationIterator* iterator, int frame_index, unsigned output_offset) argument
[all...]
H A Dliveedit.cc1471 int frame_index = 0; local
1472 for (; frame_index < frames.length(); frame_index++) {
1473 StackFrame* frame = frames[frame_index];
1475 top_frame_index = frame_index;
1495 for (; frame_index < frames.length(); frame_index++) {
1496 StackFrame* frame = frames[frame_index];
1504 bottom_js_frame_index = frame_index;
1511 for (; frame_index < frame
[all...]
H A Ddeoptimizer.h240 void DoComputeFrame(TranslationIterator* iterator, int frame_index);
242 int frame_index,
H A Ddebug-debugger.js1902 frame_index = request.arguments.frameNumber;
1903 if (frame_index < 0 || this.exec_state_.frameCount() <= frame_index) {
1906 return this.exec_state_.frame(frame_index);
/external/v8/src/arm/
H A Ddeoptimizer-arm.cc363 int frame_index) {
389 bool is_bottommost = (0 == frame_index);
390 bool is_topmost = (output_count_ - 1 == frame_index);
391 ASSERT(frame_index >= 0 && frame_index < output_count_);
392 ASSERT(output_[frame_index] == NULL);
393 output_[frame_index] = output_frame;
405 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
415 DoTranslateCommand(iterator, frame_index, output_offset);
433 value = output_[frame_index
362 DoComputeFrame(TranslationIterator* iterator, int frame_index) argument
[all...]
/external/v8/src/ia32/
H A Ddeoptimizer-ia32.cc439 int frame_index) {
465 bool is_bottommost = (0 == frame_index);
466 bool is_topmost = (output_count_ - 1 == frame_index);
467 ASSERT(frame_index >= 0 && frame_index < output_count_);
468 ASSERT(output_[frame_index] == NULL);
469 output_[frame_index] = output_frame;
481 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
491 DoTranslateCommand(iterator, frame_index, output_offset);
509 value = output_[frame_index
438 DoComputeFrame(TranslationIterator* iterator, int frame_index) argument
[all...]
/external/v8/src/x64/
H A Ddeoptimizer-x64.cc432 int frame_index) {
458 bool is_bottommost = (0 == frame_index);
459 bool is_topmost = (output_count_ - 1 == frame_index);
460 ASSERT(frame_index >= 0 && frame_index < output_count_);
461 ASSERT(output_[frame_index] == NULL);
462 output_[frame_index] = output_frame;
474 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
484 DoTranslateCommand(iterator, frame_index, output_offset);
502 value = output_[frame_index
431 DoComputeFrame(TranslationIterator* iterator, int frame_index) argument
[all...]
/external/libgsm/inc/
H A Dprivate.h40 unsigned char frame_index; /* odd/even chaining */ member in struct:gsm_state
/external/libvpx/mkvparser/
H A Dmkvparser.hpp96 const Frame& GetFrame(int frame_index) const;

Completed in 642 milliseconds