| Index: test/mjsunit/tools/tickprocessor-test.separate-ic
|
| diff --git a/test/mjsunit/tools/tickprocessor-test.separate-ic b/test/mjsunit/tools/tickprocessor-test.separate-ic
|
| index 3a2041b52f15361f6c02ea4e2bdd15dc0260e3ee..2d49f737edce6ed4d0de54e82b17501fc3bf8ab8 100644
|
| --- a/test/mjsunit/tools/tickprocessor-test.separate-ic
|
| +++ b/test/mjsunit/tools/tickprocessor-test.separate-ic
|
| @@ -18,7 +18,7 @@ Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
|
| [C++]:
|
| ticks total nonlib name
|
| 2 15.4% 22.2% v8::internal::Runtime_Math_exp(v8::internal::Arguments)
|
| - 1 7.7% 11.1% v8::internal::JSObject::LocalLookupRealNamedProperty(v8::internal::String*, v8::internal::LookupResult*)
|
| + 1 7.7% 11.1% v8::internal::JSObject::LookupOwnRealNamedProperty(v8::internal::String*, v8::internal::LookupResult*)
|
| 1 7.7% 11.1% v8::internal::HashTable<v8::internal::StringDictionaryShape, v8::internal::String*>::FindEntry(v8::internal::String*)
|
| 1 7.7% 11.1% exp
|
|
|
| @@ -40,7 +40,7 @@ Statistical profiling result from v8.log, (13 ticks, 2 unaccounted, 0 excluded).
|
| 2 100.0% LazyCompile: exp native math.js:41
|
| 2 100.0% Script: exp.js
|
|
|
| - 1 7.7% v8::internal::JSObject::LocalLookupRealNamedProperty(v8::internal::String*, v8::internal::LookupResult*)
|
| + 1 7.7% v8::internal::JSObject::LookupOwnRealNamedProperty(v8::internal::String*, v8::internal::LookupResult*)
|
| 1 100.0% Script: exp.js
|
|
|
| 1 7.7% v8::internal::HashTable<v8::internal::StringDictionaryShape, v8::internal::String*>::FindEntry(v8::internal::String*)
|
|
|