![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <liftoff-compiler.h>
Public Member Functions | |
| bool | is_initialized () const |
Public Attributes | |
| int | func_index = -1 |
| ForDebugging | for_debugging = kNotForDebugging |
| Counters * | counters = nullptr |
| WasmDetectedFeatures * | detected_features = nullptr |
| base::Vector< const int > | breakpoints = {} |
| std::unique_ptr< DebugSideTable > * | debug_sidetable = nullptr |
| int | dead_breakpoint = 0 |
| int32_t * | max_steps = nullptr |
| bool | detect_nondeterminism = false |
| uint32_t | deopt_info_bytecode_offset = std::numeric_limits<uint32_t>::max() |
| LocationKindForDeopt | deopt_location_kind = LocationKindForDeopt::kNone |
Private Member Functions | |
| template<typename T > | |
| LiftoffOptions & | Set (T LiftoffOptions::*field_ptr, T new_value) |
Definition at line 67 of file liftoff-compiler.h.
|
inline |
|
inlineprivate |
Definition at line 106 of file liftoff-compiler.h.
| base::Vector<const int> v8::internal::wasm::LiftoffOptions::breakpoints = {} |
Definition at line 72 of file liftoff-compiler.h.
| Counters* v8::internal::wasm::LiftoffOptions::counters = nullptr |
Definition at line 70 of file liftoff-compiler.h.
| int v8::internal::wasm::LiftoffOptions::dead_breakpoint = 0 |
Definition at line 74 of file liftoff-compiler.h.
| std::unique_ptr<DebugSideTable>* v8::internal::wasm::LiftoffOptions::debug_sidetable = nullptr |
Definition at line 73 of file liftoff-compiler.h.
| uint32_t v8::internal::wasm::LiftoffOptions::deopt_info_bytecode_offset = std::numeric_limits<uint32_t>::max() |
Definition at line 77 of file liftoff-compiler.h.
| LocationKindForDeopt v8::internal::wasm::LiftoffOptions::deopt_location_kind = LocationKindForDeopt::kNone |
Definition at line 78 of file liftoff-compiler.h.
| bool v8::internal::wasm::LiftoffOptions::detect_nondeterminism = false |
Definition at line 76 of file liftoff-compiler.h.
| WasmDetectedFeatures* v8::internal::wasm::LiftoffOptions::detected_features = nullptr |
Definition at line 71 of file liftoff-compiler.h.
| ForDebugging v8::internal::wasm::LiftoffOptions::for_debugging = kNotForDebugging |
Definition at line 69 of file liftoff-compiler.h.
| int v8::internal::wasm::LiftoffOptions::func_index = -1 |
Definition at line 68 of file liftoff-compiler.h.
| int32_t* v8::internal::wasm::LiftoffOptions::max_steps = nullptr |
Definition at line 75 of file liftoff-compiler.h.