HomeSort by relevance Sort by last modified time
    Searched refs:opt_count (Results 1 - 10 of 10) sorted by null

  /external/v8/src/
compiler.cc 158 int opt_count = function->shared()->opt_count(); local
159 function->shared()->set_opt_count(opt_count + 1);
217 if (info->shared_info()->opt_count() > kMaxOptCount) {
debug-debugger.js 942 ExecutionState.prototype.prepareStep = function(opt_action, opt_count) {
945 var count = opt_count ? %ToNumber(opt_count) : 1;
    [all...]
objects-inl.h     [all...]
objects.h     [all...]
hydrogen.cc     [all...]
objects.cc     [all...]
runtime.cc     [all...]
  /external/v8/test/cctest/
test-heap.cc     [all...]
  /external/v8/src/arm/
lithium-codegen-arm.cc 659 info_->shared_info()->opt_count() == id) {
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.cc 623 info_->shared_info()->opt_count() == id) {
    [all...]

Completed in 1156 milliseconds