Home
last modified time | relevance | path

Searched defs:frame_index (Results 1 – 12 of 12) sorted by relevance

/external/google-breakpad/src/processor/
Dstackwalker_address_list.cc78 size_t frame_index = stack->frames()->size(); in GetCallerFrame() local
Dstackwalk_common.cc262 for (int frame_index = 0; frame_index < frame_count; ++frame_index) { in PrintStack() local
626 for (int frame_index = 0; frame_index < frame_count; ++frame_index) { in PrintStackMachineReadable() local
Dstackwalker_selftest.cc352 for (unsigned int frame_index = 0; in CountCallerFrames() local
/external/v8/test/mjsunit/
Ddebug-step-4-in-frame.js56 function TestCase(frame_index, step_count, expected_final_state) { argument
/external/libvpx/libvpx/examples/
Dvp8cx_set_ref.c70 int frame_index, in encode_frame()
Dsimple_encoder.c123 int frame_index, in encode_frame()
Dset_maps.c130 int frame_index, in encode_frame()
/external/v8/src/
Ddeoptimizer.cc123 int frame_index = 0; in ConvertJSFrameIndexToFrameIndex() local
177 int frame_index = deoptimizer->ConvertJSFrameIndexToFrameIndex(jsframe_index); in DebuggerInspectableFrame() local
876 int frame_index) { in DoComputeJSFrame()
1115 int frame_index) { in DoComputeArgumentsAdaptorFrame()
1239 int frame_index) { in DoComputeConstructStubFrame()
1406 int frame_index, in DoComputeAccessorStubFrame()
1548 int frame_index) { in DoComputeCompiledStubFrame()
1932 for (int frame_index = 0; frame_index < jsframe_count(); ++frame_index) { in MaterializeHeapObjects() local
2422 int frame_index, in DoTranslateCommand()
3593 int frame_index, in DeoptimizedFrameInfo()
Dliveedit.cc1769 int frame_index = 0; in DropActivationsInActiveThreadImpl() local
/external/libgsm/inc/
Dprivate.h40 unsigned char frame_index; /* odd/even chaining */ member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1379 int frame_index = 1; in allocate_gf_group_bits() local
Dvp9_encoder.h556 static INLINE int get_chessboard_index(const int frame_index) { in get_chessboard_index()