Home | History | Annotate | Download | only in src

Lines Matching defs:code_object

1842     Code* code_object = Code::cast(heap_object);
1843 if (code_object->kind() == Code::BUILTIN) {
1844 SerializeBuiltin(code_object, how_to_code, where_to_point, skip);
1847 if (code_object->IsCodeStubOrIC()) {
1848 SerializeCodeStub(code_object, how_to_code, where_to_point, skip);
1851 code_object->ClearInlineCaches();