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

  /external/chromium_org/v8/src/
optimizing-compiler-thread.cc 130 function->ReplaceCode(function->shared()->code());
144 function->ReplaceCode(function->shared()->code());
compiler.cc 833 shared->ReplaceCode(*code);
835 function->ReplaceCode(*code);
    [all...]
runtime.cc     [all...]
objects-inl.h     [all...]
objects.h     [all...]
objects.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-alloc.cc 130 function->ReplaceCode(Isolate::Current()->builtins()->builtin(
  /external/v8/test/cctest/
test-alloc.cc 155 function->ReplaceCode(Isolate::Current()->builtins()->builtin(
  /external/v8/src/
compiler.cc 647 function->ReplaceCode(*code);
658 function->ReplaceCode(*code);
bootstrapper.cc     [all...]
runtime.cc     [all...]
objects-inl.h     [all...]
objects.h     [all...]
objects.cc     [all...]
  /external/v8/src/arm/
deoptimizer-arm.cc 101 function->ReplaceCode(function->shared()->code());
    [all...]
  /external/v8/src/ia32/
deoptimizer-ia32.cc 198 function->ReplaceCode(function->shared()->code());
    [all...]
  /external/v8/src/mips/
deoptimizer-mips.cc 100 function->ReplaceCode(function->shared()->code());
    [all...]
  /external/v8/src/x64/
deoptimizer-x64.cc 104 function->ReplaceCode(function->shared()->code());
    [all...]

Completed in 753 milliseconds