![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/deoptimizer/translated-state.h"#include <inttypes.h>#include <iomanip>#include <optional>#include "src/base/memory.h"#include "src/common/assert-scope.h"#include "src/deoptimizer/deoptimizer.h"#include "src/deoptimizer/materialized-object-store.h"#include "src/deoptimizer/translation-opcode.h"#include "src/diagnostics/disasm.h"#include "src/execution/frames.h"#include "src/execution/isolate.h"#include "src/heap/heap.h"#include "src/numbers/conversions.h"#include "src/objects/arguments.h"#include "src/objects/deoptimization-data.h"#include "src/objects/heap-number-inl.h"#include "src/objects/heap-object.h"#include "src/objects/oddball.h"#include "src/objects/object-macros.h"#include "src/objects/string.h"#include "src/objects/object-macros-undef.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Functions | |
| void | v8::internal::DeoptimizationFrameTranslationPrintSingleOpcode (std::ostream &os, TranslationOpcode opcode, DeoptimizationFrameTranslation::Iterator &iterator, Tagged< ProtectedDeoptimizationLiteralArray > protected_literal_array, Tagged< DeoptimizationLiteralArray > literal_array) |