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

Unified Diff: src/runtime/runtime.h

Issue 1010973010: Added %_HeapObjectGetMap and %_MapGetInstanceType intrinsics. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Renamed 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
« no previous file with comments | « src/compiler/js-intrinsic-lowering.cc ('k') | src/runtime/runtime-object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/runtime/runtime.h
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index 9604a2a79ff6545b207de37ea6d24ba45ab3dfc4..a5cefd67a8a333f7809f14862d4962f75bdf00ca 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -718,7 +718,11 @@ namespace internal {
/* Strings */ \
F(StringGetLength, 1, 1) \
/* JSValue */ \
- F(JSValueGetValue, 1, 1)
+ F(JSValueGetValue, 1, 1) \
+ /* HeapObject */ \
+ F(HeapObjectGetMap, 1, 1) \
+ /* Map */ \
+ F(MapGetInstanceType, 1, 1)
#define FOR_EACH_INTRINSIC_RETURN_OBJECT(F) \
« no previous file with comments | « src/compiler/js-intrinsic-lowering.cc ('k') | src/runtime/runtime-object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698