Revision f230a1cf deps/v8/src/runtime.h

View differences:

deps/v8/src/runtime.h
91 91
  F(TryInstallRecompiledCode, 1, 1) \
92 92
  F(NotifyDeoptimized, 1, 1) \
93 93
  F(NotifyStubFailure, 0, 1) \
94
  F(NotifyOSR, 0, 1) \
95 94
  F(DeoptimizeFunction, 1, 1) \
96 95
  F(ClearFunctionTypeFeedback, 1, 1) \
97 96
  F(RunningInSimulator, 0, 1) \
......
100 99
  F(NeverOptimizeFunction, 1, 1) \
101 100
  F(GetOptimizationStatus, -1, 1) \
102 101
  F(GetOptimizationCount, 1, 1) \
102
  F(UnblockConcurrentRecompilation, 0, 1) \
103 103
  F(CompileForOnStackReplacement, 2, 1) \
104 104
  F(SetAllocationTimeout, 2, 1) \
105 105
  F(AllocateInNewSpace, 1, 1) \
......
299 299
  /* Literals */ \
300 300
  F(MaterializeRegExpLiteral, 4, 1)\
301 301
  F(CreateObjectLiteral, 4, 1) \
302
  F(CreateObjectLiteralShallow, 4, 1) \
303 302
  F(CreateArrayLiteral, 3, 1) \
304 303
  F(CreateArrayLiteralShallow, 3, 1) \
305 304
  \
......
364 363
  F(ArrayBufferInitialize, 2, 1)\
365 364
  F(ArrayBufferGetByteLength, 1, 1)\
366 365
  F(ArrayBufferSliceImpl, 3, 1) \
366
  F(ArrayBufferIsView, 1, 1) \
367 367
  \
368 368
  F(TypedArrayInitialize, 5, 1) \
369 369
  F(TypedArrayInitializeFromArrayLike, 4, 1) \
......
838 838
      JSArrayBuffer* phantom_array_buffer);
839 839

  
840 840
  // Helper functions used stubs.
841
  static void PerformGC(Object* result);
841
  static void PerformGC(Object* result, Isolate* isolate);
842 842

  
843 843
  // Used in runtime.cc and hydrogen's VisitArrayLiteral.
844 844
  static Handle<Object> CreateArrayLiteralBoilerplate(

Also available in: Unified diff