Reorder the functions in stub-cache-x64.cc, so they are in the same order as in stub-cache-ia32.cc.

Review URL: http://codereview.chromium.org/6085006

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6140 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
whesse@chromium.org 2011-01-04 09:02:53 +00:00
parent 1cf6f3a26c
commit c28bde775c
2 changed files with 1260 additions and 1263 deletions

View File

@ -1686,6 +1686,7 @@ MaybeObject* CallStubCompiler::CompileStringCharCodeAtCall(
Label miss;
Label index_out_of_range;
GenerateNameCheck(name, &miss);
// Check that the maps starting from the prototype haven't changed.

File diff suppressed because it is too large Load Diff