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:
parent
1cf6f3a26c
commit
c28bde775c
@ -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
Loading…
Reference in New Issue
Block a user