v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
liftoff-compiler.h File Reference
Include dependency graph for liftoff-compiler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  v8::internal::wasm::LiftoffOptions
 

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::wasm
 

Macros

#define SETTER(field)
 

Enumerations

enum  v8::internal::wasm::LiftoffBailoutReason : int8_t {
  v8::internal::wasm::kSuccess = 0 , v8::internal::wasm::kDecodeError = 1 , v8::internal::wasm::kUnsupportedArchitecture = 2 , v8::internal::wasm::kMissingCPUFeature = 3 ,
  v8::internal::wasm::kComplexOperation = 4 , v8::internal::wasm::kSimd = 5 , v8::internal::wasm::kRefTypes = 6 , v8::internal::wasm::kExceptionHandling = 7 ,
  v8::internal::wasm::kMultiValue = 8 , v8::internal::wasm::kTailCall = 9 , v8::internal::wasm::kAtomics = 10 , v8::internal::wasm::kBulkMemory = 11 ,
  v8::internal::wasm::kNonTrappingFloatToInt = 12 , v8::internal::wasm::kGC = 13 , v8::internal::wasm::kRelaxedSimd = 14 , v8::internal::wasm::kOtherReason = 20 ,
  v8::internal::wasm::kNumBailoutReasons
}
 
enum class  v8::internal::wasm::LocationKindForDeopt : uint8_t { v8::internal::wasm::kNone , v8::internal::wasm::kEagerDeopt , v8::internal::wasm::kInlinedCall }
 

Functions

WasmCompilationResult v8::internal::wasm::ExecuteLiftoffCompilation (CompilationEnv *env, const FunctionBody &func_body, const LiftoffOptions &compiler_options)
 
std::unique_ptr< DebugSideTablev8::internal::wasm::GenerateLiftoffDebugSideTable (const WasmCode *code)
 

Macro Definition Documentation

◆ SETTER

#define SETTER ( field)
Value:
LiftoffOptions& set_##field(decltype(field) new_value) { \
return Set<decltype(field)>(&LiftoffOptions::field, new_value); \
}
ZoneVector< InstructionOperand > * set_

Definition at line 85 of file liftoff-compiler.h.