v8/src/interpreter
Georg Neis 71e6b8f34b [cleanup] Remove the INLINE and NO_INLINE macros
Use V8_INLINE and V8_NOINLINE instead.

R=sigurds@chromium.org
TBR=yangguo@chromium.org
TBR=hpayer@chromium.org

Change-Id: I1ccfcdc2178ded15ec730ab0577c4fc96a76a4f9
Reviewed-on: https://chromium-review.googlesource.com/1111840
Commit-Queue: Georg Neis <neis@chromium.org>
Reviewed-by: Michael Starzinger <mstarzinger@chromium.org>
Reviewed-by: Sigurd Schneider <sigurds@chromium.org>
Cr-Commit-Position: refs/heads/master@{#53966}
2018-06-22 13:14:45 +00:00
..
block-coverage-builder.h Reland "[coverage] add coverage for binary expressions" 2017-11-24 08:44:23 +00:00
bytecode-array-accessor.cc [GetIsolate] Return raw object for bytecode constants 2018-06-18 10:26:18 +00:00
bytecode-array-accessor.h [GetIsolate] Return raw object for bytecode constants 2018-06-18 10:26:18 +00:00
bytecode-array-builder.cc [cleanup] Remove the INLINE and NO_INLINE macros 2018-06-22 13:14:45 +00:00
bytecode-array-builder.h [cleanup] Remove the INLINE and NO_INLINE macros 2018-06-22 13:14:45 +00:00
bytecode-array-iterator.cc [objects.h splitting] Move Code & related classes. 2017-10-13 14:22:11 +00:00
bytecode-array-iterator.h
bytecode-array-random-iterator.cc [objects.h splitting] Move Code & related classes. 2017-10-13 14:22:11 +00:00
bytecode-array-random-iterator.h
bytecode-array-writer.cc [ubsan] Change Address typedef to uintptr_t 2018-04-14 01:25:28 +00:00
bytecode-array-writer.h Move exception handler table into instruction stream. 2018-02-27 10:20:35 +00:00
bytecode-decoder.cc [ubsan] Change Address typedef to uintptr_t 2018-04-14 01:25:28 +00:00
bytecode-decoder.h [ubsan] Change Address typedef to uintptr_t 2018-04-14 01:25:28 +00:00
bytecode-flags.cc [bigint] Fix typeof. 2017-11-07 10:06:54 +00:00
bytecode-flags.h [bigint] Fix typeof. 2017-11-07 10:06:54 +00:00
bytecode-generator.cc Fix a Jumbo breakage 2018-05-29 14:36:48 +00:00
bytecode-generator.h [cleanup] Remove the INLINE and NO_INLINE macros 2018-06-22 13:14:45 +00:00
bytecode-jump-table.h Revert "[ignition] Merge bytecode array builder and writer" 2017-06-27 09:10:18 +00:00
bytecode-label.cc [Interpreter] Change BytecodeLabels to use ZoneLinkedList instead of ZoneVector. 2017-06-22 15:47:10 +00:00
bytecode-label.h [cleanup] Remove List. 2017-09-28 10:47:40 +00:00
bytecode-node.cc Revert "[ignition] Merge bytecode array builder and writer" 2017-06-27 09:10:18 +00:00
bytecode-node.h [cleanup] Remove the INLINE and NO_INLINE macros 2018-06-22 13:14:45 +00:00
bytecode-operands.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
bytecode-operands.h [interpreter] AllStatic, OperandScaleCount, ReusesExistingHandler 2017-10-26 09:02:08 +00:00
bytecode-register-allocator.h [Interpreter] Make RegisterList constructor private to avoid missue. 2017-12-13 13:15:35 +00:00
bytecode-register-optimizer.cc [Interpreter] Make RegisterList constructor private to avoid missue. 2017-12-13 13:15:35 +00:00
bytecode-register-optimizer.h [cleanup] Remove the INLINE and NO_INLINE macros 2018-06-22 13:14:45 +00:00
bytecode-register.cc [Interpreter] Remove new.target from fixed frame slot. 2017-08-11 17:04:08 +00:00
bytecode-register.h [Interpreter] Make RegisterList constructor private to avoid missue. 2017-12-13 13:15:35 +00:00
bytecode-source-info.cc [Interpreter] Remove BytecodePipeline. 2017-04-12 15:18:50 +00:00
bytecode-source-info.h [Interpreter] Remove BytecodePipeline. 2017-04-12 15:18:50 +00:00
bytecode-traits.h
bytecodes.cc [Interpreter] Refactor bytecode register access. 2018-01-26 14:00:58 +00:00
bytecodes.h Define return count and return types in CallInterfaceDescriptor. 2018-06-21 09:35:28 +00:00
constant-array-builder.cc Refactor FATAL macro 2017-12-19 07:57:12 +00:00
constant-array-builder.h interpreter: make interpreted frames distinguishable in the native stack 2018-04-10 19:33:55 +00:00
control-flow-builders.cc [ignition] Move suspend_id assignment to bytecode generation 2018-01-24 12:02:09 +00:00
control-flow-builders.h [ignition] Move suspend_id assignment to bytecode generation 2018-01-24 12:02:09 +00:00
handler-table-builder.cc Reland: [cleanup] Refactor the Factory 2018-04-09 19:52:22 +00:00
handler-table-builder.h Move exception handler table into instruction stream. 2018-02-27 10:20:35 +00:00
interpreter-assembler.cc Reland "[runtime][gc] Drop AllocationSite::weak_next field for sub-literals" 2018-06-20 11:00:59 +00:00
interpreter-assembler.h [CSA] Typing LoadFeedbackVector 2018-06-07 12:37:25 +00:00
interpreter-generator.cc Define return count and return types in CallInterfaceDescriptor. 2018-06-21 09:35:28 +00:00
interpreter-generator.h Revert "Revert lazy bytecode handler support" 2017-11-14 16:25:14 +00:00
interpreter-intrinsics-generator.cc [debug] removed most debugger js 2018-06-03 06:02:59 +00:00
interpreter-intrinsics-generator.h [Interpreter] Refactor bytecode register access. 2018-01-26 14:00:58 +00:00
interpreter-intrinsics.cc [cleanup] Remove return after UNREACHABLE 2017-05-22 13:10:01 +00:00
interpreter-intrinsics.h [debug] removed most debugger js 2018-06-03 06:02:59 +00:00
interpreter.cc Reland "Introduce StdoutStream which prints to Android log or stdout" 2018-06-14 13:29:01 +00:00
interpreter.h Introduce --print-builtin-code-filter for filtering of --print-builtin-code output. 2018-06-12 14:42:16 +00:00
OWNERS Add COMPONENT tags to OWNERS files where appropriate 2017-05-22 10:15:28 +00:00
setup-interpreter-internal.cc Introduce --print-builtin-code-filter for filtering of --print-builtin-code output. 2018-06-12 14:42:16 +00:00
setup-interpreter.h Revert "Revert lazy bytecode handler support" 2017-11-14 16:25:14 +00:00