Searched refs:jsframe_count (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/ |
D | frames.cc | 843 int jsframe_count = it.Next(); in Summarize() local 848 int i = jsframe_count; in Summarize() 953 int jsframe_count = it.Next(); in GetInlineCount() local 954 return jsframe_count; in GetInlineCount() 970 int jsframe_count = it.Next(); in GetFunctions() local 974 while (jsframe_count > 0) { in GetFunctions() 977 jsframe_count--; in GetFunctions()
|
D | deoptimizer.h | 123 int jsframe_count() const { return jsframe_count_; } in jsframe_count() function 572 Translation(TranslationBuffer* buffer, int frame_count, int jsframe_count) in Translation() argument 577 buffer_->Add(jsframe_count); in Translation()
|
D | deoptimizer.cc | 163 ASSERT_LT(jsframe_index, deoptimizer->jsframe_count()); in DebuggerInspectableFrame() 1576 int jsframe_count = it.Next(); in ComputeSlotMappingForArguments() local 1577 USE(jsframe_count); in ComputeSlotMappingForArguments() 1578 ASSERT(jsframe_count > inlined_jsframe_index); in ComputeSlotMappingForArguments()
|
D | objects.cc | 8185 int jsframe_count = iterator.Next(); in DeoptimizationInputDataPrint() local 8189 jsframe_count); in DeoptimizationInputDataPrint()
|
D | runtime.cc | 8138 int jsframes = deoptimizer->jsframe_count(); in RUNTIME_FUNCTION()
|
/external/v8/src/x64/ |
D | lithium-codegen-x64.cc | 519 int jsframe_count = 0; in RegisterEnvironmentForDeoptimization() local 523 ++jsframe_count; in RegisterEnvironmentForDeoptimization() 526 Translation translation(&translations_, frame_count, jsframe_count); in RegisterEnvironmentForDeoptimization()
|
/external/v8/src/ia32/ |
D | lithium-codegen-ia32.cc | 532 int jsframe_count = 0; in RegisterEnvironmentForDeoptimization() local 536 ++jsframe_count; in RegisterEnvironmentForDeoptimization() 539 Translation translation(&translations_, frame_count, jsframe_count); in RegisterEnvironmentForDeoptimization()
|
/external/v8/src/arm/ |
D | lithium-codegen-arm.cc | 627 int jsframe_count = 0; in RegisterEnvironmentForDeoptimization() local 631 ++jsframe_count; in RegisterEnvironmentForDeoptimization() 634 Translation translation(&translations_, frame_count, jsframe_count); in RegisterEnvironmentForDeoptimization()
|
/external/v8/src/mips/ |
D | lithium-codegen-mips.cc | 588 int jsframe_count = 0; in RegisterEnvironmentForDeoptimization() local 592 ++jsframe_count; in RegisterEnvironmentForDeoptimization() 595 Translation translation(&translations_, frame_count, jsframe_count); in RegisterEnvironmentForDeoptimization()
|