R=mstarzinger@chromium.org
BUG=
Review URL: https://codereview.chromium.org/
1365613002
Cr-Commit-Position: refs/heads/master@{#30893}
description = "A keyed store IC from the snapshot";
tag = Logger::KEYED_STORE_IC_TAG;
break;
- case Code::PLACEHOLDER:
- description = "A placeholder for linking later code";
+ case Code::WASM_FUNCTION:
+ description = "A wasm function";
tag = Logger::STUB_TAG;
break;
case Code::NUMBER_OF_KINDS:
V(HANDLER) \
V(BUILTIN) \
V(REGEXP) \
- V(PLACEHOLDER)
+ V(WASM_FUNCTION)
#define IC_KIND_LIST(V) \
V(LOAD_IC) \
SerializeGeneric(code_object, how_to_code, where_to_point);
}
return;
- case Code::PLACEHOLDER:
+ case Code::WASM_FUNCTION:
UNREACHABLE();
}
UNREACHABLE();