Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(413)

Unified Diff: src/ia32/assembler-ia32.h

Issue 1005183006: Serializer: serialize internal references via object visitor. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/ia32/assembler-ia32.h
diff --git a/src/ia32/assembler-ia32.h b/src/ia32/assembler-ia32.h
index 7edcf527f2ee03aeb2d70be2ccbb31752f7f7fcb..10f24018c95e72cb73f2c14c1a5b5c0aca440e42 100644
--- a/src/ia32/assembler-ia32.h
+++ b/src/ia32/assembler-ia32.h
@@ -547,6 +547,9 @@ class Assembler : public AssemblerBase {
set_target_address_at(instruction_payload, code, target);
}
+ inline static void deserialization_set_target_internal_reference_at(
+ Address instruction, Address target);
+
static const int kSpecialTargetSize = kPointerSize;
// Distance between the address of the code target in the call instruction
« no previous file with comments | « src/heap/objects-visiting-inl.h ('k') | src/ia32/assembler-ia32-inl.h » ('j') | src/serialize.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698